Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rsyslog for openSUSE:Factory checked in at 2023-01-15 17:57:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsyslog (Old) and /work/SRC/openSUSE:Factory/.rsyslog.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsyslog" Sun Jan 15 17:57:45 2023 rev:172 rq:1058141 version:8.2212.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes 2022-12-15 19:24:08.275691968 +0100 +++ /work/SRC/openSUSE:Factory/.rsyslog.new.32243/rsyslog.changes 2023-01-15 17:57:48.986078379 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:18:37 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsyslog.spec ++++++ --- /var/tmp/diff_new_pack.xfXAcJ/_old 2023-01-15 17:57:49.862083578 +0100 +++ /var/tmp/diff_new_pack.xfXAcJ/_new 2023-01-15 17:57:49.866083602 +0100 @@ -758,7 +758,7 @@ %{buildroot}%{rsyslog_module_dir_withdeps} done fi -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 install -d -m0755 %{buildroot}/sbin ln -sf %{_sbindir}/rsyslogd $RPM_BUILD_ROOT/sbin/rsyslogd %endif @@ -920,7 +920,7 @@ %config(noreplace) %attr(600,root,root) %{_sysconfdir}/rsyslog.d/remote.conf %config(noreplace) %attr(600,root,root) %{_sysconfdir}/rsyslog.d/*.frule %{_sbindir}/rsyslogd -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/rsyslogd %endif %dir %{rsyslog_module_dir_nodeps}