Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2014-05-14 10:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-04-23 
17:28:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2014-05-14 
10:50:25.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May  6 00:51:39 UTC 2014 - nfbr...@suse.com
+
+- nfsdcltrack_sbin.patch
+  The kernel expects nfsdcltrack to be in /sbin,
+  so we must put it there.
+
+-------------------------------------------------------------------

New:
----
  nfsdcltrack.sbin.patch

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

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.EbYwdZ/_old  2014-05-14 10:50:26.000000000 +0200
+++ /var/tmp/diff_new_pack.EbYwdZ/_new  2014-05-14 10:50:26.000000000 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           nfs-utils
 BuildRequires:  device-mapper-devel
 BuildRequires:  e2fsprogs-devel
@@ -89,6 +88,8 @@
 Patch12:        udp-fallback-fix.patch
 # PATCH-FIX-UPSTREAM fedfs-lib-name.patch nfbr...@suse.de
 Patch13:        fedfs-lib-name.patch
+# PATCH-FIX-UPSTREAM nfsdcltrack.sbin.patch nfbr...@suse.de
+Patch14:        nfsdcltrack.sbin.patch
 
 Suggests:       python-base
 
@@ -154,6 +155,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 cp %{S:6} .
 
 %build
@@ -332,7 +334,7 @@
 /usr/sbin/rpc.mountd
 /usr/sbin/rpc.nfsd
 /usr/sbin/rpc.svcgssd
-/usr/sbin/nfsdcltrack
+/sbin/nfsdcltrack
 %{_mandir}/man5/exports.5.gz
 %{_mandir}/man7/nfsd.7.gz
 %{_mandir}/man8/exportfs.8.gz


++++++ nfsdcltrack.sbin.patch ++++++
---
 utils/nfsdcltrack/Makefile.am |    4 ++++
 1 file changed, 4 insertions(+)

--- nfs-utils-1.2.8.orig/utils/nfsdcltrack/Makefile.am
+++ nfs-utils-1.2.8/utils/nfsdcltrack/Makefile.am
@@ -1,5 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 
+# These binaries go in /sbin (not /usr/sbin), and that cannot be
+# overridden at config time. The kernel "knows" the /sbin name.
+sbindir = /sbin
+
 man8_MANS      = nfsdcltrack.man
 EXTRA_DIST     = $(man8_MANS)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to