Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2013-06-17 10:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2013-05-27 
09:59:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2013-06-17 
10:17:57.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jun 14 04:17:57 UTC 2013 - [email protected]
+
+- Required version of pkgconfig(relp) is >= 1.0.3
+- Requires version of libsystemd-journal is >= 197
+- Notify systemd on sucessful startup of the daemon to avoid
+  confusing behaviour such as :
+  http://lists.opensuse.org/opensuse/2013-06/msg00603.html
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.jLwzOD/_old  2013-06-17 10:17:58.000000000 +0200
+++ /var/tmp/diff_new_pack.jLwzOD/_new  2013-06-17 10:17:58.000000000 +0200
@@ -79,7 +79,7 @@
 %{?systemd_requires}
 BuildRequires:  pkgconfig(systemd)
 %if %{with journal}
-BuildRequires:  pkgconfig(libsystemd-journal)
+BuildRequires:  pkgconfig(libsystemd-journal) >= 197
 %endif
 %else
 Requires(pre):  %insserv_prereq %fillup_prereq /etc/init.d/syslog
@@ -129,7 +129,7 @@
 %if %{with relp}
 # RELP support
 %if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(relp) >= 1.0.1
+BuildRequires:  pkgconfig(relp) >= 1.0.3
 %else
 BuildRequires:  librelp-devel
 %endif



++++++ rsyslog-unit.patch ++++++
--- /var/tmp/diff_new_pack.jLwzOD/_old  2013-06-17 10:17:58.000000000 +0200
+++ /var/tmp/diff_new_pack.jLwzOD/_new  2013-06-17 10:17:58.000000000 +0200
@@ -1,6 +1,6 @@
---- rsyslog-7.2.5/rsyslog.service.in
-+++ rsyslog-7.2.5/rsyslog.service.in   2013/04/16 08:48:30
-@@ -1,9 +1,16 @@
+--- rsyslog-7.3.14.orig/rsyslog.service.in
++++ rsyslog-7.3.14/rsyslog.service.in
+@@ -1,9 +1,17 @@
  [Unit]
  Description=System Logging Service
 +Requires=var-run.mount
@@ -11,6 +11,7 @@
  [Service]
 -ExecStart=@sbindir@/rsyslogd -n
 -Sockets=syslog.socket
++Type=notify
 +Environment=RSYSLOGD_PARAMS=
 +ExecStartPre=@sbindir@/rsyslog-service-prepare
 +EnvironmentFile=-/etc/sysconfig/syslog
@@ -19,3 +20,14 @@
  StandardOutput=null
  
  [Install]
+--- rsyslog-7.3.14.orig/tools/syslogd.c
++++ rsyslog-7.3.14/tools/syslogd.c
+@@ -2033,7 +2033,7 @@ int realMain(int argc, char **argv)
+               close(2);
+               ourConf->globals.bErrMsgToStderr = 0;
+       }
+-
++    sd_notify(0, "READY=1");
+       mainloop();
+ 
+       /* do any de-init's that need to be done AFTER this comment */

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to