[nfs-utils] Updated to latest upstream release: 1.2.8 Removed the libgssglue dependency

Steve Dickson steved at fedoraproject.org
Tue Apr 23 11:15:36 UTC 2013


commit a5859b22cff79f750bab28dbd655c3fd69d8b735
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Apr 23 07:14:17 2013 -0400

    Updated to latest upstream release: 1.2.8
    Removed the libgssglue dependency
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore                     |    9 +-
 nfs-utils-1.2.7-nfsd-v41.patch |  111 ---
 nfs-utils-1.2.7-rc4.patch      |  720 ------------------
 nfs-utils.1.2.7-rc1.patch      |  283 -------
 nfs-utils.1.2.8.rc3.patch      |  592 ---------------
 nfs-utils.1.2.8.rc4.patch      | 1575 ----------------------------------------
 nfs-utils.spec                 |   20 +-
 sources                        |    2 +-
 8 files changed, 13 insertions(+), 3299 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14e1115..74b0c79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,4 @@
 x86_64
-nfs-utils-1.2.5
-nfs-utils-1.2.6
-nfs-utils-1.2.7
-/nfs-utils-1.2.5.tar.bz2
-/nfs-utils-1.2.6.tar.bz2
-/nfs-utils-1.2.7.tar.bz2
+Makefile
+/nfs-utils-1.2.8
+/nfs-utils-1.2.8.tar.bz2
diff --git a/nfs-utils.spec b/nfs-utils.spec
index d169a76..5a9b31a 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -1,8 +1,8 @@
 Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
-Version: 1.2.7
-Release: 6%{?dist}
+Version: 1.2.8
+Release: 0%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -36,9 +36,6 @@ Source51: nfs-server.preconfig
 Source52: nfs-server.postconfig
 %define nfs_configs %{SOURCE50} %{SOURCE51} %{SOURCE52} 
 
-Patch001: nfs-utils.1.2.8.rc4.patch
-Patch002: nfs-utils-1.2.7-nfsd-v41.patch
-
 Patch100: nfs-utils-1.2.1-statdpath-man.patch
 Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
 Patch102: nfs-utils-1.2.3-sm-notify-res_init.patch
@@ -65,7 +62,7 @@ Provides: start-statd = %{epoch}:%{version}-%{release}
 License: MIT and GPLv2 and GPLv2+ and BSD
 Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep
 Requires: kmod, keyutils, quota
-BuildRequires: libgssglue-devel libevent-devel libcap-devel
+BuildRequires: libevent-devel libcap-devel
 BuildRequires: libnfsidmap-devel libtirpc-devel libblkid-devel
 BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
 BuildRequires: automake, libtool, glibc-headers, device-mapper-devel
@@ -73,8 +70,8 @@ BuildRequires: krb5-devel, tcp_wrappers-devel, libmount-devel
 BuildRequires: fedfs-utils-devel >= 0.8.0-7, sqlite-devel
 Requires(pre): shadow-utils >= 4.0.3-25
 Requires(pre): /sbin/chkconfig /sbin/nologin
-Requires: libnfsidmap libgssglue libevent
-Requires: libtirpc libblkid libcap libmount
+Requires: libnfsidmap libevent
+Requires: libtirpc >= 0.2.3-1 libblkid libcap libmount
 Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
@@ -94,9 +91,6 @@ This package also contains the mount.nfs and umount.nfs program.
 %prep
 %setup -q
 
-%patch001 -p1
-%patch002 -p1
-
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
@@ -300,6 +294,10 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Tue Apr 23 2013 Steve Dickson <steved at redhat.com> 1.2.8-0
+- Updated to latest upstream release: 1.2.8
+- Removed the libgssglue dependency
+
 * Mon Apr  1 2013 Steve Dickson <steved at redhat.com> 1.2.7-6
 - Added v4.1 support rpc.nfsd (bz 947073)
 
diff --git a/sources b/sources
index fef4248..29a5b2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b5ca797197765dc0c3a4122720c7716  nfs-utils-1.2.7.tar.bz2
+fb48630b7c145fb9d6602a79c6eaab11  nfs-utils-1.2.8.tar.bz2


More information about the scm-commits mailing list