auto-import changelog data from pciutils-2.1.99.test8-3.src.rpm

Thu Sep 02 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-3
- change sysfs access for detecting devices who get fixed up in the kernel
    (#115522, #123802)
This commit is contained in:
cvsdist 2004-09-09 10:04:15 +00:00
parent 5c02373643
commit e1d4559fc6

View File

@ -2,14 +2,16 @@
Name: pciutils Name: pciutils
Version: 2.1.99.%{testversion} Version: 2.1.99.%{testversion}
Release: 2 Release: 3
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/alpha/%{name}-2.1.99-%{testversion}.tar.gz Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/alpha/%{name}-2.1.99-%{testversion}.tar.gz
Patch0: pciutils-strip.patch Patch0: pciutils-strip.patch
Patch1: pciutils-pciids.patch Patch1: pciutils-pciids.patch
Patch2: pciutils-2.1.10-scan.patch Patch2: pciutils-2.1.10-scan.patch
Patch3: pciutils-havepread.patch Patch3: pciutils-havepread.patch
Patch4: pciutils-typo.patch Patch4: pciutils-typo.patch
Patch5: pciutils-devicetype.patch
License: GPL License: GPL
URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
ExclusiveOS: Linux ExclusiveOS: Linux
Requires: kernel >= 2.2 hwdata Requires: kernel >= 2.2 hwdata
@ -40,6 +42,7 @@ devices connected to the PCI bus.
%patch2 -p1 -b .scan %patch2 -p1 -b .scan
%patch3 -p1 -b .pread %patch3 -p1 -b .pread
%patch4 -p1 -b .typo %patch4 -p1 -b .typo
%patch5 -p1 -b .devicetype
%build %build
%ifarch i386 %ifarch i386
@ -84,6 +87,10 @@ install lib/libpci_loader_a $RPM_BUILD_ROOT%{_libdir}/libpci_loader.a
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Sep 2 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-3
- change sysfs access for detecting devices who get fixed up in the
kernel (#115522, #123802)
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-2 * Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-2
- update to test8 - update to test8
- fix headers - fix headers