998739
Name:		pciutils
f36f69
Version:	3.7.0
1ce543
Release:	3%{?dist}
04a47f
Source:		https://mirrors.edge.kernel.org/pub/software/utils/pciutils/%{name}-%{version}.tar.xz
998739
Source1:        multilibconfigh
998739
998739
#change pci.ids directory to hwdata, fedora/rhel specific
998739
Patch1:		pciutils-2.2.1-idpath.patch
998739
998739
#add support for directory with another pci.ids, rejected by upstream, rhbz#195327
998739
Patch2:		pciutils-dir-d.patch
f36f69
Patch4:		pciutils-3.5.6-freefix.patch
f36f69
f36f69
# from upstream, for pciutils <= 3.7.0
f36f69
Patch5:		pciutils-3.7.0-decodercec.patch
998739
998739
License:	GPLv2+
998739
URL:		http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
998739
ExclusiveOS:	Linux
998739
Requires:	hwdata
998739
Requires:	%{name}-libs = %{version}-%{release}
998739
BuildRequires:	sed kmod-devel
1ce543
Summary:	PCI bus related utilities
1ce543
Group:		Applications/System
1ce543
Provides:	/sbin/lspci /sbin/setpci
998739
998739
%description
998739
The pciutils package contains various utilities for inspecting and
998739
setting devices connected to the PCI bus.
998739
998739
%package devel
998739
Summary: Linux PCI development library
998739
Group: Development/Libraries
1ce543
Requires: zlib-devel pkgconfig %{name}-libs%{?_isa} = %{version}-%{release}
998739
998739
%description devel
998739
This package contains a library for inspecting and setting
998739
devices connected to the PCI bus.
998739
998739
%package libs
998739
Summary: Linux PCI library
998739
Group: System Environment/Libraries
998739
998739
%description libs
998739
This package contains a library for inspecting and setting
998739
devices connected to the PCI bus.
998739
998739
%package devel-static
998739
Summary: Linux PCI static library
998739
Group: System Environment/Libraries
1ce543
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
998739
998739
%description devel-static
998739
This package contains a static library for inspecting and setting
998739
devices connected to the PCI bus.
998739
998739
%prep
998739
%setup -q -n pciutils-%{version}
998739
%patch1 -p1 -b .idpath
998739
%patch2 -p1 -b .dird
998739
%patch4 -p1 -b .freefix
f36f69
%patch5 -p1 -b .decodercec
998739
998739
%build
1ce543
make SHARED="no" ZLIB="no" LIBKMOD=yes STRIP="" OPT="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" PREFIX="/usr" LIBDIR="%{_libdir}" IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" %{?_smp_mflags}
998739
mv lib/libpci.a lib/libpci.a.toinstall
998739
998739
make clean
998739
1ce543
make SHARED="yes" ZLIB="no" LIBKMOD=yes STRIP="" OPT="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" PREFIX="/usr" LIBDIR="%{_libdir}" IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" %{?_smp_mflags}
998739
998739
#fix lib vs. lib64 in libpci.pc (static Makefile is used)
1ce543
sed -i "s|^libdir=.*$|libdir=/%{_libdir}|" lib/libpci.pc
998739
998739
998739
%install
998739
rm -rf $RPM_BUILD_ROOT
998739
1ce543
install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_libdir},%{_libdir}/pkgconfig,%{_includedir}/pci}
998739
1ce543
install -p lspci setpci update-pciids $RPM_BUILD_ROOT%{_sbindir}
998739
install -p -m 644 lspci.8 setpci.8 update-pciids.8 $RPM_BUILD_ROOT%{_mandir}/man8
1ce543
install -p lib/libpci.so.* $RPM_BUILD_ROOT%{_libdir}/
1ce543
ln -s $(basename $RPM_BUILD_ROOT%{_libdir}/*.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libpci.so
998739
998739
mv lib/libpci.a.toinstall lib/libpci.a
998739
install -p -m 644 lib/libpci.a $RPM_BUILD_ROOT%{_libdir}
1ce543
/sbin/ldconfig -N $RPM_BUILD_ROOT/%{_libdir}
998739
install -p lib/pci.h $RPM_BUILD_ROOT%{_includedir}/pci
998739
install -p lib/header.h $RPM_BUILD_ROOT%{_includedir}/pci
998739
install -p %{SOURCE1} $RPM_BUILD_ROOT%{_includedir}/pci/config.h
998739
install -p lib/config.h $RPM_BUILD_ROOT%{_includedir}/pci/config.%{_lib}.h
998739
install -p lib/types.h $RPM_BUILD_ROOT%{_includedir}/pci
998739
install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
998739
998739
%post libs -p /sbin/ldconfig
998739
998739
%postun libs -p /sbin/ldconfig
998739
998739
%files
04a47f
%doc README ChangeLog pciutils.lsm
1ce543
%{_sbindir}/lspci
1ce543
%{_sbindir}/setpci
998739
%{_sbindir}/update-pciids
998739
%{_mandir}/man8/*
998739
998739
%files libs
04a47f
%license COPYING
1ce543
%{_libdir}/libpci.so.*
998739
998739
%files devel-static
998739
%{_libdir}/libpci.a
998739
998739
%files devel
998739
%defattr(0644, root, root, 0755)
998739
%{_libdir}/pkgconfig/libpci.pc
998739
%{_libdir}/libpci.so
998739
%{_includedir}/pci
998739
998739
%changelog
1ce543
* Tue Sep 06 2022 Michal Hlavinka <mhlavink@redhat.com> - 3.7.0-3
1ce543
- fix dependency of devel subpkg on libs (#2111644)
1ce543
1ce543
* Tue Sep 06 2022 Michal Hlavinka <mhlavink@redhat.com> - 3.7.0-2
1ce543
- fix locations wrt UsrMove(#2111644)
1ce543
f36f69
* Fri Oct 30 2020 Michal Hlavinka <mhlavink@redhat.com> - 3.7.0-1
f36f69
- pciutils updated to 3.7.0, add support for basic DVSEC and CXL DVSEC (#1856436)
f36f69
- add support for RCEC Associated Endpoint (#1856440)
f36f69
04a47f
* Wed May 06 2020 Michal Hlavinka <mhlavink@redhat.com> - 3.6.4-2
04a47f
- rebuild package
04a47f
04a47f
* Mon May 04 2020 Michal Hlavinka <mhlavink@redhat.com> - 3.6.4-1
04a47f
- pciutils updated to 3.6.4
04a47f
- some of the VPD data fields were displayed as unknown (#1828741)
04a47f
998739
* Tue Oct 16 2018 Michal Hlavinka <mhlavink@redhat.com> - 3.5.6-4
998739
- fix covscan found issues (#1607017)
998739
998739
* Sat Feb 24 2018 Florian Weimer <fweimer@redhat.com> - 3.5.6-3
998739
- Use LDFLAGS from redhat-rpm-config
998739
998739
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.6-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
998739
998739
* Mon Nov 20 2017 Michal Hlavinka <mhlavink@redhat.com> - 3.5.6-1
998739
- pciutils updated to 3.5.6
998739
998739
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.5-3
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
998739
998739
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.5-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
998739
998739
* Fri Jul 07 2017 Michal Hlavinka <mhlavink@redhat.com> - 3.5.5-1
998739
- pciutils updated to 3.5.5
998739
998739
* Mon Feb 27 2017 Michal Hlavinka <mhlavink@redhat.com> - 3.5.4-1
998739
- pciutils updated to 3.5.4
998739
998739
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
998739
998739
* Tue Oct 04 2016 Michal Hlavinka <mhlavink@redhat.com> - 3.5.2-1
998739
- pciutils updated to 3.5.2
998739
998739
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 3.5.1-2
998739
- Add support for MIPS to multilibconfigh
998739
998739
* Tue May 24 2016 Michal Hlavinka <mhlavink@redhat.com> - 3.5.1-1
998739
- pciutils updated to 3.5.1
998739
998739
* Fri May 20 2016 Michal Hlavinka <mhlavink@redhat.com> - 3.5.0-1
998739
- pciutils updated to 3.5.0
998739
998739
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
998739
998739
* Tue Jan 05 2016 Michal Hlavinka <mhlavink@redhat.com> - 3.4.1-1
998739
- pciutils updated to 3.4.1
998739
998739
* Tue Sep 15 2015 Michal Hlavinka <mhlavink@redhat.com> - 3.4.0-1
998739
- pciutils updated to 3.4.0
998739
998739
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
998739
998739
* Fri Apr 10 2015 Michal Hlavinka <mhlavink@redhat.com> - 3.3.1-1
998739
- pciutils updated to 3.3.1
998739
998739
* Wed Nov 12 2014 Michal Hlavinka <mhlavink@redhat.com> - 3.3.0-1
998739
- updated to 3.3.0
998739
998739
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-4
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
998739
998739
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
998739
998739
* Tue Apr 15 2014 Michal Hlavinka <mhlavink@redhat.com> - 3.2.1-2
998739
- enable libkmod support (#1087862)
998739
998739
* Fri Nov 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 3.2.1-1
998739
- updated to 3.2.1
998739
998739
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-3
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
998739
998739
* Fri May 31 2013 Michal Hlavinka <mhlavink@redhat.com> - 3.2.0-2
998739
- updated to 3.2.0
998739
- add aarch64 support (#969138)
998739
998739
* Mon Apr 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 3.2.0-1
998739
- updated to 3.2.0
998739
998739
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.10-3
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
998739
998739
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.10-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
998739
998739
* Tue Jun 26 2012 Michal Hlavinka <mhlavink@redhat.com> - 3.1.10-1
998739
- updated to 3.1.10
998739
998739
* Mon Jan 16 2012 Michal Hlavinka <mhlavink@redhat.com> - 3.1.9-1
998739
- updated to 3.1.9
998739
998739
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.8-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
998739
998739
* Mon Oct 03 2011 Michal Hlavinka <mhlavink@redhat.com> - 3.1.8-1
998739
- updated to 3.1.8
998739
998739
* Thu Mar 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 3.1.7-6
998739
- don't forget to close pci.ids directory
998739
998739
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.7-5
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
998739
998739
* Wed Jan 26 2011 Dan Horák <dan[at]danny.cz> - 3.1.7-4
998739
- fix the multilib header on s390x
998739
998739
* Tue Jan 18 2011 Michal Hlavinka <mhlavink@redhat.com> - 3.1.7-3
998739
- different approach to fix multilib issues
998739
998739
* Mon Jan 10 2011 Michal Hlavinka <mhlavink@redhat.com> - 3.1.7-2
998739
- removed obsolete patches
998739
998739
* Mon Aug 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 3.1.7-1
998739
- updated to 3.1.7
998739
998739
* Wed Jul 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 3.1.6-5
998739
- follow licensing guideline update
998739
998739
* Thu Feb 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 3.1.6-4
998739
- move update-pciids
998739
998739
* Thu Feb 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 3.1.6-3
998739
- spec cleanup
998739
998739
* Wed Feb 03 2010 Michal Hlavinka <mhlavink@redhat.com> - 3.1.6-2
998739
- libpci moved to /lib
998739
998739
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 3.1.6-1
998739
- updated to 3.1.6
998739
998739
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-6
998739
- spec cleanup
998739
998739
* Mon Oct 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-5
998739
- fix build to enable -F option (#531020)
998739
998739
* Mon Oct 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-4
998739
- enable direct hardware access method for 64bit architectures
998739
998739
* Mon Oct 12 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-3
998739
- don't ship static library in -devel sub-package
998739
998739
* Tue Sep 01 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-2
998739
- add COPYING to docs
998739
998739
* Tue Sep 01 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-1
998739
- updated to 3.1.4
998739
998739
* Wed Jul 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.3-1
998739
- updated to 3.1.3
998739
998739
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2-6
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
998739
998739
* Wed Apr 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.2-5
998739
- add support for ARM
998739
998739
* Fri Feb 27 2009 Michal Hlavinka <mhlaivnk@redhat.com> - 3.1.2-4
998739
- fix typo & rebuild
998739
998739
* Fri Feb 27 2009 Michal Hlavinka <mhlaivnk@redhat.com> - 3.1.2-3
998739
- fix: lspci segfaults when pci.ids cannot be found (#487516)
998739
998739
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2-2
998739
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
998739
998739
* Tue Feb 17 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.2-1
998739
- version 3.1.2
998739
- fix for the syntax error checks in setpci argument parser
998739
998739
* Wed Feb 04 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.1-1
998739
- version 3.1.1
998739
998739
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.0-2
998739
- fix typo in multilib patch - for s390x building
998739
998739
* Mon Jan 19 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.0-1
998739
- version 3.1.0
998739
998739
* Tue Dec 09 2008 Michal Hlavinka <mhlavink@redhat.com> 3.0.3-1
998739
- version 3.0.3
998739
998739
* Mon Sep 22 2008 Michal Hlavinka <mhlavink@redhat.com> 3.0.2-1
998739
- version 3.0.2
998739
998739
* Fri Sep 19 2008 Michal Hlavinka <mhlavink@redhat.com> 3.0.1-1
998739
- version 3.0.1
998739
- add support for Super-H (sh3,sh4) (#446600)
998739
- fix: broken -L in libpci.pc (#456469)
998739
998739
* Mon Sep 01 2008 Harald Hoyer <harald@redhat.com> 3.0.0-2
998739
- rebuild to eliminate fuzz patches
998739
998739
* Mon Jun 02 2008 Harald Hoyer <harald@redhat.com> 3.0.0-1
998739
- version 3.0.0
998739
998739
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.10-2
998739
- add sparc support
998739
998739
* Wed Feb 20 2008 Harald Hoyer <harald@redhat.com> 2.2.10-1
998739
- version 2.2.10
998739
998739
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.9-6
998739
- Autorebuild for GCC 4.3
998739
998739
* Tue Jan 22 2008 Bill Nottingham <notting@redhat.com> 2.2.9-5
998739
- put library back
998739
998739
* Mon Jan 21 2008 Harald Hoyer <harald@redhat.com> 2.2.9-4
998739
- fixed segfault, if subdir does not exists
998739
998739
* Fri Jan 18 2008 Harald Hoyer <harald@redhat.com> 2.2.9-3
998739
- removed static library, preserve timestamps on install (rhbz#226236)
998739
- added modified patch from Michael E. Brown @ Dell, to also
998739
  read all /usr/share/hwdata/pci.ids.d/*.ids files (rhbz#195327)
998739
998739
* Thu Jan 10 2008 Harald Hoyer <harald@redhat.com> 2.2.9-2
998739
- added more requirements for pciutils-devel
998739
998739
* Tue Nov 20 2007 Harald Hoyer <harald@redhat.com> - 2.2.9-1
998739
- version 2.2.9
998739
- added package config file (rhbz#389451)
998739
998739
* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 2.2.6-3
998739
- changed license tag
998739
998739
* Thu Jul 12 2007 Harald Hoyer <harald@redhat.com> - 2.2.6-2
998739
- fixed update-pciids.sh
998739
998739
* Wed Jun 27 2007 Harald Hoyer <harald@redhat.com> - 2.2.6-1
998739
- version 2.2.6
998739
- fixed URL in update-pciids.sh 
998739
998739
* Thu May 31 2007 Harald Hoyer <harald@redhat.com> - 2.2.5-1
998739
- version 2.2.5
998739
998739
* Thu Apr  5 2007 Peter Jones <pjones@redhat.com> - 2.2.4-3
998739
- buildreq zlib-devel, so we know configure will find it consistently.
998739
998739
* Mon Apr  2 2007 Harald Hoyer <harald@redhat.com> - 2.2.4-2
998739
- added alpha to multilib patch (#231790)
998739
- specfile cleanup
998739
- Resolves: rhbz#231790
998739
998739
* Fri Jan 26 2007 Harald Hoyer <harald@redhat.com> - 2.2.4-1
998739
- version 2.2.4
998739
- truncate long device names (#205948)
998739
- Resolves: rhbz#205948
998739
998739
* Wed Aug  9 2006 Peter Jones <pjones@redhat.com> - 2.2.3-4
998739
- Add definitions for more pci storage classes
998739
998739
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 2.2.3-3
998739
- rebuild
998739
998739
* Fri Jun 02 2006 Harald Hoyer <harald@redhat.com> 2.2.3-2
998739
- corrected multilib patch
998739
998739
* Tue May 23 2006 Harald Hoyer <harald@redhat.com> 2.2.3-1
998739
- version 2.2.3
998739
- multilib patch (bug #192743)
998739
998739
* Thu Feb 23 2006 Harald Hoyer <harald@redhat.com> 2.2.1-2
998739
- added update-pciids shell script and manpage (bz #178582)
998739
998739
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-1.2
998739
- bump again for double-long bug on ppc(64)
998739
998739
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-1.1
998739
- rebuilt for new gcc4.1 snapshot and glibc changes
998739
998739
* Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> - 2.2.1-1
998739
- update to 2.2.1, adjust patches
998739
998739
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
998739
- rebuilt
998739
998739
* Thu May 19 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-10
998739
- allow 64-bit addresses on x86_64 (#158217, <Matt_Domsch@dell.com>)
998739
998739
* Tue May 10 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-9
998739
- fix debuginfo generation
998739
998739
* Mon Mar 14 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-8
998739
- add patch for glibc macros (#151032, <redhat-bugzilla@linuxnetz.de>)
998739
998739
* Wed Mar  2 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-7
998739
- FC4. GCC 4. fore!
998739
998739
* Tue Jan 25 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-6
998739
- remove explicit kernel dep (#146153)
998739
998739
* Fri Jan 21 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-5
998739
- fix domain bug (#138722, #144383)
998739
998739
* Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 2.1.99.test8-4
998739
- don't use dietlibc on x86 anymore
998739
998739
* Thu Sep  2 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-3
998739
- change sysfs access for detecting devices who get fixed up in the
998739
  kernel (#115522, #123802)
998739
998739
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-2
998739
- update to test8
998739
- fix headers
998739
998739
* Fri Jul  9 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test7-1
998739
- update to test7
998739
- fix segfault on some x86-64 boxen
998739
998739
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
998739
- rebuilt
998739
998739
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
998739
- rebuilt
998739
998739
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
998739
- rebuilt
998739
998739
* Mon Dec  8 2003 Bill Nottingham <notting@redhat.com> 2.1.11-4
998739
- fix paths for pci.ids, etc. (#111665)
998739
998739
* Tue Nov 25 2003 Bill Nottingham <notting@redhat.com> 2.1.11-3
998739
- remove a few calls to ->error() in the sysfs code
998739
998739
* Fri Nov 21 2003 Jeremy Katz <katzj@redhat.com> 2.1.11-2
998739
- build a diet libpci_loader.a on i386
998739
- always assume pread exists, it does with diet and all vaguely recent glibc
998739
998739
* Fri Nov 21 2003 Bill Nottingham <notting@redhat.com> 2.1.11-1
998739
- update to 2.1.11
998739
- add patch for sysfs & pci domains support (<willy@debian.org>)
998739
998739
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
998739
- rebuilt
998739
998739
* Wed Feb 12 2003 Bill Nottingham <notting@redhat.com>
998739
- don't segfault when there's no pci bus (#84146)
998739
998739
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
998739
- rebuilt
998739
998739
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.1.10-5
998739
- Add patch4 for ppc64. The basic rule seems to be that on any platform
998739
where it is possible to be running a 64-bit kernel, we need to always 
998739
print out 64-bit addresses.
998739
998739
* Mon Nov  4 2002 Bill Nottingham <notting@redhat.com> 2.1.10-4
998739
- fix dir perms on /usr/include/pci
998739
998739
* Tue Oct 15 2002 Bill Nottingham <notting@redhat.com> 2.1.10-3
998739
- use %%{_libdir}
998739
- own /usr/include/pci
998739
- build library with -fPIC
998739
998739
* Mon Jul  8 2002 Bill Nottingham <notting@redhat.com> 2.1.10-2
998739
- don't build with -fomit-frame-pointer
998739
998739
* Mon Jun 24 2002 Bill Nottingham <notting@redhat.com> 2.1.10-1
998739
- update to 2.1.10
998739
998739
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
998739
- automated rebuild
998739
998739
* Mon Jun 17 2002 Bill Nottingham <notting@redhat.com> 2.1.9-4
998739
- don't forcibly strip binaries
998739
998739
* Thu May 23 2002 Tim Powers <timp@redhat.com>
998739
- automated rebuild
998739
998739
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
998739
- rebuild
998739
998739
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
998739
- require hwdata now that pci.ids is there
998739
998739
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
998739
- automated rebuild
998739
998739
* Sun Dec 30 2001 Florian La Roche <Florian.LaRoche@redhat.de>
998739
- man page is now owned by root
998739
998739
* Wed Oct 17 2001 Bill Nottingham <notting@redhat.com>
998739
- dump all the patches, ship pci.ids direct out of sourceforge CVS
998739
998739
* Wed Sep 26 2001 Bill Nottingham <notting@redhat.com>
998739
- broadcom bcm5820 id (#53592)
998739
998739
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
998739
- more ids
998739
998739
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
998739
- add newline in printf in PCI-X patch (#49277)
998739
998739
* Mon Jul  9 2001 Bill Nottingham <notting@redhat.com>
998739
- update broadcom patch
998739
- add new ids from 2.4.6
998739
998739
* Mon May 28 2001 Bill Nottingham <notting@redhat.com>
998739
- add a couple of e1000 ids
998739
998739
* Thu Mar 22 2001 Bill Nottingham <notting@redhat.com>
998739
- another megaraid id
998739
998739
* Wed Mar 21 2001 Bill Nottingham <notting@redhat.com>
998739
- another megaraid id
998739
998739
* Wed Mar 14 2001 Preston Brown <pbrown@redhat.com>
998739
- LSI SCSI PCI id
998739
998739
* Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
998739
- fix formatting problems
998739
998739
* Wed Feb 21 2001 Preston Brown <pbrown@redhat.com>
998739
- add IBM ServeRAID entries
998739
998739
* Tue Feb 20 2001 Preston Brown <pbrown@redhat.com>
998739
- i860 entries.
998739
998739
* Mon Feb 19 2001 Helge Deller <hdeller@redhat.de>
998739
- added various pci ids 
998739
998739
* Fri Feb  2 2001 Bill Nottingham <notting@redhat.com>
998739
- fix mishap in fixing mishap
998739
998739
* Thu Feb  1 2001 Bill Nottingham <notting@redhat.com>
998739
- fix apparent mishap in pci.ids update from kernel (#25520)
998739
998739
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
998739
- pci.ids updates
998739
998739
* Tue Dec 12 2000 Bill Nottingham <notting@redhat.com>
998739
- big pile of pci.ids updates
998739
998739
* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
998739
- clean up patches to not generate badly-formatted files
998739
998739
* Tue Jul 25 2000 Preston Brown <pbrown@redhat.com>
998739
- Vortex fixes laroche originally applied on kudzu moved here.
998739
998739
* Fri Jul 14 2000 Preston Brown <pbrown@redhat.com>
998739
- pci ids for i815, new ati hardware
998739
998739
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
998739
- automatic rebuild
998739
998739
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
998739
- yet more IDs
998739
- PCI-X support from Matt Domsch
998739
998739
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
998739
- some more QLogic ids
998739
998739
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
998739
- more IDs from Dell
998739
998739
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.8
998739
998739
* Fri Apr 21 2000 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.7
998739
998739
* Mon Apr 17 2000 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.6
998739
998739
* Fri Mar  3 2000 Bill Nottingham <notting@redhat.com>
998739
- add a couple of ids
998739
998739
* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.5
998739
998739
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
998739
- handle compressed man pages
998739
998739
* Mon Jan 24 2000 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.4
998739
998739
* Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.3
998739
998739
* Fri Dec 24 1999 Bill Nottingham <notting@redhat.com>
998739
- update to 2.1.2
998739
998739
* Tue Jun 29 1999 Bill Nottingham <notting@redhat.com>
998739
- add -devel package
998739
998739
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
998739
- update to 2.0
998739
998739
* Mon Apr 19 1999 Jakub Jelinek <jj@ultra.linux.cz>
998739
- update to 1.99.5
998739
- fix sparc64 operation
998739
998739
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
998739
- auto rebuild in the new build environment (release 2)
998739
998739
* Thu Feb  4 1999 Bill Nottingham <notting@redhat.com>
998739
- initial build