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