Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2020-02-19 12:39:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Wed Feb 19 12:39:10 2020 rev:147 rq:773656 version:8.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2020-02-07 
15:52:02.759433187 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.26092/rsyslog.changes       
2020-02-19 12:39:11.475468760 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 18:13:33 UTC 2020 - R. Tyler Croy <[email protected]>
+
+- Add support for omkafka which is now in Factory, and 15.x repos
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.Zjfodl/_old  2020-02-19 12:39:12.519470770 +0100
+++ /var/tmp/diff_new_pack.Zjfodl/_new  2020-02-19 12:39:12.519470770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,11 +63,11 @@
 %bcond_without  omhttpfs
 %bcond_without  omamqp1
 %bcond_without  tcl
+%bcond_without  kafka
 # https://github.com/rsyslog/rsyslog/issues/1355
 %bcond_with    maxminddb
 # contributed modules not built for various reasons
 # --enable-mmgrok - grok not in factory
-# --enable-omkafka - librdkafka not in factory
 # TODO: ... doesnt have a proper configure check but wants hdfs.h
 %bcond_with     hdfs
 %bcond_with     mongodb
@@ -83,7 +83,7 @@
 %define         rsyslog_sockets_cfg         
%{rsyslog_rundir}/additional-log-sockets.conf
 %define         rsyslog_module_dir_nodeps   %{_libdir}/rsyslog/
 %define         rsyslog_module_dir_withdeps %{_libdir}/rsyslog/
-Url:            http://www.rsyslog.com/
+URL:            http://www.rsyslog.com/
 # Upstream library deprecated and we want to support migration
 Obsoletes:      %{name}-module-guardtime
 %if %{with systemd}
@@ -149,6 +149,10 @@
 %if %{with zeromq}
 BuildRequires:  czmq-devel >= 3.0.2
 %endif
+%if %{with kafka}
+BuildRequires:  librdkafka-devel
+Requires:       librdkafka1
+%endif
 %if %{with gssapi}
 BuildRequires:  krb5-devel
 %endif
@@ -541,6 +545,21 @@
 
 %endif
 
+%if %{with kafka}
+
+%package module-kafka
+Requires:       %{name} = %{version}
+Summary:        Kafka support module for syslog
+Group:          System/Daemons
+
+%description module-kafka
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support for Kafka.
+
+%endif
+
 %if %{with omamqp1}
 %package module-omamqp1
 Requires:       %{name} = %{version}
@@ -604,6 +623,10 @@
 %if %{with elasticsearch}
        --enable-elasticsearch  \
 %endif
+%if %{with kafka}
+       --enable-imkafka                \
+       --enable-omkafka                \
+%endif
 %if %{with omhttpfs}
        --enable-omhttpfs       \
 %endif
@@ -759,6 +782,10 @@
 %if %{with omhttpfs}
                omhttpfs.so \
 %endif
+%if %{with kafka}
+               imkafka.so \
+               omkafka.so \
+%endif
        ; do
                mv -f %{buildroot}%{rsyslog_module_dir_nodeps}/$mod \
                      %{buildroot}%{rsyslog_module_dir_withdeps}
@@ -1192,6 +1219,14 @@
 %{rsyslog_module_dir_withdeps}/omzmq3.so
 %endif
 
+%if %{with kafka}
+
+%files module-kafka
+%defattr(-,root,root)
+%{rsyslog_module_dir_withdeps}/imkafka.so
+%{rsyslog_module_dir_withdeps}/omkafka.so
+%endif
+
 %if %{with omamqp1}
 %files module-omamqp1
 %defattr(-,root,root)


Reply via email to