Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package coreutils for openSUSE:Factory checked in at 2026-03-01 22:13:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coreutils (Old) and /work/SRC/openSUSE:Factory/.coreutils.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coreutils" Sun Mar 1 22:13:52 2026 rev:170 rq:1335176 version:9.10 Changes: -------- --- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes 2026-02-12 17:24:44.644614150 +0100 +++ /work/SRC/openSUSE:Factory/.coreutils.new.29461/coreutils.changes 2026-03-01 22:14:06.908213321 +0100 @@ -1,0 +2,9 @@ +Tue Feb 24 23:00:24 UTC 2026 - Bernhard Voelker <[email protected]> + +- Factor out man pages of sub-package coreutils-systemd into + sub-package coreutils-systemd-doc to avoid conflicts with + newer procps. +- Add patch coreutils-sclp-terminfo-coloring.patch + * Support sclp terminfo entries on s390/x + +------------------------------------------------------------------- New: ---- coreutils-sclp-terminfo-coloring.patch ----------(New B)---------- New: newer procps. - Add patch coreutils-sclp-terminfo-coloring.patch * Support sclp terminfo entries on s390/x ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coreutils.spec ++++++ --- /var/tmp/diff_new_pack.6uPXqn/_old 2026-03-01 22:14:07.760248338 +0100 +++ /var/tmp/diff_new_pack.6uPXqn/_new 2026-03-01 22:14:07.760248338 +0100 @@ -48,6 +48,7 @@ Patch100: coreutils-build-timeout-as-pie.patch # Assorted fixes Patch113: coreutils-misc.patch +Patch114: coreutils-sclp-terminfo-coloring.patch # Skip 2 valgrind'ed sort tests on ppc/ppc64 which would fail due to # a glibc issue in mkstemp. Patch300: coreutils-skip-some-sort-tests-on-ppc.patch @@ -136,6 +137,19 @@ This package contains the documentation for the GNU Core Utilities. # ================================================ + +%package systemd-doc +Summary: Documentation for the package coreutils-systemd +Group: Documentation/Man +Supplements: (coreutils-systemd and patterns-base-documentation) +BuildArch: noarch + +%description systemd-doc +This package contains the man pages for the GNU Core Utilities, +package coreutils-systemd: + pinky uptime users who + +# ================================================ %lang_package %prep @@ -149,6 +163,7 @@ %patch -P 100 %endif %patch -P 113 +%patch -P 114 %patch -P 300 @@ -218,6 +233,8 @@ %install %if "%{name}" == "coreutils" || "%{name}" == "coreutils-single" make install DESTDIR=%{buildroot} pkglibexecdir=%{_libdir}/%{name} +# Remove coreutils-systemd utilities. +rm -fv %{buildroot}%{_bindir}/{pinky,uptime,users,who} echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1 %if "%{name}" == "coreutils" @@ -225,7 +242,10 @@ # add LC_TIME directories to lang package awk '/LC_TIME/ {a=$2; gsub(/\/[^\/]+\.mo/,"", a); print "%%dir", a} {print}' < coreutils.lang > tmp mv tmp coreutils.lang +# Remove coreutils-systemd documentation. +rm -fv %{buildroot}%{_mandir}/man1/{pinky,uptime,users,who}* %else +# single rm -rf %{buildroot}%{_mandir} rm -rf %{buildroot}%{_infodir} rm -rf %{buildroot}%{_datadir}/locale @@ -234,7 +254,9 @@ %endif %if "%{name}" == "coreutils-systemd" mkdir -p %{buildroot}%{_bindir} -install src/{pinky,uptime,users,who} %{buildroot}%{_bindir}/ +install -v src/{pinky,uptime,users,who} %{buildroot}%{_bindir}/ +mkdir -p %{buildroot}%{_mandir}/man1 +install -vm 644 man/{pinky,uptime,users,who}.1 %{buildroot}%{_mandir}/man1 %endif # ================================================ @@ -256,10 +278,6 @@ %license COPYING %doc NEWS README THANKS -%exclude %{_bindir}/pinky -%exclude %{_bindir}/uptime -%exclude %{_bindir}/users -%exclude %{_bindir}/who %{_bindir}/* %{_libdir}/%{name} @@ -278,6 +296,17 @@ %{_bindir}/uptime %{_bindir}/users %{_bindir}/who +%exclude %{_mandir}/man1/pinky.1%{?ext_man} +%exclude %{_mandir}/man1/uptime.1%{?ext_man} +%exclude %{_mandir}/man1/users.1%{?ext_man} +%exclude %{_mandir}/man1/who.1%{?ext_man} + +# systemd-doc +%files doc +%{_mandir}/man1/pinky.1%{?ext_man} +%{_mandir}/man1/uptime.1%{?ext_man} +%{_mandir}/man1/users.1%{?ext_man} +%{_mandir}/man1/who.1%{?ext_man} %else ++++++ coreutils-sclp-terminfo-coloring.patch ++++++ The new sclp terminfo entry support ANSI colors (s390/x). Contributed by: Dr. Werner Fink <[email protected]> --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) Index: src/dircolors.hin =================================================================== --- src/dircolors.hin.orig +++ src/dircolors.hin @@ -43,6 +43,7 @@ TERM tmux* TERM vt100 TERM vt220 TERM xterm* +TERM sclp* # =================================================================== # Basic file attributes
