From c756f3d7446e1bc939cc0653d1953c8367b1d35e4f436aef59c0a590f2ae497c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Mar 2007 16:24:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=4 --- pciutils.changes | 6 ++++++ pciutils.spec | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pciutils.changes b/pciutils.changes index 63ae51a..a46802a 100644 --- a/pciutils.changes +++ b/pciutils.changes @@ -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 diff --git a/pciutils.spec b/pciutils.spec index ee5a89e..caefb2a 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -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