Merge pull request #40 from suvari/master

glibc: add release=current to -devel
This commit is contained in:
Ertuğrul Erata
2015-06-26 09:05:46 +03:00
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
<Name>glibc-devel</Name> <Name>glibc-devel</Name>
<PartOf>system.devel</PartOf> <PartOf>system.devel</PartOf>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>glibc</Dependency> <Dependency release="current">glibc</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
+1 -1
View File
@@ -38,7 +38,7 @@
<Dependency>glibc-32bit</Dependency> <Dependency>glibc-32bit</Dependency>
</BuildDependencies> </BuildDependencies>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libidn</Dependency> <Dependency release="current">libidn</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
+4
View File
@@ -28,6 +28,10 @@
</Package> </Package>
<Package> <Package>
<Name>libseccomp-devel</Name> <Name>libseccomp-devel</Name>
<Summary>Development files for libseccomp</Summary>
<RuntimeDependencies>
<Dependency release="current">libseccomp</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
</Files> </Files>
+2 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python setuptools</Summary> <Summary>Python setuptools</Summary>
<Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description> <Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
<Archive sha1sum="a62cfe21bd0e5e2913c5b576f872ca293b9bebca" type="targz">http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz</Archive> <Archive sha1sum="a62cfe21bd0e5e2913c5b576f872ca293b9bebca" type="targz">http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz</Archive>
</Source> </Source>
<Package> <Package>
@@ -25,7 +25,7 @@
</Package> </Package>
<History> <History>
<Update release="4"> <Update release="4">
<Date>2014-05-11</Date> <Date>2014-05-11</Date>
<Version>0.6.49</Version> <Version>0.6.49</Version>
<Comment>Release bump.</Comment> <Comment>Release bump.</Comment>