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:
parent
23679719cc
commit
f4b80e76ce
@ -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
3
pciutils-3.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85
|
||||||
|
size 312820
|
@ -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
|
Fri Jan 8 10:54:48 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libpci3
|
%define lname libpci3
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 3.4.1
|
Version: 3.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PCI utilities for the Linux Kernel
|
Summary: PCI utilities for the Linux Kernel
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -30,7 +30,7 @@ Patch0: pciutils-3.2.0_update-dist.patch
|
|||||||
Patch1: %{name}-3.1.9_pkgconfig.patch
|
Patch1: %{name}-3.1.9_pkgconfig.patch
|
||||||
Patch2: pciutils-ocloexec.patch
|
Patch2: pciutils-ocloexec.patch
|
||||||
Patch3: pciutils-endianh.patch
|
Patch3: pciutils-endianh.patch
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libkmod)
|
BuildRequires: pkgconfig(libkmod)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Requires: pciutils-ids
|
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
|
ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README COPYING
|
%doc README COPYING
|
||||||
%doc %{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
/sbin/*
|
/sbin/*
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
@ -100,7 +99,7 @@ ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/pci/
|
%{_includedir}/pci/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libpci.so
|
||||||
%{_libdir}/pkgconfig/libpci.pc
|
%{_libdir}/pkgconfig/libpci.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user