Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd-rpm-macros for openSUSE:Factory checked in at 2021-07-03 20:50:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-rpm-macros" Sat Jul 3 20:50:32 2021 rev:36 rq:903200 version:13 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes 2021-05-23 23:30:22.664793780 +0200 +++ /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.2625/systemd-rpm-macros.changes 2021-07-03 20:50:33.668901461 +0200 @@ -1,0 +2,15 @@ +Wed Jun 30 09:59:31 UTC 2021 - Franck Bui <f...@suse.com> + +- Bump to version 13 + +------------------------------------------------------------------- +Wed Jun 30 09:52:48 UTC 2021 - Franck Bui <f...@suse.com> + +- Make use of "Suggests:" in %systemd_ordering + + Until libzypp supports "OrderWithRequires:", we need to specify a + similar ordering constraint that can be understood by the dep solver + as well. Hence the use of "Suggests:" in %systemd_ordering + (workaround for bsc#1187332). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.uTrAzl/_old 2021-07-03 20:50:34.268896846 +0200 +++ /var/tmp/diff_new_pack.uTrAzl/_new 2021-07-03 20:50:34.272896816 +0200 @@ -17,7 +17,7 @@ Name: systemd-rpm-macros -Version: 12 +Version: 13 Release: 0 Summary: RPM macros for systemd License: LGPL-2.1-or-later ++++++ macros.systemd ++++++ --- /var/tmp/diff_new_pack.uTrAzl/_old 2021-07-03 20:50:34.332896354 +0200 +++ /var/tmp/diff_new_pack.uTrAzl/_new 2021-07-03 20:50:34.332896354 +0200 @@ -53,10 +53,15 @@ Requires(postun): systemd \ %{nil} +# In case you're wondering why "Suggests:" is also used: libzypp +# doesn't understand "OrderWithRequires:" yet, see bsc#1187332 for +# details. %systemd_ordering \ +OrderWithRequires(pre): systemd \ OrderWithRequires(post): systemd \ OrderWithRequires(preun): systemd \ OrderWithRequires(postun): systemd \ +Suggests: systemd \ %{nil} %_restart_on_update_force() /usr/bin/systemctl try-restart %{*} || : %{nil}