Merge pull request #1543 from 4fury-c3440d8/master

pciutils, usbutils.
This commit is contained in:
Rmys
2023-02-23 20:58:51 +03:00
committed by GitHub
3 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def build():
def install():
autotools.rawInstall('DESTDIR="%s" %s install-lib' % (get.installDIR(), j))
# remove update-pciids
pisitools.remove("/usr/sbin/update-pciids")
pisitools.remove("/usr/share/man/man8/update-pciids.8")
+12 -4
View File
@@ -12,8 +12,8 @@
<IsA>app:console</IsA>
<Summary>Various utilities dealing with the PCI bus</Summary>
<Description>The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices.</Description>
<Archive sha1sum="f7d6860ffe405b4ebb23b013866a64c9f80c2fa3" type="tarxz">https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.7.0.tar.xz</Archive>
<Archive sha1sum="dceac2605b238cb558aa2e80b0a4686e5a8eab74" type="binary" target="pciutils-3.7.0">https://github.com/pciutils/pciids/raw/master/pci.ids</Archive>
<Archive sha1sum="b6e58a532844007bf930ab2c88b4a6366ddbe7b0" type="tarxz">https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.9.0.tar.xz</Archive>
<Archive sha1sum="98d43ec4909b9de0204f53a4995ec32336df9f5f" type="binary" target="pciutils-3.9.0">https://github.com/pciutils/pciids/raw/master/pci.ids</Archive>
<BuildDependencies>
<Dependency>eudev-devel</Dependency>
<Dependency>libkmod-devel</Dependency>
@@ -21,7 +21,7 @@
<Patches>
<!-- Disable gz support of pciids file -->
<Patch level="1">pciutils-nogz.patch</Patch>
<Patch level="1">pciutils-3.1.9-static-pc.patch</Patch>
<!-- <Patch level="1">pciutils-3.1.9-static-pc.patch</Patch> -->
</Patches>
</Source>
@@ -33,7 +33,8 @@
<Dependency>libkmod</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/bin/lspci</Path>
<Path fileType="executable">/usr/sbin/setpci</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/hwdata</Path>
@@ -54,6 +55,13 @@
</Package>
<History>
<Update release="10">
<Date>2023-02-06</Date>
<Version>3.9.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2021-11-27</Date>
<Version>3.7.0</Version>
+12 -4
View File
@@ -12,10 +12,10 @@
<IsA>app:console</IsA>
<Summary>Linux USB utilities</Summary>
<Description>usbutils provides utilities for inspecting devices connected to a USB bus.</Description>
<Archive sha1sum="02fb81d84d194df6e735989656980b5e3c0a193d" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/usb/usbutils/usbutils-014.tar.xz</Archive>
<Archive sha1sum="bd508b6f217c6d26ef78b1c4bc584e639b7f3dc3" type="binary" target="usbutils-014">http://www.linux-usb.org/usb.ids</Archive>
<Archive sha1sum="6c110419a3651cdeb882eeac6e989d4effbf73f3" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/usb/usbutils/usbutils-015.tar.xz</Archive>
<Archive sha1sum="b80e911f4cab820802c0d01fb30eb7ac299cf8d7" type="binary" target="usbutils-015">http://www.linux-usb.org/usb.ids</Archive>
<BuildDependencies>
<Dependency versionFrom="1.0.24">libusb-devel</Dependency>
<Dependency versionFrom="1.0.26">libusb-devel</Dependency>
<Dependency>eudev-devel</Dependency>
</BuildDependencies>
</Source>
@@ -23,8 +23,9 @@
<Package>
<Name>usbutils</Name>
<RuntimeDependencies>
<Dependency>libusb</Dependency>
<Dependency versionFrom="1.0.26">libusb</Dependency>
<Dependency>eudev</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -35,6 +36,13 @@
</Package>
<History>
<Update release="12">
<Date>2023-02-06</Date>
<Version>015</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="11">
<Date>2022-01-19</Date>
<Version>014</Version>