This commit is contained in:
parent
f6cfb001b4
commit
c756f3d744
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 12:34:27 CEST 2007 - rguenther@suse.de
|
||||
|
||||
- add zlib-devel BuildRequires
|
||||
- require zlib-devel from pciutils-devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 13:39:09 CET 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -11,8 +11,9 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: pciutils
|
||||
BuildRequires: zlib-devel
|
||||
Version: 2.2.4
|
||||
Release: 18
|
||||
Release: 25
|
||||
%define ver 2.2.4
|
||||
Requires: pciutils-ids
|
||||
Autoreqprov: on
|
||||
@ -47,6 +48,8 @@ Authors:
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Static Library and Include Files of the PCI-utilities
|
||||
# As we only package a static library we need zlib-devel for final linking
|
||||
Requires: zlib-devel
|
||||
|
||||
%description devel
|
||||
This package contains the files that are necessary for software
|
||||
@ -91,7 +94,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/pci/
|
||||
%{_libdir}/libpci.a
|
||||
|
||||
%changelog -n pciutils
|
||||
%changelog
|
||||
* Thu Mar 29 2007 - rguenther@suse.de
|
||||
- add zlib-devel BuildRequires
|
||||
- require zlib-devel from pciutils-devel package
|
||||
* Mon Jan 29 2007 - anicka@suse.cz
|
||||
- change dependency from python to perl in update-pciids [#221276]
|
||||
* Sat Jan 20 2007 - garloff@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user