[cifs-utils/f19] update to 6.4 release

Sachin Prabhu sprabhu at fedoraproject.org
Mon Aug 4 14:17:47 UTC 2014


commit 758f4bcc67e0f8eb14412bc05db8bbf3c908c64d
Author: Sachin Prabhu <sprabhu at redhat.com>
Date:   Mon Aug 4 12:11:16 2014 +0100

    update to 6.4 release

 .gitignore                                         |    1 +
 ...low-PAM-security-install-directory-to-be-.patch |   47 ---------
 ...b5_kt_default-to-determine-default-keytab.patch |   56 -----------
 0003-cifskey-better-use-snprintf.patch             |   49 ----------
 ...etter-error-handling-when-key_search-fail.patch |   85 ----------------
 ...fscreds-better-error-handling-for-key_add.patch |  102 --------------------
 cifs-utils.spec                                    |   17 +---
 sources                                            |    2 +-
 8 files changed, 7 insertions(+), 352 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96913ca..cd6fd99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-6.1.tar.bz2
 /cifs-utils-6.2.tar.bz2
 /cifs-utils-6.3.tar.bz2
+/cifs-utils-6.4.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index d53b4ca..f5fc876 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:            cifs-utils
-Version:         6.3
-Release:         2%{pre_release}%{?dist}
+Version:         6.4
+Release:         1%{pre_release}%{?dist}
 Summary:         Utilities for mounting and managing CIFS mounts
 
 Group:           System Environment/Daemons
@@ -18,11 +18,6 @@ Requires(post):  /usr/sbin/alternatives
 Requires(preun): /usr/sbin/alternatives
 
 Source0:         ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
-Patch0:          0001-autoconf-allow-PAM-security-install-directory-to-be-.patch
-Patch1:          0002-cifs-use-krb5_kt_default-to-determine-default-keytab.patch
-Patch2:          0003-cifskey-better-use-snprintf.patch
-Patch3:          0004-cifscreds-better-error-handling-when-key_search-fail.patch
-Patch4:          0005-cifscreds-better-error-handling-for-key_add.patch
 
 %description
 The SMB/CIFS protocol is a standard file sharing protocol widely deployed
@@ -57,11 +52,6 @@ provide these credentials to the kernel automatically at login.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 autoreconf -i
@@ -116,6 +106,9 @@ fi
 %{_mandir}/man8/pam_cifscreds.8.gz
 
 %changelog
+* Mon Aug 04 2014 Sachin Prabhu <sprabhu at redhat.com> - 6.4-1
+- update to 6.4 release
+
 * Tue May 06 2014 Sachin Prabhu <sprabhu at redhat.com> 6.3-2
 - autoconf: allow PAM security install directory to be configurable
 - cifs: use krb5_kt_default() to determine default keytab location
diff --git a/sources b/sources
index c5b689b..1c5b3ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93697dbc043cb4d5c66e15e281f872e5  cifs-utils-6.3.tar.bz2
+b7d75b67fd3987952896d27256c7293d  cifs-utils-6.4.tar.bz2


More information about the scm-commits mailing list