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 2022-09-17 20:10:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox-links (Old)
 and      /work/SRC/openSUSE:Factory/.busybox-links.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "busybox-links"

Sat Sep 17 20:10:14 2022 rev:24 rq:1004139 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes      
2022-03-30 20:36:06.517325070 +0200
+++ /work/SRC/openSUSE:Factory/.busybox-links.new.2083/busybox-links.changes    
2022-09-17 20:10:18.397151090 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 13:14:35 UTC 2022 - Thorsten Kukuk <ku...@suse.com>
+
+- Create sub-package "hexedit" [bsc#1203399]
+- Create sub-package "sha3sum" [bsc#1203397]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ busybox-links.spec ++++++
--- /var/tmp/diff_new_pack.eLPFTF/_old  2022-09-17 20:10:18.921152602 +0200
+++ /var/tmp/diff_new_pack.eLPFTF/_new  2022-09-17 20:10:18.937152649 +0200
@@ -39,6 +39,7 @@
 BuildRequires:  gawk
 BuildRequires:  grep
 BuildRequires:  gzip
+BuildRequires:  hexedit
 BuildRequires:  hostname
 BuildRequires:  iproute2
 BuildRequires:  iputils
@@ -57,6 +58,7 @@
 BuildRequires:  sed
 BuildRequires:  selinux-tools
 BuildRequires:  sendmail
+BuildRequires:  sha3sum
 BuildRequires:  shadow
 BuildRequires:  sharutils
 BuildRequires:  sysvinit-tools
@@ -90,6 +92,7 @@
 Requires:       busybox-gawk = %{version}
 Requires:       busybox-grep = %{version}
 Requires:       busybox-gzip = %{version}
+Requires:       busybox-hexedit = %{version}
 Requires:       busybox-hostname = %{version}
 Requires:       busybox-iproute2 = %{version}
 Requires:       busybox-iputils = %{version}
@@ -349,6 +352,14 @@
 %description -n busybox-syslogd
 This package contains the symlinks to provide syslogd with busybox.
 
+%package -n busybox-hexedit
+Summary:        Busybox applets replacing hexedit
+Requires:       busybox = %{version}
+Conflicts:      hexedit
+
+%description -n busybox-hexedit
+This package contains the symlinks to replace hexedit with busybox.
+
 %package -n busybox-hostname
 Summary:        Busybox applets replacing hostname
 Requires:       busybox = %{version}
@@ -430,6 +441,15 @@
 This package contains the symlinks for adduser and some tools from the
 shadow suite.
 
+%package -n busybox-sha3sum
+Summary:        Busybox applets replacing sha3sum
+Requires:       busybox = %{version}
+Conflicts:      perl-Digest-SHA3
+Conflicts:      sha3sum
+
+%description -n busybox-sha3sum
+This package contains the symlinks to replace sha3sum with busybox.
+
 %package -n busybox-whois
 Summary:        Busybox applets replacing whois
 Requires:       busybox = %{version}
@@ -575,7 +595,7 @@
 rm -f apps/linuxrc
 # Does not really fit
 rm apps/[[
-for package in coreutils diffutils findutils grep util-linux 
util-linux-systemd iputils iproute2 gzip sed cpio procps xz bzip2 psmisc kbd 
sharutils hostname net-tools net-tools-deprecated traceroute ncurses-utils kmod 
tar gawk patch attr which bind-utils man sendmail shadow less whois unzip vim 
wget ed bc netcat-openbsd dos2unix telnet tftp time tunctl vlan sysvinit-tools 
selinux-tools policycoreutils; do
+for package in coreutils diffutils findutils grep util-linux 
util-linux-systemd iputils iproute2 gzip sed cpio procps xz bzip2 psmisc kbd 
sharutils hexedit hostname net-tools net-tools-deprecated traceroute 
ncurses-utils kmod tar gawk patch attr which bind-utils man sendmail sha3sum 
shadow less whois unzip vim wget ed bc netcat-openbsd dos2unix telnet tftp time 
tunctl vlan sysvinit-tools selinux-tools policycoreutils; do
     for i in `rpm -ql $package |grep "bin/"` ; do
        prog=`basename $i`
        if [ -f apps/$prog ]; then
@@ -678,6 +698,8 @@
 %{_bindir}/zless
 %{_bindir}/zmore
 
+%files -n busybox-hexedit -f filelist-hexedit.txt
+
 %files -n busybox-hostname -f filelist-hostname.txt
 
 %files -n busybox-iproute2 -f filelist-iproute2.txt
@@ -714,6 +736,8 @@
 
 %files -n busybox-sendmail -f filelist-sendmail.txt
 
+%files -n busybox-sha3sum -f filelist-sha3sum.txt
+
 %files -n busybox-sharutils -f filelist-sharutils.txt
 
 %files -n busybox-syslogd -f filelist-syslogd.txt

Reply via email to