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 2023-01-28 18:42:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-rpm-macros" Sat Jan 28 18:42:42 2023 rev:43 rq:1061222 version:19 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes 2022-11-25 13:11:13.115699752 +0100 +++ /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.32243/systemd-rpm-macros.changes 2023-01-28 18:44:10.190213221 +0100 @@ -1,0 +2,10 @@ +Thu Jan 26 14:12:28 UTC 2023 - Franck Bui <f...@suse.com> + +- Bump to version 19 + +------------------------------------------------------------------- +Thu Jan 26 14:11:14 UTC 2023 - Franck Bui <f...@suse.com> + +- `udevadm hwdb` is deprecated, use `systemd-hwdb` instead. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.NKIbVg/_old 2023-01-28 18:44:10.574215410 +0100 +++ /var/tmp/diff_new_pack.NKIbVg/_new 2023-01-28 18:44:10.574215410 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemd-rpm-macros # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: systemd-rpm-macros -Version: 18 +Version: 19 Release: 0 Summary: RPM macros for systemd License: LGPL-2.1-or-later ++++++ macros.systemd ++++++ --- /var/tmp/diff_new_pack.NKIbVg/_old 2023-01-28 18:44:10.614215639 +0100 +++ /var/tmp/diff_new_pack.NKIbVg/_new 2023-01-28 18:44:10.618215661 +0100 @@ -209,7 +209,7 @@ %systemd_user_postun_with_restart() %{nil} %udev_hwdb_update() \ -[ -x /usr/bin/udevadm ] && /usr/bin/udevadm hwdb --update || : \ +[ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : \ %{nil} %udev_rules_update() \