Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2014-05-20 14:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-05-17 
21:45:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2014-05-20 
14:24:08.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 19 07:37:34 UTC 2014 - m...@suse.com
+
+- rpm: use _rundir rpm macro if defined (bnc#873857)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.s7lxCJ/_old  2014-05-20 14:24:09.000000000 +0200
+++ /var/tmp/diff_new_pack.s7lxCJ/_new  2014-05-20 14:24:09.000000000 +0200
@@ -60,7 +60,11 @@
 %bcond_with     zeromq
 %define         upstream_version            %{version}
 %define         rsyslogdocdir               %{_docdir}/%{name}
+%if %{defined _rundir}
+%define         rsyslog_rundir              %{_rundir}/rsyslog
+%else
 %define         rsyslog_rundir              %{_localstatedir}/run/rsyslog
+%endif
 %define         rsyslog_sockets_cfg         
%{rsyslog_rundir}/additional-log-sockets.conf
 %define         rsyslog_module_dir_nodeps   %{_libdir}/rsyslog/
 %define         rsyslog_module_dir_withdeps %{_libdir}/rsyslog/
@@ -144,11 +148,11 @@
 # mmnormalize support
 BuildRequires:  pkgconfig(libee) >= 0.4.0
 BuildRequires:  pkgconfig(lognorm) >= 1.0.0
-%endif # with mmnormalize
+%endif
 #
 # mmjsonparse needs liblognorm,
 # but json check is unconditional
-BuildRequires:  pkgconfig(json) >= 0.9
+BuildRequires:  pkgconfig(json-c) >= 0.9
 BuildRequires:  pkgconfig(libee) >= 0.4.0
 BuildRequires:  pkgconfig(libestr) >= 0.1.9
 BuildRequires:  pkgconfig(uuid) >= 2.21.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to