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-09-03 21:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox-links (Old)
 and      /work/SRC/openSUSE:Factory/.busybox-links.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "busybox-links"

Wed Sep  3 21:07:30 2025 rev:37 rq:1302568 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes      
2025-08-06 14:31:28.623476034 +0200
+++ /work/SRC/openSUSE:Factory/.busybox-links.new.1977/busybox-links.changes    
2025-09-03 21:07:57.297964163 +0200
@@ -1,0 +2,7 @@
+Mon Sep  1 17:42:59 UTC 2025 - Stanislav Brabec <sbra...@suse.com>
+
+- Add busybox-ether-wake replacing downstream ether-wake from
+  net-tools (boo#1249034).
+- Provide support for net-tools-dummy-ether-wake (bsc#1242048).
+
+-------------------------------------------------------------------

New:
----
  filelist-ether-wake.txt

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

Other differences:
------------------
++++++ busybox-links.spec ++++++
--- /var/tmp/diff_new_pack.M0go9D/_old  2025-09-03 21:07:58.686022817 +0200
+++ /var/tmp/diff_new_pack.M0go9D/_new  2025-09-03 21:07:58.690022985 +0200
@@ -80,6 +80,7 @@
 Source56:       filelist-whois.txt
 Source57:       filelist-xz.txt
 Source58:       filelist-udhcpc.txt
+Source59:       filelist-ether-wake.txt
 # used for creating the above filelists and busybox.install:
 # build the container locally and then copy /rpm/filelist-*txt,
 # /rpm/busybox.install # and /usr/share/busybox/busybox.links
@@ -107,6 +108,7 @@
 Requires:       busybox-diffutils = %{version}
 Requires:       busybox-dos2unix = %{version}
 Requires:       busybox-ed = %{version}
+Requires:       busybox-ether-wake = %{version}
 Requires:       busybox-findutils = %{version}
 Requires:       busybox-gawk = %{version}
 Requires:       busybox-grep = %{version}
@@ -218,6 +220,15 @@
 %description -n busybox-diffutils
 This package contains the symlinks to replace diffutils with busybox.
 
+%package -n busybox-ether-wake
+Summary:        Busybox applets replacing ether-wake from net-tools
+Requires:       busybox = %{version}
+Conflicts:      net-tools < 2.10.0.0.1
+Obsoletes:      net-tools-dummy-ether-wake
+
+%description -n busybox-ether-wake
+This package contains the symlinks to replace findutils with busybox.
+
 %package -n busybox-findutils
 Summary:        Busybox applets replacing findutils
 Requires:       busybox = %{version}
@@ -659,6 +670,8 @@
 
 %files -n busybox-ed -f filelist-ed.txt
 
+%files -n busybox-ether-wake -f filelist-ether-wake.txt
+
 %files -n busybox-findutils -f filelist-findutils.txt
 
 %files -n busybox-gawk -f filelist-gawk.txt

++++++ create-filelists.sh ++++++
--- /var/tmp/diff_new_pack.M0go9D/_old  2025-09-03 21:07:58.838029240 +0200
+++ /var/tmp/diff_new_pack.M0go9D/_new  2025-09-03 21:07:58.842029409 +0200
@@ -56,6 +56,9 @@
 # Merge net-tools sub-packages
 cat filelist-net-tools-deprecated.txt >> filelist-net-tools.txt
 rm filelist-net-tools-deprecated.txt
+# ether-wake was dropped from net-tools
+echo -e "$SBINDIR/ether-wake" >> filelist-ether-wake.txt
+touch used/ether-wake
 # Create some extra sub-packages
 echo -e "$BINDIR/ash" > filelist-sh.txt
 touch used/ash

++++++ filelist-ether-wake.txt ++++++
/usr/sbin/ether-wake

Reply via email to