rpms/rsyslog/F-7 rsyslog.spec,1.1,1.2

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Tue Jun 26 13:19:15 UTC 2007


Author: pvrabec

Update of /cvs/extras/rpms/rsyslog/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29104

Modified Files:
	rsyslog.spec 
Log Message:
add BuildRequires for  zlib compression feature



Index: rsyslog.spec
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/F-7/rsyslog.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rsyslog.spec	26 Jun 2007 12:59:03 -0000	1.1
+++ rsyslog.spec	26 Jun 2007 13:18:39 -0000	1.2
@@ -3,7 +3,7 @@
 Summary: Enhanced system logging and kernel message trapping daemons
 Name: rsyslog
 Version: 1.13.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://www.rsyslog.com/
@@ -13,6 +13,7 @@
 %if %{with_db}
 BuildRequires: mysql-devel >= 4.0
 %endif
+BuildRequires: zlib-devel
 Requires: logrotate
 Requires: bash >= 2.0
 Requires(post): /sbin/chkconfig coreutils
@@ -96,6 +97,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Jun 26 2007 Peter Vrabec <pvrabec at redhat.com> 1.13.5-3
+- add BuildRequires for  zlib compression feature
+
 * Mon Jun 25 2007 Peter Vrabec <pvrabec at redhat.com> 1.13.5-2
 - some spec file adjustments.
 - fix syslog init script error codes (#245330)




More information about the fedora-extras-commits mailing list