rpms/sysklogd/devel sysklogd-1.4.1-descriptions.patch, NONE, 1.1 sysklogd.spec, 1.43, 1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 13 14:03:53 UTC 2006


Author: pvrabec

Update of /cvs/dist/rpms/sysklogd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25552

Modified Files:
	sysklogd.spec 
Added Files:
	sysklogd-1.4.1-descriptions.patch 
Log Message:
fix some rpmlint issues


sysklogd-1.4.1-descriptions.patch:
 syslog.init |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE sysklogd-1.4.1-descriptions.patch ---
--- sysklogd-1.4.1rh/redhat/syslog.init.rpmlint	2006-12-13 13:41:05.000000000 +0100
+++ sysklogd-1.4.1rh/redhat/syslog.init	2006-12-13 13:41:43.000000000 +0100
@@ -9,6 +9,10 @@
 # run syslog.
 ### BEGIN INIT INFO
 # Provides: $syslog
+# Short-Description: System logging and kernel message trapping daemons
+# Description: Syslog is the facility by which many daemons use to log \
+#              messages to various system log files.  It is a good idea to always \
+#              run syslog.
 ### END INIT INFO
 
 # Source function library.


Index: sysklogd.spec
===================================================================
RCS file: /cvs/dist/rpms/sysklogd/devel/sysklogd.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sysklogd.spec	10 Dec 2006 14:08:06 -0000	1.43
+++ sysklogd.spec	13 Dec 2006 14:03:50 -0000	1.44
@@ -1,9 +1,10 @@
-Summary: System logging and kernel message trapping daemons.
+Summary: System logging and kernel message trapping daemons
 Name: sysklogd
 Version: 1.4.1
-Release: 42%{?dist}
+Release: 43%{?dist}
 License: GPL
 Group: System Environment/Daemons
+URL: http://www.infodrom.org/projects/sysklogd/
 Source: sysklogd-%{version}rh.tar.gz
 Prereq: fileutils /sbin/chkconfig /etc/init.d
 Conflicts: logrotate < 3.5.2
@@ -21,6 +22,7 @@
 Patch6: sysklogd-1.4.1-umask.patch
 Patch7: sysklogd-1.4.1-disable__syslog_chk.patch
 Patch8: sysklogd-1.4.1-ipv6.patch
+Patch9: sysklogd-1.4.1-descriptions.patch
 
 %description
 The sysklogd package contains two system utilities (syslogd and klogd)
@@ -42,6 +44,7 @@
 %patch6 -p1 -b .umask
 %patch7 -p1 -b .disable__syslog_chk
 %patch8 -p1 -b .ipv6
+%patch9 -p1 -b .descriptions
 
 %build
 make %{?_smp_mflags}
@@ -74,8 +77,7 @@
    for n in /var/log/{messages,secure,maillog,spooler}
    do
 	[ -f $n ] && continue
-	touch $n
-	chmod 600 $n
+	(umask 066 && touch $n)
    done
    /sbin/service syslog condrestart > /dev/null 2>&1
 fi
@@ -97,15 +99,18 @@
 %files
 %defattr(-,root,root)
 %doc ANNOUNCE CHANGES README* NEWS INSTALL redhat/ChangeLog
-%config(noreplace) /etc/syslog.conf
-%config(noreplace) /etc/sysconfig/syslog
-%config /etc/logrotate.d/syslog
-%config /etc/rc.d/init.d/syslog
+%config(noreplace) %{_sysconfdir}/syslog.conf
+%config(noreplace) %{_sysconfdir}/sysconfig/syslog
+%config(noreplace) %{_sysconfdir}/logrotate.d/syslog
+%{_sysconfdir}/rc.d/init.d/syslog
 /sbin/*
 %{_mandir}/*/*
 
 %changelog
-* Sat Dec 12 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-42
+* Wed Dec 13 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-43
+- fix some rpmlint issues
+
+* Sat Dec 09 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-42
 - fix IPv6 patch
 
 * Thu Nov 23 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-41




More information about the fedora-cvs-commits mailing list