Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package icingaweb2-module-director for openSUSE:Factory checked in at 2023-09-25 20:00:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icingaweb2-module-director (Old) and /work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icingaweb2-module-director" Mon Sep 25 20:00:58 2023 rev:20 rq:1112879 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/icingaweb2-module-director/icingaweb2-module-director.changes 2022-11-03 19:59:38.480067752 +0100 +++ /work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.1770/icingaweb2-module-director.changes 2023-09-25 20:01:34.898652827 +0200 @@ -1,0 +2,5 @@ +Thu Sep 21 12:36:31 UTC 2023 - ecsos <ec...@opensuse.org> + +- Fix build error in Tumbleweed which are not aarch64. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icingaweb2-module-director.spec ++++++ --- /var/tmp/diff_new_pack.uWQGiS/_old 2023-09-25 20:01:35.998692487 +0200 +++ /var/tmp/diff_new_pack.uWQGiS/_new 2023-09-25 20:01:35.998692487 +0200 @@ -1,7 +1,7 @@ # # spec file for package icingaweb2-module-director # -# 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 @@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: systemd-rpm-macros +Requires(pre): pwdutils Requires: icinga2 >= 2.8.0 Requires: icingaweb2 >= 2.8.0 Requires: icingaweb2-module-incubator >= 0.18.0 @@ -77,8 +78,8 @@ %pre %service_add_pre %{name}.service -/usr/bin/getent group %{icingawebgroup} >/dev/null || /usr/sbin/groupadd -r %{icingawebgroup} -/usr/bin/getent passwd icingadirector >/dev/null || /usr/sbin/useradd -c "Icinga2 director" -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} -g %{icingawebgroup} icingadirector +/usr/bin/getent group %{icingawebgroup} >/dev/null || /usr/sbin/groupadd -r %{icingawebgroup} ||: +/usr/bin/getent passwd icingadirector >/dev/null || /usr/sbin/useradd -c "Icinga2 director" -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} -g %{icingawebgroup} icingadirector || : %preun %service_del_preun %{name}.service