diff --git a/.cvsignore b/.cvsignore index 74f7b85..75bacf3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pciutils-2.1.9.tar.gz +pciutils-2.1.10.tar.gz diff --git a/pciutils-strip.patch b/pciutils-strip.patch new file mode 100644 index 0000000..69c172c --- /dev/null +++ b/pciutils-strip.patch @@ -0,0 +1,11 @@ +--- pciutils-2.1.10/Makefile.werror Tue Jun 25 00:25:40 2002 ++++ pciutils-2.1.10/Makefile Tue Jun 25 00:27:21 2002 +@@ -59,7 +59,7 @@ + install: all + # -c is ignored on Linux, but required on FreeBSD + $(DIRINSTALL) -m 755 $(ROOT)/sbin $(PREFIX)/share $(MANDIR)/man8 +- $(INSTALL) -c -m 755 -s lspci setpci $(ROOT)/sbin ++ $(INSTALL) -c -m 755 lspci setpci $(ROOT)/sbin + if [ ! -f $(PREFIX)/share/pci.ids -o pci.ids -nt $(PREFIX)/share/pci.ids ] ; then \ + $(INSTALL) -c -m 644 pci.ids $(PREFIX)/share ; \ + elif [ -f $(PREFIX)/share/pci.ids ] ; then \ diff --git a/pciutils.spec b/pciutils.spec index 58bc9eb..fa58e62 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,10 +1,9 @@ Name: pciutils -Version: 2.1.9 -Release: 2 +Version: 2.1.10 +Release: 1 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz -Patch0: pciutils-werror.patch +Patch0: pciutils-strip.patch Patch1: pciutils-bufsiz.patch -Patch2: pciutils-pcix.patch Patch3: pciutils-pciids.patch License: GPL Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -30,9 +29,8 @@ devices connected to the PCI bus. %prep %setup -q -%patch0 -p1 -b .werror +%patch0 -p1 -b .strip %patch1 -p1 -b .bufsiz -%patch2 -p1 -b .pcix %patch3 -p1 -b .pciids %build @@ -64,6 +62,18 @@ install lib/config.h $RPM_BUILD_ROOT/usr/include/pci rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 24 2002 Bill Nottingham 2.1.10-1 +- update to 2.1.10 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Mon Jun 17 2002 Bill Nottingham 2.1.9-4 +- don't forcibly strip binaries + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Fri Feb 22 2002 Bill Nottingham - rebuild diff --git a/sources b/sources index 8985d7c..3f7f7be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f3a604c137f5ff77461efed44a4b53a pciutils-2.1.9.tar.gz +b589225945b445b0e4c5801a15b16b79 pciutils-2.1.10.tar.gz