auto-import changelog data from pciutils-2.1.10-1.src.rpm

Mon Jun 24 2002 Bill Nottingham <notting@redhat.com> 2.1.10-1
- update to 2.1.10
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Mon Jun 17 2002 Bill Nottingham <notting@redhat.com> 2.1.9-4
- don't forcibly strip binaries
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
This commit is contained in:
cvsdist 2004-09-09 10:00:36 +00:00
parent 5135e2404b
commit 0e8b7997f2
4 changed files with 29 additions and 8 deletions

View File

@ -1 +1 @@
pciutils-2.1.9.tar.gz
pciutils-2.1.10.tar.gz

11
pciutils-strip.patch Normal file
View File

@ -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 \

View File

@ -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 <notting@redhat.com> 2.1.10-1
- update to 2.1.10
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Mon Jun 17 2002 Bill Nottingham <notting@redhat.com> 2.1.9-4
- don't forcibly strip binaries
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
- rebuild

View File

@ -1 +1 @@
2f3a604c137f5ff77461efed44a4b53a pciutils-2.1.9.tar.gz
b589225945b445b0e4c5801a15b16b79 pciutils-2.1.10.tar.gz