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