[nfs-utils] Removed modprobe.d/nfs.conf

Steve Dickson steved at fedoraproject.org
Thu Aug 2 20:42:37 UTC 2012


commit 1f3cdd6cae1033cb2a13fc40cfabb2518bc0399f
Author: Steve Dickson <steved at redhat.com>
Date:   Thu Aug 2 16:37:55 2012 -0400

    Removed modprobe.d/nfs.conf
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-utils.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 71e075a..a20e07c 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.2.6
-Release: 9%{?dist}
+Release: 10%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -36,8 +36,6 @@ Source51: nfs-server.preconfig
 Source52: nfs-server.postconfig
 %define nfs_configs %{SOURCE50} %{SOURCE51} %{SOURCE52} 
 
-Source60: nfs4-modalias.conf
-
 Patch001: nfs-utils-1.2.7-rc3.patch
 
 Patch100: nfs-utils-1.2.1-statdpath-man.patch
@@ -141,7 +139,6 @@ install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin
 install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT/etc
 install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc/request-key.d
 install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/sysconfig/nfs
-install -m 644 %{SOURCE60} $RPM_BUILD_ROOT/lib/modprobe.d/nfs.conf
 
 for service in %{nfs_services} ; do
 	install -m 644 $service $RPM_BUILD_ROOT/lib/systemd/system
@@ -297,7 +294,6 @@ fi
 %{_mandir}/*/*
 /lib/systemd/system/*
 /usr/lib/%{name}/scripts/*
-/lib/modprobe.d/nfs.conf
 
 %attr(4755,root,root)   /sbin/mount.nfs
 %attr(4755,root,root)   /sbin/mount.nfs4
@@ -305,6 +301,9 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Thu Aug  2 2012 Steve Dickson <steved at redhat.com> 1.2.6-10
+- Removed modprobe.d/nfs.conf 
+
 * Thu Jul 19 2012 Steve Dickson <steved at redhat.com> 1.2.6-9
 - Updated to latest upstream RC release: nfs-utils.1.2.7-rc3
 


More information about the scm-commits mailing list