rpms/pciutils/devel pciutils.spec,1.44,1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 5 20:09:16 UTC 2007


Author: pjones

Update of /cvs/dist/rpms/pciutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6468

Modified Files:
	pciutils.spec 
Log Message:
- buildreq zlib-devel so we know we always get it.



Index: pciutils.spec
===================================================================
RCS file: /cvs/dist/rpms/pciutils/devel/pciutils.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- pciutils.spec	2 Apr 2007 09:55:47 -0000	1.44
+++ pciutils.spec	5 Apr 2007 20:09:14 -0000	1.45
@@ -1,6 +1,6 @@
 Name:		pciutils
 Version:	2.2.4
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Source:		ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Patch0:		pciutils-strip.patch
 Patch1: 	pciutils-2.2.4-buf.patch
@@ -14,6 +14,7 @@
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveOS: 	Linux
 Requires:	hwdata
+BuildRequires:	zlib-devel
 Summary: PCI bus related utilities
 Group: Applications/System
 
@@ -26,6 +27,7 @@
 %package devel
 Summary: Linux PCI development library
 Group: Development/Libraries
+Requires: zlib-devel
 
 %description devel
 This package contains a library for inspecting and setting
@@ -72,6 +74,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Apr  5 2007 Peter Jones <pjones at redhat.com> - 2.2.4-3
+- buildreq zlib-devel, so we know configure will find it consistently.
+
 * Mon Apr  2 2007 Harald Hoyer <harald at redhat.com> - 2.2.4-2
 - added alpha to multilib patch (#231790)
 - specfile cleanup




More information about the fedora-cvs-commits mailing list