rpms/rsyslog/devel .cvsignore, 1.3, 1.4 rsyslog.spec, 1.2, 1.3 sources, 1.3, 1.4 rsyslog-1.17.1-rOptionCompat.patch, 1.1, NONE

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Mon Jul 23 14:49:46 UTC 2007


Author: pvrabec

Update of /cvs/extras/rpms/rsyslog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23112

Modified Files:
	.cvsignore rsyslog.spec sources 
Removed Files:
	rsyslog-1.17.1-rOptionCompat.patch 
Log Message:
upstream bug fix release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Jul 2007 10:43:39 -0000	1.3
+++ .cvsignore	23 Jul 2007 14:49:14 -0000	1.4
@@ -1,3 +1,3 @@
-rsyslog-1.17.1.tar.gz
+rsyslog-1.17.2.tar.gz
 rsyslog.init
 rsyslog.sysconfig


Index: rsyslog.spec
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/devel/rsyslog.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rsyslog.spec	20 Jul 2007 10:43:39 -0000	1.2
+++ rsyslog.spec	23 Jul 2007 14:49:14 -0000	1.3
@@ -1,9 +1,9 @@
-%define with_db 0
-%define sbindir	/sbin
+%define	with_db	0
+%define	sbindir	/sbin
 
 Summary: Enhanced system logging and kernel message trapping daemons
 Name: rsyslog
-Version: 1.17.1
+Version: 1.17.2
 Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
@@ -11,7 +11,6 @@
 Source0: http://download.adiscon.com/rsyslog/%{name}-%{version}.tar.gz
 Source1: rsyslog.init
 Source2: rsyslog.sysconfig
-Patch1: rsyslog-1.17.1-rOptionCompat.patch
 Conflicts: logrotate < 3.5.2
 %if %{with_db}
 BuildRequires: mysql-devel >= 4.0
@@ -24,6 +23,7 @@
 Requires(preun): /sbin/chkconfig /sbin/chkconfig
 Requires(postun): /sbin/service
 Provides: syslog
+Provides: sysklogd
 Obsoletes: sysklogd
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,7 +38,6 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .rOptionCompat
 
 %build
 %configure --sbindir=%{sbindir}
@@ -71,8 +70,8 @@
 fi
 for n in /var/log/{messages,secure,maillog,spooler}
 do
-        [ -f $n ] && continue
-        umask 066 && touch $n
+	[ -f $n ] && continue
+	umask 066 && touch $n
 done
 
 %preun
@@ -99,6 +98,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Mon Jul 23 2007 Peter Vrabec <pvrabec at redhat.com> 1.17.2-1
+- upstream bug fix release
+
 * Fri Jul 20 2007 Peter Vrabec <pvrabec at redhat.com> 1.17.1-1
 - upstream bug fix release
 - include html docs (#248712)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Jul 2007 10:43:39 -0000	1.3
+++ sources	23 Jul 2007 14:49:14 -0000	1.4
@@ -1,3 +1,3 @@
-a5bd8983f72c836a8f2da707a28b2372  rsyslog-1.17.1.tar.gz
+a9327c1e72f3950a97547445a4910f48  rsyslog-1.17.2.tar.gz
 26932048c2b297a1fb7bbb6d0a1edb41  rsyslog.init
-6cdadcfd270c58962c9fe560223acf99  rsyslog.sysconfig
+e10d2dc3238c2cf2a54933f10b19b9bf  rsyslog.sysconfig


--- rsyslog-1.17.1-rOptionCompat.patch DELETED ---




More information about the fedora-extras-commits mailing list