1 Commits

Author SHA256 Message Date
Jean Delvare
afee4a5f08 pciutils.spec: Add a strict dependency to libpci
Mixing different versions of pciutils and libpci could result in
a segmentation fault due to incompatible ABI. [bsc#1252338]
2025-10-24 10:57:52 +02:00
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 22 16:45:35 UTC 2025 - Jean Delvare <jdelvare@suse.com>
- pciutils.spec: Add a strict dependency to libpci. [bsc#1252338]
Mixing different versions of pciutils and libpci could result in
a segmentation fault due to incompatible ABI.
-------------------------------------------------------------------
Thu Mar 13 13:26:48 UTC 2025 - Peter Simons <psimons@suse.com>

View File

@@ -38,6 +38,10 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(zlib)
Requires: hwdata
# pciutils makes use of libpci internals which aren't covered by ABI
# versioning, so it is only guaranteed to work with the exact library
# it was built with.
Requires: %{lname} = %{version}-%{release}
%description
lspci: This program displays detailed information about all PCI busses