Fixed typo in nfs-service file. (bz 1047972)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2014-01-10 09:30:16 -05:00
parent 1fb39d4ebf
commit 179874980c
2 changed files with 5 additions and 2 deletions

View File

@ -19,5 +19,5 @@ ExecReload=/usr/sbin/exportfs -r
[Install] [Install]
WantedBy=nfs.target WantedBy=nfs.target
ALso=nfs.target Also=nfs.target

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils Name: nfs-utils
URL: http://sourceforge.net/projects/nfs URL: http://sourceforge.net/projects/nfs
Version: 1.2.9 Version: 1.2.9
Release: 2.0%{?dist} Release: 2.1%{?dist}
Epoch: 1 Epoch: 1
# group all 32bit related archs # group all 32bit related archs
@ -311,6 +311,9 @@ fi
/sbin/umount.nfs4 /sbin/umount.nfs4
%changelog %changelog
* Fri Jan 10 2014 Steve Dickson <steved@redhat.com> 1.2.9-2.1
- Fixed typo in nfs-service file. (bz 1047972)
* Wed Jan 8 2014 Steve Dickson <steved@redhat.com> 1.2.9-2.0 * Wed Jan 8 2014 Steve Dickson <steved@redhat.com> 1.2.9-2.0
- Updated to latest upstream RC release: nfs-utils-1-2-10-rc2 - Updated to latest upstream RC release: nfs-utils-1-2-10-rc2
- Added Also=nfs.target to nfs-service file. (bz 1047972) - Added Also=nfs.target to nfs-service file. (bz 1047972)