diff --git a/syslogd.changes b/syslogd.changes index 3f20514..c22b7ec 100644 --- a/syslogd.changes +++ b/syslogd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 27 07:53:38 UTC 2011 - mt@suse.de + +- Removed touch of obsolete /var/log/boot.log from spec post. + ------------------------------------------------------------------- Thu Jan 20 09:37:15 UTC 2011 - mt@suse.de diff --git a/syslogd.spec b/syslogd.spec index 0c5dc59..2f7d556 100644 --- a/syslogd.spec +++ b/syslogd.spec @@ -1,7 +1,7 @@ # -# spec file for package syslogd (Version 1.4.1) +# spec file for package syslogd # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed Provides: syslog AutoReqProv: on Version: 1.4.1 -Release: 726 +Release: 727 Summary: The Syslog daemon Source: sysklogd-1.4.1.tar.bz2 Source1: logrotate.syslog @@ -188,7 +188,6 @@ fi # mkdir -p var/log touch var/log/messages; chmod 640 var/log/messages -touch var/log/boot.log; chmod 640 var/log/boot.log touch var/log/mail; chmod 640 var/log/mail touch var/log/mail.info; chmod 640 var/log/mail.info touch var/log/mail.warn; chmod 640 var/log/mail.warn