Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package busybox for openSUSE:Factory checked in at 2022-11-16 15:42:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/busybox (Old) and /work/SRC/openSUSE:Factory/.busybox.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox" Wed Nov 16 15:42:19 2022 rev:79 rq:1035783 version:1.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/busybox/busybox.changes 2022-11-14 14:29:02.602986264 +0100 +++ /work/SRC/openSUSE:Factory/.busybox.new.1597/busybox.changes 2022-11-16 15:42:22.327597471 +0100 @@ -1,0 +2,5 @@ +Mon Nov 14 08:52:35 UTC 2022 - Radoslav Kolev <radoslav.ko...@suse.com> + +- Fix build under SLE-12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox.spec ++++++ --- /var/tmp/diff_new_pack.IsvU39/_old 2022-11-16 15:42:23.935605766 +0100 +++ /var/tmp/diff_new_pack.IsvU39/_new 2022-11-16 15:42:23.943605807 +0100 @@ -46,7 +46,12 @@ Patch100: busybox.install.patch Provides: useradd_or_adduser_dep BuildRequires: glibc-devel-static +#in SLE12 hostname is part of the net-tools package +%if %{?suse_version} && %{?suse_version} <= 1315 +BuildRequires: net-tools +%else BuildRequires: hostname +%endif BuildRequires: pkgconfig(libselinux) # for test suite BuildRequires: zip @@ -92,7 +97,9 @@ PATH=/usr/share/busybox:$PATH SKIP_KNOWN_BUGS=1 ./runtest %prep +#SLE12 needs an empty line after autosetup for it to expand properly (bsc#1205420) %autosetup -p1 + find "(" -name CVS -o -name .cvsignore -o -name .svn -o -name .gitignore ")" \ -exec rm -Rf {} +