4 Commits

6 changed files with 36 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQz3UIWM8X/rMLSHFIVf/JNR+6nIAUCZmSkBQAKCRAVf/JNR+6n
IPf8AP9RrQRHJTk9xvvQamI9oT+ZjXcisz5ibrnWyRu54xp5YQD/aY/X///WijHL
QSGGWBNoIprqjXkE4arsluL+7cICnA4=
=tBLH
-----END PGP SIGNATURE-----

Binary file not shown.

7
pciutils-3.14.0.tar.sign Normal file
View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQz3UIWM8X/rMLSHFIVf/JNR+6nIAUCaFbZMwAKCRAVf/JNR+6n
INMVAP9EcS+3chLue7bE+US5W9Ung1IUCVUdY+qAM8ePVO26xwEAxjHleYFzbIig
g+wPwX44dkujwWkIokgspzfflqnx+A4=
=0h0N
-----END PGP SIGNATURE-----

3
pciutils-3.14.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7713409882813991d2269d125e40dad1f54a019a52b78b3962941c1d4a6f86f
size 513188

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Oct 23 12:30:48 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.
-------------------------------------------------------------------
Sun Jul 20 08:32:02 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 3.14.0:
* New capabilities are decoded: VirtIO SharedMemory, Physical
Layer 16 to 64 GT/s, Flit Mode, Device 3, Intel vendor-
specific.
* <lib/header.h> got definitions of new classes and capabilities
from PCI Code and ID Assignment rev 1.18
* <lib/pci.h> can be included from C++ programs
* Updated pci.ids
-------------------------------------------------------------------
Thu Mar 13 13:26:48 UTC 2025 - Peter Simons <psimons@suse.com>

View File

@@ -1,8 +1,8 @@
#
# spec file for package pciutils
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define sover 3
%define lname libpci%{sover}
Name: pciutils
Version: 3.13.0
Version: 3.14.0
Release: 0
Summary: PCI utilities for the Linux Kernel
License: GPL-2.0-or-later
@@ -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