Blame SPECS/pciutils.spec

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