From 00745a46280675c7fc5dcabd9a8cae28df62bb16f1738d3e9b30a174325e16ca Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 20 May 2011 13:18:25 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/rsyslog revision 31.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=36a3c4d39232e9edaf56baba08c3680c --- rsyslog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsyslog.spec b/rsyslog.spec index a7998b2..06a77b6 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -21,7 +21,7 @@ Name: rsyslog Summary: The enhanced syslogd for Linux and Unix Version: 5.8.1 -Release: 4 +Release: 1 # for setting those bcond_with* configs see # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/ %if 0%{?suse_version} >= 1140 From e6148ea177c0a008bbe6e7b492221654788e625c67be44261a4c7e29dd53cdf0 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Fri, 27 May 2011 07:55:14 +0000 Subject: [PATCH 2/2] - Removed touch of obsolete /var/log/boot.log from spec post. OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=56 --- rsyslog.changes | 5 +++++ rsyslog.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rsyslog.changes b/rsyslog.changes index 7ba4384..e26ea85 100644 --- a/rsyslog.changes +++ b/rsyslog.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 May 19 15:43:28 UTC 2011 - mrueckert@suse.de diff --git a/rsyslog.spec b/rsyslog.spec index 06a77b6..66c5d21 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -455,7 +455,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