Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2020-11-26 23:09:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Thu Nov 26 23:09:23 2020 rev:137 rq:849981 version:8.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes      2020-09-04 
10:52:11.886401115 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new.5913/coreutils.changes    
2020-11-26 23:09:24.996830691 +0100
@@ -1,0 +2,5 @@
+Fri Oct 16 07:26:20 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- prepare usrmerge (boo#1029961)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.vgpcJa/_old  2020-11-26 23:09:25.980831660 +0100
+++ /var/tmp/diff_new_pack.vgpcJa/_new  2020-11-26 23:09:25.984831663 +0100
@@ -68,6 +68,9 @@
 %if "%{name}" == "coreutils" || "%{name}" == "coreutils-single"
 Provides:       fileutils = %{version}
 Provides:       mktemp = %{version}
+%if 0%{?usrmerged}
+Provides:       /bin/mktemp
+%endif
 Provides:       sh-utils = %{version}
 Provides:       stat = %{version}
 Provides:       textutils = %{version}
@@ -251,6 +254,7 @@
 make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
 
 #UsrMerge
+%if !0%{?usrmerged}
 install -d %{buildroot}/bin
 for i in arch basename cat chgrp chmod chown cp date dd df echo \
   false ln ls mkdir mknod mktemp mv pwd rm rmdir sleep sort stat \
@@ -258,6 +262,7 @@
 do
   ln -sf %{_bindir}/$i %{buildroot}/bin/$i
 done
+%endif
 #EndUsrMerge
 echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1
 %if "%{name}" == "coreutils"
@@ -294,7 +299,9 @@
 %doc NEWS README THANKS
 %{_bindir}/*
 #UsrMerge
+%if !0%{?usrmerged}
 /bin/*
+%endif
 #EndUsrMerge
 %{_libdir}/%{name}
 
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to