forked from pool/pciutils
This commit is contained in:
parent
ab2ed2249a
commit
4e3cd6ec94
@ -1,3 +1,2 @@
|
|||||||
pciutils
|
pciutils
|
||||||
pciutils-devel
|
pciutils-devel
|
||||||
requires -pciutils-<targettype>
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d05eeb41a676ff9e34fad0782e1b13bbd8213c2a7fdc230560c66b5f123f32e1
|
|
||||||
size 220065
|
|
3
pciutils-3.0.1.tar.bz2
Normal file
3
pciutils-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:115706bf8b946aaebc91849ed1a5d222a3b2f14a48e2dcfb6bb9f39dd5794106
|
||||||
|
size 246141
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 11 22:45:55 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 3.0.1
|
||||||
|
* Added a Cygwin port.
|
||||||
|
* Worked around compatibility problems with various default
|
||||||
|
settings of wget
|
||||||
|
* Fixed printing of MSI capabilities.
|
||||||
|
* Added decoding of several PCI-X capabilities: device/link/slot 2,
|
||||||
|
Advanced Error Reporting, Access Control Services, Alternative
|
||||||
|
Routing-ID, Single Root I/O Virtualization.
|
||||||
|
* Fixed bug in filters which caused them to refuse
|
||||||
|
vendor/device ID 0xffff.
|
||||||
|
* Fixed several build problems: builds without PCI_USE_DNS
|
||||||
|
on Linux and with PCI_USE_DNS on Solaris and *BSD. Static
|
||||||
|
library mode also compiles again on old versions of GCC.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 11 16:30:15 CEST 2008 - mrueckert@suse.de
|
Fri Apr 11 16:30:15 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pciutils (Version 3.0.0 )
|
# spec file for package pciutils (Version 3.0.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -13,8 +20,8 @@
|
|||||||
|
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Requires: pciutils-ids
|
Requires: pciutils-ids
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
@ -23,7 +30,7 @@ Summary: PCI-utilities for Kernel version 2.2 and newer
|
|||||||
Url: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
Url: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: update-pciutils-dist
|
Patch: update-pciutils-dist
|
||||||
Patch1: pciutils-3.0.0_pkgconfig.patch
|
Patch1: %{name}-%{version}_pkgconfig.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -99,6 +106,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libpci.pc
|
%{_libdir}/pkgconfig/libpci.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 12 2008 anicka@suse.cz
|
||||||
|
- update to 3.0.1
|
||||||
|
* Added a Cygwin port.
|
||||||
|
* Worked around compatibility problems with various default
|
||||||
|
settings of wget
|
||||||
|
* Fixed printing of MSI capabilities.
|
||||||
|
* Added decoding of several PCI-X capabilities: device/link/slot 2,
|
||||||
|
Advanced Error Reporting, Access Control Services, Alternative
|
||||||
|
Routing-ID, Single Root I/O Virtualization.
|
||||||
|
* Fixed bug in filters which caused them to refuse
|
||||||
|
vendor/device ID 0xffff.
|
||||||
|
* Fixed several build problems: builds without PCI_USE_DNS
|
||||||
|
on Linux and with PCI_USE_DNS on Solaris and *BSD. Static
|
||||||
|
library mode also compiles again on old versions of GCC.
|
||||||
* Fri Apr 11 2008 mrueckert@suse.de
|
* Fri Apr 11 2008 mrueckert@suse.de
|
||||||
- move shared libs to /%%{_lib}
|
- move shared libs to /%%{_lib}
|
||||||
- added pciutils-3.0.0_pkgconfig.patch:
|
- added pciutils-3.0.0_pkgconfig.patch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user