[cifs-utils/f17] Update to 6.0 upstream release

Jeff Layton jlayton at fedoraproject.org
Mon Mar 25 15:24:56 UTC 2013


commit c3013345f02bebe65c91325625cb6f8c344170be
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Mar 25 11:13:07 2013 -0400

    Update to 6.0 upstream release

 .gitignore                                         |    1 +
 ...dmap-clean-up-comments-on-API-description.patch |   49 --------------------
 ...set-parsed_info-got_user-when-a-cred-file.patch |   35 --------------
 cifs-utils.spec                                    |   11 ++--
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8b4ec6..bcc64eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.7.tar.bz2
 /cifs-utils-5.8.tar.bz2
 /cifs-utils-5.9.tar.bz2
+/cifs-utils-6.0.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 6902d55..d692c59 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.9
-Release:        3%{pre_release}%{?dist}
+Version:        6.0
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -15,8 +15,6 @@ BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel a
 Requires:       keyutils
 
 Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
-Patch1:         0001-cifsidmap-clean-up-comments-on-API-description.patch
-Patch2:         0001-mount.cifs-set-parsed_info-got_user-when-a-cred-file.patch
 
 %description
 The SMB/CIFS protocol is a standard file sharing protocol widely deployed
@@ -37,8 +35,6 @@ necessary for building ID mapping plugins for cifs-utils.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --prefix=/usr
@@ -81,6 +77,9 @@ rm -rf %{buildroot}
 %{_includedir}/cifsidmap.h
 
 %changelog
+* Mon Mar 25 2013 Jeff Layton <jlayton at redhat.com> 6.0-1
+- update to 6.0 release
+
 * Sun Jan 13 2013 Jeff Layton <jlayton at redhat.com> 5.9-3
 - fix regression in credential file handling
 
diff --git a/sources b/sources
index d7fe7d2..b0738ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7164ad6f7963a31fcbffbe4f14a7cfc6  cifs-utils-5.9.tar.bz2
+371e007a201be90c16497cd9bd5e2553  cifs-utils-6.0.tar.bz2


More information about the scm-commits mailing list