diff --git a/SPECS/pciutils.spec b/SPECS/pciutils.spec index 73772c7..53ebeb5 100644 --- a/SPECS/pciutils.spec +++ b/SPECS/pciutils.spec @@ -1,6 +1,6 @@ Name: pciutils -Version: 3.6.4 -Release: 2%{?dist} +Version: 3.7.0 +Release: 1%{?dist} Source: https://mirrors.edge.kernel.org/pub/software/utils/pciutils/%{name}-%{version}.tar.xz Source1: multilibconfigh @@ -9,7 +9,10 @@ Patch1: pciutils-2.2.1-idpath.patch #add support for directory with another pci.ids, rejected by upstream, rhbz#195327 Patch2: pciutils-dir-d.patch -Patch4: pciutils-3.5.6-freefix.patch +Patch4: pciutils-3.5.6-freefix.patch + +# from upstream, for pciutils <= 3.7.0 +Patch5: pciutils-3.7.0-decodercec.patch License: GPLv2+ URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml @@ -55,6 +58,7 @@ devices connected to the PCI bus. %patch1 -p1 -b .idpath %patch2 -p1 -b .dird %patch4 -p1 -b .freefix +%patch5 -p1 -b .decodercec %build 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} @@ -114,6 +118,10 @@ install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig %{_includedir}/pci %changelog +* Fri Oct 30 2020 Michal Hlavinka - 3.7.0-1 +- pciutils updated to 3.7.0, add support for basic DVSEC and CXL DVSEC (#1856436) +- add support for RCEC Associated Endpoint (#1856440) + * Wed May 06 2020 Michal Hlavinka - 3.6.4-2 - rebuild package