From 179874980ceb369afec6e17f35cb0198f371c4b5 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Jan 10 2014 14:30:16 +0000 Subject: Fixed typo in nfs-service file. (bz 1047972) Signed-off-by: Steve Dickson --- 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 1.2.9-2.1 +- Fixed typo in nfs-service file. (bz 1047972) + * Wed Jan 8 2014 Steve Dickson 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)