[nfs-utils/f20] Fixed typo in nfs-service file. (bz 1047972)

Steve Dickson steved at fedoraproject.org
Fri Jan 10 14:40:52 UTC 2014


commit 7c3e43965ee7ffb06552d8d624754839a0c80b04
Author: Steve Dickson <steved at redhat.com>
Date:   Fri Jan 10 09:30:16 2014 -0500

    Fixed typo in nfs-service file. (bz 1047972)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-server.service |    2 +-
 nfs-utils.spec     |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nfs-server.service b/nfs-server.service
index 37e9009..8d05584 100644
--- a/nfs-server.service
+++ b/nfs-server.service
@@ -19,5 +19,5 @@ ExecReload=/usr/sbin/exportfs -r
 
 [Install]
 WantedBy=nfs.target
-ALso=nfs.target
+Also=nfs.target
 
diff --git a/nfs-utils.spec b/nfs-utils.spec
index c6461ea..bd8714c 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.9
-Release: 2.0%{?dist}
+Release: 2.1%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -311,6 +311,9 @@ fi
 /sbin/umount.nfs4
 
 %changelog
+* Fri Jan 10 2014 Steve Dickson <steved at redhat.com> 1.2.9-2.1
+- Fixed typo in nfs-service file. (bz 1047972)
+
 * Wed Jan 8 2014  Steve Dickson <steved at redhat.com> 1.2.9-2.0
 - Updated to latest upstream RC release: nfs-utils-1-2-10-rc2
 - Added Also=nfs.target to nfs-service file. (bz 1047972)


More information about the scm-commits mailing list