SHA256
1
0
forked from pool/pciutils

Accepting request 396961 from home:pluskalm:branches:Base:System

- Update to version 3.5.0:

OBS-URL: https://build.opensuse.org/request/show/396961
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal 2016-05-20 08:19:40 +00:00 committed by Git OBS Bridge
parent 23679719cc
commit f4b80e76ce
4 changed files with 20 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 20 08:11:14 UTC 2016 - mpluskal@suse.com
- Update to version 3.5.0:
* New capabilities decoded: Downstream Port Containment,
Precision Time Measurement. Thanks to Keith Busch and
Jonathan Yong.
* Domain numbers extended to 31 bits. This will be used by the
Linux kernel on some machines in near future.
* Enhanced allocation regions are now decoded on Linux.
* The NetBSD back-end supports PCIe extended configuration space.
* Updated pci.ids to the current snapshot of the database.
-------------------------------------------------------------------
Fri Jan 8 10:54:48 UTC 2016 - tchvatal@suse.com

View File

@ -18,7 +18,7 @@
%define lname libpci3
Name: pciutils
Version: 3.4.1
Version: 3.5.0
Release: 0
Summary: PCI utilities for the Linux Kernel
License: GPL-2.0+
@ -30,7 +30,7 @@ Patch0: pciutils-3.2.0_update-dist.patch
Patch1: %{name}-3.1.9_pkgconfig.patch
Patch2: pciutils-ocloexec.patch
Patch3: pciutils-endianh.patch
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(zlib)
Requires: pciutils-ids
@ -84,13 +84,12 @@ install -D -m 0644 lib/libpci.pc %{buildroot}%{_libdir}/pkgconfig/libpci.pc
ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc README COPYING
%doc %{_mandir}/man?/*
%{_mandir}/man?/*
/sbin/*
%files -n %{lname}
@ -100,7 +99,7 @@ ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
%files devel
%defattr(-, root, root)
%{_includedir}/pci/
%{_libdir}/*.so
%{_libdir}/libpci.so
%{_libdir}/pkgconfig/libpci.pc
%changelog