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-12-09 22:49:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/busybox-links (Old) and /work/SRC/openSUSE:Factory/.busybox-links.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox-links" Sat Dec 9 22:49:15 2023 rev:31 rq:1132118 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes 2023-09-08 21:16:06.943702948 +0200 +++ /work/SRC/openSUSE:Factory/.busybox-links.new.25432/busybox-links.changes 2023-12-09 22:49:29.175353663 +0100 @@ -1,0 +2,11 @@ +Fri Dec 8 14:12:35 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Add new sub-package for udhcpc + +------------------------------------------------------------------- +Mon Nov 20 12:58:07 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- zgrep: don't set the label option as only the real grep + supports it (bsc#1215943) + +------------------------------------------------------------------- New: ---- filelist-udhcpc.txt ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox-links.spec ++++++ --- /var/tmp/diff_new_pack.xKbeuC/_old 2023-12-09 22:49:30.171389623 +0100 +++ /var/tmp/diff_new_pack.xKbeuC/_new 2023-12-09 22:49:30.171389623 +0100 @@ -79,6 +79,7 @@ Source55: filelist-which.txt Source56: filelist-whois.txt Source57: filelist-xz.txt +Source58: filelist-udhcpc.txt # used for creating the above filelists and busybox.install: # build the container locally and then copy filelist-*txt and busybox.install # out ouf WORKDIR into the package directory @@ -128,6 +129,7 @@ Requires: busybox-time = %{version} Requires: busybox-traceroute = %{version} Requires: busybox-tunctl = %{version} +Requires: busybox-udhcpc = %{version} Requires: busybox-unzip = %{version} Requires: busybox-util-linux = %{version} Requires: busybox-vi = %{version} @@ -592,6 +594,15 @@ %description -n busybox-policycoreutils This package contains the symlinks to provide policycoreutils with busybox. +%package -n busybox-udhcpc +Summary: Busybox applets providing udhcp client +Requires: busybox = %{version} + +%description -n busybox-udhcpc +This package contains the symlinks to provide the udhcp clients with busybox. +For using udhcpc scripts to setup the network are required, they are not +provided with this package. + %prep %setup -q -c -T cp %{_sourcedir}/filelist*.txt . @@ -707,6 +718,8 @@ %files -n busybox-tunctl -f filelist-tunctl.txt +%files -n busybox-udhcpc -f filelist-udhcpc.txt + %files -n busybox-unzip -f filelist-unzip.txt %files -n busybox-util-linux -f filelist-util-linux.txt -f filelist-util-linux-systemd.txt ++++++ filelist-misc.txt ++++++ --- /var/tmp/diff_new_pack.xKbeuC/_old 2023-12-09 22:49:30.487401032 +0100 +++ /var/tmp/diff_new_pack.xKbeuC/_new 2023-12-09 22:49:30.491401176 +0100 @@ -34,5 +34,4 @@ /usr/sbin/mkfs.vfat /usr/sbin/uevent /usr/bin/wall -/usr/sbin/udhcpc ++++++ filelist-udhcpc.txt ++++++ /usr/sbin/udhcpc /usr/sbin/udhcpc6 ++++++ zgrep ++++++ --- /var/tmp/diff_new_pack.xKbeuC/_old 2023-12-09 22:49:30.791412007 +0100 +++ /var/tmp/diff_new_pack.xKbeuC/_new 2023-12-09 22:49:30.795412152 +0100 @@ -118,9 +118,9 @@ while [ "$#" -gt 0 ]; do # shellcheck disable=SC2086 if [ $pattern_found -eq 2 ]; then - "zcat" -- "$1" | "grep" --label="${1}" ${grep_args} -- - + "zcat" -- "$1" | "grep" ${grep_args} -- - else - "zcat" -- "$1" | "grep" --label="${1}" ${grep_args} -- "${pattern}" - + "zcat" -- "$1" | "grep" ${grep_args} -- "${pattern}" - fi [ "$?" -ne 0 ] && EXIT_CODE=1 shift