Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at 2023-01-05 15:00:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor (Old) and /work/SRC/openSUSE:Factory/.apparmor.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor" Thu Jan 5 15:00:02 2023 rev:185 rq:1055771 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes 2022-11-24 12:22:05.328862723 +0100 +++ /work/SRC/openSUSE:Factory/.apparmor.new.1563/apparmor.changes 2023-01-05 15:00:07.048787694 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:20:43 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.tsehlE/_old 2023-01-05 15:00:07.728791278 +0100 +++ /var/tmp/diff_new_pack.tsehlE/_new 2023-01-05 15:00:07.736791320 +0100 @@ -1,7 +1,7 @@ # # spec file for package apparmor # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2011-2022 Christian Boltz # # All modifications and additions to the file contributed by third parties @@ -17,10 +17,12 @@ # -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 %define sbindir %_sbindir +%define apparmor_bin_prefix /usr/lib/apparmor %else %define sbindir /sbin +%define apparmor_bin_prefix /lib/apparmor %endif %if 0%{?suse_version} <= 1500 @@ -91,7 +93,6 @@ PreReq: sed BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define apparmor_bin_prefix %{?usrmerged:/usr}/lib/apparmor BuildRequires: bison BuildRequires: dejagnu BuildRequires: flex ++++++ libapparmor.spec ++++++ --- /var/tmp/diff_new_pack.tsehlE/_old 2023-01-05 15:00:07.756791426 +0100 +++ /var/tmp/diff_new_pack.tsehlE/_new 2023-01-05 15:00:07.764791468 +0100 @@ -1,7 +1,7 @@ # # spec file for package libapparmor # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2011-2022 Christian Boltz # # All modifications and additions to the file contributed by third parties