Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2016-11-17 13:09:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfs-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes      2016-11-02 
12:28:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2016-11-17 
13:09:19.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 14 14:51:30 UTC 2016 - [email protected]
+
+- Also ignore errors on the first chown call: this can happen
+  especially in the build system when shadow is not present and
+  the user has not been generated in the %pre phase.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.5s9N8g/_old  2016-11-17 13:09:20.000000000 +0100
+++ /var/tmp/diff_new_pack.5s9N8g/_new  2016-11-17 13:09:20.000000000 +0100
@@ -178,7 +178,7 @@
 %service_add_pre nfs
 
 %post -n nfs-client
-chown statd:nogroup %{_localstatedir}/lib/nfs
+chown statd:nogroup %{_localstatedir}/lib/nfs > /dev/null 2>&1 || :
 for i in state sm sm.bak; do
        chown -R statd %{_localstatedir}/lib/nfs/$i > /dev/null 2>&1 || :
 done


Reply via email to