Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package busybox for openSUSE:Factory checked 
in at 2025-08-06 14:31:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox (Old)
 and      /work/SRC/openSUSE:Factory/.busybox.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "busybox"

Wed Aug  6 14:31:04 2025 rev:92 rq:1297404 version:1.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox/busybox.changes  2025-07-20 
15:28:58.707837140 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new.1085/busybox.changes        
2025-08-06 14:31:18.415048765 +0200
@@ -1,0 +2,7 @@
+Fri Aug  1 07:36:48 UTC 2025 - Radoslav Kolev <[email protected]>
+
+- revert the change to busybox.install.patch below. The logic will be
+  needed only in busybox-links package when generating file lists.
+- fix mkdir path to point to /usr/bin instead of /bin
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------


++++++ busybox.install.patch ++++++
--- /var/tmp/diff_new_pack.9irSEf/_old  2025-08-06 14:31:19.539095812 +0200
+++ /var/tmp/diff_new_pack.9irSEf/_new  2025-08-06 14:31:19.543095979 +0200
@@ -1,5 +1,5 @@
 diff --git a/applets/install.sh b/applets/install.sh
-index 415896893..c1b611bfc 100755
+index 415896893..7b51fd8f3 100755
 --- a/applets/install.sh
 +++ b/applets/install.sh
 @@ -1,11 +1,11 @@
@@ -16,7 +16,7 @@
        echo "  TYPE is one of: --symlinks --hardlinks --binaries 
--scriptwrapper --none"
        echo "  OPTS is one or more of: --cleanup --noclobber"
        exit 1
-@@ -13,9 +13,13 @@ fi
+@@ -13,9 +13,9 @@ fi
  shift # Keep only remaining options
  
  # Source the configuration
@@ -24,19 +24,17 @@
 +#. ./.config
  
 -h=`sort 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=""
-+
-+h=`sort /usr/share/busybox/busybox.links | uniq | grep -vE 
"${IGNORE_APPLETS// /|}"`
++h=`sort /usr/share/busybox/busybox.links | uniq`
  
  sharedlib_dir="0_lib"
  
-@@ -78,7 +82,7 @@ fi
+@@ -77,8 +77,8 @@ if [ x"$cleanup" = x"1" ] && [ -e "$prefix/bin/busybox" ]; 
then
+ fi
  
  rm -f "$prefix/bin/busybox" || exit 1
- mkdir -p "$prefix/bin" || exit 1
+-mkdir -p "$prefix/bin" || exit 1
 -install -m 755 busybox "$prefix/bin/busybox" || exit 1
++mkdir -p "$prefix/usr/bin" || exit 1
 +install -m 755 /usr/bin/busybox "$prefix/bin/busybox" || exit 1
  
  for i in $h; do

Reply via email to