Hello community, here is the log from the commit of package busybox-links for openSUSE:Factory checked in at 2020-10-02 17:15:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/busybox-links (Old) and /work/SRC/openSUSE:Factory/.busybox-links.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox-links" Fri Oct 2 17:15:07 2020 rev:11 rq:838876 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes 2020-09-24 16:12:27.132791090 +0200 +++ /work/SRC/openSUSE:Factory/.busybox-links.new.4249/busybox-links.changes 2020-10-02 17:15:15.470066649 +0200 @@ -1,0 +2,5 @@ +Tue Sep 29 10:02:38 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Don't fail if rpm will not be build + +------------------------------------------------------------------- @@ -15,0 +21,5 @@ + +------------------------------------------------------------------- +Fri Aug 28 08:09:37 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Add zgrep to gzip sub-package ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox-links.spec ++++++ --- /var/tmp/diff_new_pack.enIsyZ/_old 2020-10-02 17:15:17.306067697 +0200 +++ /var/tmp/diff_new_pack.enIsyZ/_new 2020-10-02 17:15:17.310067698 +0200 @@ -561,7 +561,7 @@ mkdir missing for i in `cat %{_datadir}/busybox/busybox.links` ; do touch apps/`basename $i`; done # No rpm/rpm2cpio, will break build service -rm apps/rpm apps/rpm2cpio +rm -f apps/rpm apps/rpm2cpio # No /linuxrc rm -f apps/linuxrc # Does not really fit @@ -627,6 +627,7 @@ #ln -sf %{_bindir}/busybox %{buildroot}%{_sysconfdir}/alternatives/sh ln -sf %{_sysconfdir}/alternatives/sh %{buildroot}%{_bindir}/sh ln -sf %{_bindir}/sh %{buildroot}/bin/sh +cp -av %{_bindir}/zgrep %{buildroot}%{_bindir} %post -n busybox-sh -p /usr/bin/ash %{_sbindir}/update-alternatives --quiet --force \ @@ -653,6 +654,7 @@ %files -n busybox-gawk -f filelist-gawk.txt %files -n busybox-grep -f filelist-grep.txt %files -n busybox-gzip -f filelist-gzip.txt +%{_bindir}/zgrep %files -n busybox-hostname -f filelist-hostname.txt %files -n busybox-iproute2 -f filelist-iproute2.txt %files -n busybox-iputils -f filelist-iputils.txt
