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 2023-06-30 19:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox-links (Old)
 and      /work/SRC/openSUSE:Factory/.busybox-links.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "busybox-links"

Fri Jun 30 19:58:06 2023 rev:27 rq:1095992 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes      
2023-01-10 14:59:22.337065653 +0100
+++ /work/SRC/openSUSE:Factory/.busybox-links.new.13546/busybox-links.changes   
2023-06-30 19:58:15.001421418 +0200
@@ -1,0 +2,6 @@
+Thu Jun 29 13:34:39 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Make sure last stays in busybox-util-linux, even if we moved
+  the original binary from util-linux to wtmpdb
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ busybox-links.spec ++++++
--- /var/tmp/diff_new_pack.Cv2ASd/_old  2023-06-30 19:58:15.741425819 +0200
+++ /var/tmp/diff_new_pack.Cv2ASd/_new  2023-06-30 19:58:15.745425843 +0200
@@ -208,6 +208,8 @@
 %package -n busybox-util-linux
 Summary:        Busybox applets replacing util-linux
 Requires:       busybox = %{version}
+# wtmpdb contains now /usr/bin/last
+Conflicts:      wtmpdb
 Conflicts:      util-linux
 Conflicts:      util-linux-systemd
 
@@ -640,6 +642,13 @@
     rm apps/$i
 done
 
+# /usr/bin/last is now in wtmpdb, but should stay in busybox-util-linux
+if [ -e apps/last ]; then
+    echo -e "/usr/bin/last" >> filelist-util-linux.txt
+    touch used/last
+    rm -f apps/last
+fi
+
 for i in `cat %{_datadir}/busybox/busybox.links` ; do
     prog=`basename $i`
     if [ -f apps/$prog ]; then

Reply via email to