Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2026-07-17 18:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Fri Jul 17 18:46:51 2026 rev:186 rq:1365799 version:8.2502.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2026-01-26 
10:44:53.822187880 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.24530/rsyslog.changes       
2026-07-17 18:47:05.860427828 +0200
@@ -1,0 +2,5 @@
+Mon Jul 13 12:48:23 UTC 2026 - Thomas Blume <[email protected]>
+
+- added a devel subpackage, with requires (jsc#PED-16301)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.uR1jdS/_old  2026-07-17 18:47:08.100503696 +0200
+++ /var/tmp/diff_new_pack.uR1jdS/_new  2026-07-17 18:47:08.104503831 +0200
@@ -566,6 +566,30 @@
 This module provides an output module for TCL.
 %endif
 
+%package devel
+Requires:       glibc-devel
+Requires:       krb5-devel
+Requires:       libbrotli-devel
+Requires:       libestr-devel
+Requires:       libfastjson-devel
+Requires:       libgcrypt-devel
+Requires:       liblognorm-devel
+Requires:       libmariadb-devel
+Requires:       libnet-devel
+Requires:       libnl3-devel
+Requires:       librelp-devel
+Requires:       libzstd-devel
+Requires:       linux-glibc-devel
+Requires:       net-snmp-devel
+Requires:       postgresql18-devel-mini
+Requires:       zlib-devel
+Summary:        Development files for rsyslog
+Group:          System/Daemons
+
+%description devel
+The rsyslog-devel package includes header files, libraries necessary for
+developing the rsyslog logging daemon.
+
 %prep
 %autosetup -p1 -a 14
 #
@@ -832,6 +856,9 @@
   install -m0640 %{SOURCE9} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
 %endif
 
+mkdir -p %{buildroot}%{_includedir}/rsyslog
+find %{_builddir} -type f -name '*.h' -exec install -m644 '{}' 
%{buildroot}%{_includedir}/rsyslog \;
+
 %define post_for_mark_daemon_restart() \
 %if 0%{?suse_version} < 1600 \
 %post %1 \
@@ -1232,3 +1259,6 @@
 %{rsyslog_module_dir_withdeps}/omtcl.so*
 %endif
 
+%files devel
+%{_includedir}/rsyslog
+

Reply via email to