- Version bump to 3.3.0:
* Device names exported by BIOS are displayed on Linux. * On Linux systems, HWDB is used to look up device names when our ID database gives no match. (More precisely, HWDB is consulted after local pci.ids, but before using network to query online pci.ids.) Thanks to Tom Gundersen for the initial patch. * Added experimental back-end for OS X / Darwin. Thanks to Richard Yao for providing it. * Filters now support matching by device class. Original patch by Matthew Wilcox, wrappers for ABI compatibility by me. * Interrupt Pin and Interrupt Line registers are displayed for bridge devices, too. * Several portability bugs have been fixed. * Several typos have been fixed. Also, use of questionable constructs in man pages has been reduced. * PCIe link capabilities now include the ASPMOptComp bit. * The "CRS Software Visibility" bit is now decoded properly. * Updated pci.ids to the current snapshot of the database. - Refresh patch: * pciutils-endianh.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
e085baac4a
commit
37542058ce
@@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libpci3
|
||||
Name: pciutils
|
||||
Version: 3.2.1
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
Summary: PCI utilities for Kernel version 2
|
||||
License: GPL-2.0+
|
||||
@@ -35,10 +35,6 @@ BuildRequires: pkgconfig(libkmod)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: pciutils-ids
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: pciutils-64bit
|
||||
%endif
|
||||
|
||||
%description
|
||||
lspci: This program displays detailed information about all PCI busses
|
||||
@@ -62,10 +58,6 @@ libpci offers access to the PCI configuration space.
|
||||
Summary: Library and Include Files of the PCI utilities
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: pciutils-devel-64bit
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
This package contains the files that are necessary for software
|
||||
@@ -76,7 +68,7 @@ development using the PCI utilities.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} OPT="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS) -Wall" PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP="" SHARED="yes"
|
||||
|
Reference in New Issue
Block a user