Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2012-10-19 06:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslogd (Old)
 and      /work/SRC/openSUSE:Factory/.syslogd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslogd", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2012-03-09 
21:28:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes     2012-10-19 
06:50:14.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Oct 18 09:51:21 UTC 2012 - co...@suse.com
+
+- buildrequire systemd by pkgconfig provides to get systemd-mini
+  in build environment (to break cycle)
+
+-------------------------------------------------------------------
+Wed Oct 17 13:33:09 UTC 2012 - wer...@suse.de
+
+- Avoid logrotate to exec for similar entries several times (bnc#713584) 
+
+-------------------------------------------------------------------

New:
----
  syslogd-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syslogd.spec ++++++
--- /var/tmp/diff_new_pack.pbIf0O/_old  2012-10-19 06:50:28.000000000 +0200
+++ /var/tmp/diff_new_pack.pbIf0O/_new  2012-10-19 06:50:28.000000000 +0200
@@ -15,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           syslogd
 %define omc_prefix /usr/share/omc
 %define omc_svcdir %{omc_prefix}/svcinfo.d
-License:        GPL-2.0+
-Group:          System/Daemons
-BuildRequires:  pkg-config systemd-devel
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(systemd)
 Requires(post): %fillup_prereq
 Requires(post):   %insserv_prereq
 Requires(post): permissions
@@ -32,12 +29,13 @@
 Requires(prereq): klogd
 Requires(prereq): sed
 Requires(prereq): syslog-service
-Provides:       syslog
 Provides:       sysklogd
-AutoReqProv:    on
+Provides:       syslog
 Version:        1.4.1
-Release:        747
+Release:        0
 Summary:        The Syslog daemon
+License:        GPL-2.0+
+Group:          System/Daemons
 Source:         sysklogd-1.4.1.tar.bz2
 Source1:        logrotate.syslog
 Source2:        sysconfig.syslog
@@ -99,14 +97,12 @@
     Shane Alderton <sh...@scs.apana.org.au>
 
 %package -n klogd
-License:        GPL-2.0+
 Provides:       klogd:/sbin/klogd
 Requires(post): %fillup_prereq
 Requires(post):   %insserv_prereq
 Requires(postun): %insserv_prereq
 Summary:        The kernel log daemon
 Group:          System/Daemons
-AutoReqProv:    on
 
 %description -n klogd
 The klogd daemon 'listens' to kernel log messages, prioritizes them,
@@ -125,15 +121,14 @@
     Shane Alderton <sh...@scs.apana.org.au>
 
 %package -n syslog-service
-License:        GPL-2.0+
 Requires(post): %fillup_prereq
 Requires(post): %insserv_prereq
 Requires(postun): %insserv_prereq
 Provides:       klogd:/etc/init.d/syslog
-Requires:       /etc/init.d/network logrotate
+Requires:       /etc/init.d/network
+Requires:       logrotate
 Summary:        Syslog service files & scripts
 Group:          System/Daemons
-AutoReqProv:    on
 BuildArch:      noarch
 
 %description -n syslog-service

++++++ logrotate.syslog ++++++
--- /var/tmp/diff_new_pack.pbIf0O/_old  2012-10-19 06:50:28.000000000 +0200
+++ /var/tmp/diff_new_pack.pbIf0O/_new  2012-10-19 06:50:28.000000000 +0200
@@ -9,7 +9,12 @@
 # the firewall,acpid,NetworkManager log files
 # are used by syslog-ng and rsyslog only, the
 # other by all syslog daemons.
-/var/log/warn /var/log/messages /var/log/allmessages /var/log/localmessages 
/var/log/firewall /var/log/acpid /var/log/NetworkManager {
+# the mail log files are used by all syslog daemons
+# the news log files are used by all syslog daemons
+/var/log/warn /var/log/messages /var/log/allmessages /var/log/localmessages 
/var/log/firewall /var/log/acpid /var/log/NetworkManager
+/var/log/mail /var/log/mail.info /var/log/mail.warn /var/log/mail.err
+/var/log/news/news.crit /var/log/news/news.err /var/log/news/news.notice
+{
     compress
     dateext
     maxage 365
@@ -23,37 +28,3 @@
         /etc/init.d/syslog reload > /dev/null
     endscript
 }
-
-# used by all syslog daemons
-/var/log/mail /var/log/mail.info /var/log/mail.warn /var/log/mail.err {
-    compress
-    dateext
-    maxage 365
-    rotate 99
-    missingok
-    notifempty
-    size +4096k
-    create 640 root root
-    sharedscripts
-    postrotate
-        /etc/init.d/syslog reload > /dev/null
-    endscript
-}
-
-# used by all syslog daemons
-/var/log/news/news.crit /var/log/news/news.err /var/log/news/news.notice {
-    compress
-    dateext
-    maxage 365
-    rotate 99
-    missingok
-    notifempty
-    size +4096k
-    su news news
-    create 640 news news
-    sharedscripts
-    postrotate
-        /etc/init.d/syslog reload > /dev/null
-    endscript
-}
-

++++++ syslog-service-generator ++++++
--- /var/tmp/diff_new_pack.pbIf0O/_old  2012-10-19 06:50:28.000000000 +0200
+++ /var/tmp/diff_new_pack.pbIf0O/_new  2012-10-19 06:50:28.000000000 +0200
@@ -205,6 +205,7 @@
        StandardOutput=null
        ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
        ExecStartPre=-$socksdir/addsockets
+       ExecReload=/bin/kill -HUP \$MAINPID
 EOF
 
 #


++++++ syslogd-rpmlintrc ++++++
addFilter(".*incoherent-logrotate-file.*")
addFilter(".*init-script-non-var-dependency.*")
addFilter(".*dangling-symlink.*/lib/systemd/system/earlysyslog\.service.*/dev/null.*")
addFilter(".*no-reload-entry.*/etc/init\.d/early.*")
addFilter(".*no-status-entry.*/etc/init\.d/early.*")
addFilter(".*no-url-tag.*")
addFilter(".*non-etc-or-var-file-marked-as-conffile.*/lib/systemd/system/.*")
addFilter(".*suse-logrotate-log-dir-not-packaged.*/var/log/news.*")
addFilter(".*suse-missing-rclink.*early.*")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to