core updated.
This commit is contained in:
@@ -15,5 +15,8 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#remove after usbmove
|
||||
pisitools.dosym("/usr/sbin/biosdevname", "/sbin/biosdevname")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "TODO", "README")
|
||||
|
||||
@@ -13,10 +13,11 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Biosdevname is a udev helper utility developed</Summary>
|
||||
<Description>Biosdevname is a udev helper utility developed by Dell and released under the GNU General Public License (GPL). It provides a consistent naming mechanism for network devices based on their physical location as suggested by the system BIOS.</Description>
|
||||
<Archive sha1sum="a926961d6adb673aed062683ab8b80e6418523ea" type="targz">http://linux.dell.com/biosdevname/biosdevname-0.6.0/biosdevname-0.6.0.tar.gz</Archive>
|
||||
<Archive sha1sum="372eaee40a8501494bea783bb6552ff457cbd49a" type="targz">http://linux.dell.com/biosdevname/biosdevname-0.6.1/biosdevname-0.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,9 +25,9 @@
|
||||
<Name>biosdevname</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>pciutils</Dependency>
|
||||
<Dependency>glibc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="library">/lib/udev/rules.d</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -35,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-03-30</Date>
|
||||
<Version>0.6.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>0.6.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user