Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
afee4a5f08 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user