Hello community, here is the log from the commit of package rsyslog for openSUSE:Factory checked in at 2014-10-29 21:09:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-25 08:33:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2014-10-29 21:10:19.000000000 +0100 @@ -1,0 +2,12 @@ +Wed Oct 22 02:03:03 UTC 2014 - [email protected] + +- Changed BuildRequires dependencies for SLES11SP3 + - BuildRequires: libjson-c-devel + - BuildRequires: libestr-devel + - BuildRequires: liblogging-devel + - BuildRequires: librelp-devel + - BuildRequires: libee-devel + - BuildRequires: liblognorm-devel + - BuildRequires: libuuid-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsyslog.spec ++++++ --- /var/tmp/diff_new_pack.SoShXy/_old 2014-10-29 21:10:20.000000000 +0100 +++ /var/tmp/diff_new_pack.SoShXy/_new 2014-10-29 21:10:20.000000000 +0100 @@ -26,10 +26,12 @@ %bcond_without systemd %bcond_without udpspoof %bcond_without dbi +%bcond_without pkgconfig %else %bcond_with systemd %bcond_with udpspoof %bcond_with dbi +%bcond_with pkgconfig %endif %if 0%{?suse_version} >= 1230 %bcond_with systemv @@ -58,6 +60,7 @@ %bcond_with mongodb %bcond_with hiredis %bcond_with zeromq + %define upstream_version %{version} %define rsyslogdocdir %{_docdir}/%{name} %if %{defined _rundir} @@ -97,9 +100,17 @@ BuildRequires: pkgconfig BuildRequires: zlib-devel %if %{with rfc3195} +%if %{with pkgconfig} BuildRequires: pkgconfig(liblogging-rfc3195) >= 1.0.1 +%else +BuildRequires: liblogging-devel +%endif %endif +%if %{with pkgconfig} BuildRequires: pkgconfig(liblogging-stdlog) >= 1.0.1 +%else +BuildRequires: liblogging-devel +%endif %if %{with elasticsearch} BuildRequires: curl-devel %endif @@ -138,7 +149,11 @@ %endif %if %{with relp} # RELP support +%if %{with pkgconfig} BuildRequires: pkgconfig(relp) >= 1.2.5 +%else +BuildRequires: librelp-devel +%endif %endif %if %{with udpspoof} # UDP spoof support @@ -146,18 +161,30 @@ %endif %if %{with mmnormalize} # mmnormalize support +%if %{with pkgconfig} BuildRequires: pkgconfig(libee) >= 0.4.0 BuildRequires: pkgconfig(lognorm) >= 1.0.0 +%else +BuildRequires: libee-devel +BuildRequires: liblognorm-devel +%endif %endif # # mmjsonparse needs liblognorm, # but json check is unconditional +%if %{with pkgconfig} BuildRequires: pkgconfig(json-c) >= 0.9 BuildRequires: pkgconfig(libee) >= 0.4.0 BuildRequires: pkgconfig(libestr) >= 0.1.9 BuildRequires: pkgconfig(uuid) >= 2.21.0 -%if 0%{?suse_version} >= 1200 +%else +BuildRequires: libjson-c-devel +BuildRequires: libee-devel +BuildRequires: libestr-devel +BuildRequires: libuuid-devel +%endif BuildRequires: python-docutils +%if 0%{?suse_version} >= 1200 %bcond_without rst2man %else %bcond_with rst2man -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
