[libnfsidmap] Updated to latest rc release: libnfsidmap-0-25-rc3 (bz 753930)

Steve Dickson steved at fedoraproject.org
Mon Nov 14 21:45:51 UTC 2011


commit 9384fd0000a598bb91806d6f068f5fe652ceb919
Author: Steve Dickson <steved at redhat.com>
Date:   Mon Nov 14 16:45:11 2011 -0500

    Updated to latest rc release: libnfsidmap-0-25-rc3 (bz 753930)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 ...ap-0-25-rc1.patch => libnfsidmap-0.25-rc3.patch |   25 ++++++++++++++++++++
 libnfsidmap.spec                                   |    7 ++++-
 2 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/libnfsidmap-0-25-rc1.patch b/libnfsidmap-0.25-rc3.patch
similarity index 82%
rename from libnfsidmap-0-25-rc1.patch
rename to libnfsidmap-0.25-rc3.patch
index 4e99aef..ffc2f44 100644
--- a/libnfsidmap-0-25-rc1.patch
+++ b/libnfsidmap-0.25-rc3.patch
@@ -12,6 +12,18 @@ index 5454bef..6244609 100644
 +config.h
 +config.h.in
 +stamp-h1
+diff --git a/Makefile.am b/Makefile.am
+index 296e277..0832c1c 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -26,7 +26,6 @@ pkglib_LTLIBRARIES = nsswitch.la static.la $(UMICH_LDAP_LIB) $(GUMS_MAPPING_LIB)
+ #  		by this library.
+ 
+ libnfsidmap_la_SOURCES = libnfsidmap.c cfg.c strlcpy.c cfg.h nfsidmap_internal.h queue.h
+-libnfsidmap_la_CPPFLAGS = -DPATH_PLUGINS=\"$(pkglibdir)\"
+ libnfsidmap_la_LDFLAGS = -version-info 3:0:3
+ libnfsidmap_la_LIBADD = -ldl
+ 
 diff --git a/configure.in b/configure.in
 index c105988..7ad3e5f 100644
 --- a/configure.in
@@ -125,6 +137,19 @@ index 5dc2652..57bb6c3 100644
  		if (load_plugins(gss_methods, &gss_plugins) == -1)
  			goto out;
  	}
+diff --git a/nss.c b/nss.c
+index 04aff19..b2b1227 100644
+--- a/nss.c
++++ b/nss.c
+@@ -141,7 +141,7 @@ static char *strip_domain(const char *name, const char *domain)
+ 	if (c == NULL && domain == NULL) {
+ 		len = strlen(name) + 1;
+ 	} else {
+-		if (domain && strcmp(c + 1, domain) != 0)
++		if (domain && strcasecmp(c + 1, domain) != 0)
+ 			goto out;
+ 		len = c - name;
+ 	}
 diff --git a/umich_ldap.c b/umich_ldap.c
 index f6204c3..f482b0a 100644
 --- a/umich_ldap.c
diff --git a/libnfsidmap.spec b/libnfsidmap.spec
index d175e5b..83d38f0 100644
--- a/libnfsidmap.spec
+++ b/libnfsidmap.spec
@@ -3,7 +3,7 @@
 Summary: NFSv4 User and Group ID Mapping Library
 Name: libnfsidmap
 Version: 0.24
-Release: 6%{?dist}
+Release: 7%{?dist}
 Provides: nfs-utils-lib
 Obsoletes: nfs-utils-lib
 URL: http://www.citi.umich.edu/projects/nfsv4/linux/
@@ -13,7 +13,7 @@ License: BSD
 
 Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/%{name}-%{version}.tar.gz
 
-Patch001: libnfsidmap-0-25-rc2.patch
+Patch001: libnfsidmap-0.25-rc3.patch
 
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -85,6 +85,9 @@ rm -rf %{buildroot}
 %{_root_libdir}/*.so
 
 %changelog
+* Mon Nov 14 2011 Steve Dickson <steved at redhat.com>  0.24-7
+- Updated to latest rc release: libnfsidmap-0-25-rc3 (bz 753930)
+
 * Mon Mar  7 2011 Steve Dickson <steved at redhat.com>  0.24-6
 - Updated to latest rc release: libnfsidmap-0-25-rc2
 


More information about the scm-commits mailing list