summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2020-02-06 21:23:41 (GMT)
committerArkadiusz Miśkiewicz2020-02-06 21:23:41 (GMT)
commit6d252849141b321b1c92af7da2a7fb3d2d8f17bd (patch)
tree31320b5ccce95b34eba48dc54aacea486cadd489
parent8c9ae10f03eaa201c5325ea77694326c0c11bd1b (diff)
downloadpciutils-6d252849141b321b1c92af7da2a7fb3d2d8f17bd.zip
pciutils-6d252849141b321b1c92af7da2a7fb3d2d8f17bd.tar.gz
-rw-r--r--pciutils-pcimodules.patch6
-rw-r--r--pciutils.spec5
2 files changed, 6 insertions, 5 deletions
diff --git a/pciutils-pcimodules.patch b/pciutils-pcimodules.patch
index 4279849..4c86593 100644
--- a/pciutils-pcimodules.patch
+++ b/pciutils-pcimodules.patch
@@ -1,11 +1,11 @@
--- pciutils-2.2.4/Makefile.orig 2006-09-13 00:46:05.065201750 +0200
+++ pciutils-2.2.4/Makefile 2006-09-13 00:47:30.430536750 +0200
-@@ -50,7 +50,7 @@
+@@ -59,7 +59,7 @@ PCIINC_INS=lib/config.h lib/header.h lib
export
--all: lib/$(PCILIB) lspci setpci example lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
-+all: lib/$(PCILIB) lspci setpci pcimodules example lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
+-all: lib/$(PCILIB) lspci setpci example lspci.8 setpci.8 pcilib.7 pci.ids.5 update-pciids update-pciids.8 $(PCI_IDS)
++all: lib/$(PCILIB) lspci setpci pcimodules example lspci.8 setpci.8 pcilib.7 pci.ids.5 update-pciids update-pciids.8 $(PCI_IDS)
lib/$(PCILIB): $(PCIINC) force
$(MAKE) -C lib all
diff --git a/pciutils.spec b/pciutils.spec
index 0ad6a92..680fc4f 100644
--- a/pciutils.spec
+++ b/pciutils.spec
@@ -20,12 +20,12 @@ Summary(sv.UTF-8): PCI-bussrelaterade verktyg
Summary(uk.UTF-8): Утиліти роботи з PCI пристроями
Summary(zh_CN.UTF-8): PCI 总线相关的工具。
Name: pciutils
-Version: 3.6.2
+Version: 3.6.4
Release: 1
License: GPL v2+
Group: Applications/System
Source0: https://mj.ucw.cz/download/linux/pci/%{name}-%{version}.tar.gz
-# Source0-md5: a1c5ec13f81a1c9cf380c93623959005
+# Source0-md5: 6d09a18814892aeacc42d7216d617189
Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source1-md5: 1ac48f433b1995044e14c24513992211
Patch0: %{name}-pci_h.patch
@@ -357,6 +357,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%attr(755,root,root) /%{_lib}/libpci.so.*.*.*
%attr(755,root,root) %ghost /%{_lib}/libpci.so.3
+%{_mandir}/man5/pci.ids.5*
%files devel
%defattr(644,root,root,755)