[nfs-utils/f18] Fixed typo in spec file (bz 909882)

Steve Dickson steved at fedoraproject.org
Mon Mar 25 17:38:08 UTC 2013


commit c527dbe6c7e8af65b62c7fa4d64387ab563066fd
Author: Steve Dickson <steved at redhat.com>
Date:   Mon Mar 25 13:37:04 2013 -0400

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

 nfs-utils.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 0ef0547..c0d569f 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.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -95,6 +95,7 @@ This package also contains the mount.nfs and umount.nfs program.
 %setup -q
 
 %patch001 -p1
+%patch002 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -299,6 +300,9 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Mon Mar 25 2013 Steve Dickson <steved at redhat.com> 1.2.7-5
+- Fixed typo in spec file (bz 909882) 
+
 * Mon Mar 25 2013 Steve Dickson <steved at redhat.com> 1.2.7-4
 - Added nfs-lock.service to After line in nfs-server.service (bz 914792)
 - Fixed crossmount regression in mountd (bz 909882)


More information about the scm-commits mailing list