Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package busybox-links for openSUSE:Factory checked in at 2025-07-20 15:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/busybox-links (Old) and /work/SRC/openSUSE:Factory/.busybox-links.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox-links" Sun Jul 20 15:28:29 2025 rev:35 rq:1294030 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes 2025-06-27 23:00:57.264388188 +0200 +++ /work/SRC/openSUSE:Factory/.busybox-links.new.8875/busybox-links.changes 2025-07-20 15:28:51.615543653 +0200 @@ -1,0 +2,5 @@ +Thu Jul 17 06:00:41 UTC 2025 - Radoslav Kolev <radoslav.ko...@suse.com> + +- add filtering of ignored applets to busybox.install + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox.install ++++++ --- /var/tmp/diff_new_pack.VkiLIO/_old 2025-07-20 15:28:55.519705212 +0200 +++ /var/tmp/diff_new_pack.VkiLIO/_new 2025-07-20 15:28:55.571707363 +0200 @@ -15,7 +15,11 @@ # Source the configuration #. ./.config -h=`sort /usr/share/busybox/busybox.links | uniq` +#this is a placeholder, it will be replaced with correct list by create-filelists.sh +#when building the busybox-links package +IGNORE_APPLETS="halt poweroff reboot" + +h=`sort /usr/share/busybox/busybox.links | uniq | grep -vE "${IGNORE_APPLETS// /|}"` sharedlib_dir="0_lib"