Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package busybox for openSUSE:Factory checked in at 2023-01-05 15:00:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/busybox (Old) and /work/SRC/openSUSE:Factory/.busybox.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox" Thu Jan 5 15:00:24 2023 rev:81 rq:1055973 version:1.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/busybox/busybox.changes 2022-11-24 12:22:45.873120369 +0100 +++ /work/SRC/openSUSE:Factory/.busybox.new.1563/busybox.changes 2023-01-05 15:00:38.164951713 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:27:35 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox.spec ++++++ --- /var/tmp/diff_new_pack.yiKdMo/_old 2023-01-05 15:00:38.788955002 +0100 +++ /var/tmp/diff_new_pack.yiKdMo/_new 2023-01-05 15:00:38.792955023 +0100 @@ -1,7 +1,7 @@ # # spec file for package busybox # -# 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 @@ -135,7 +135,7 @@ make -e make -e doc busybox.links %{?_smp_mflags} -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 for i in busybox.links %{?with_ww3:busybox-warewulf3.links}; do sed -i -e 's,^/\(s\?bin\)/,/usr/\1/,' $i done