[cifs-utils/f20] Update to 6.2 release

Jeff Layton jlayton at fedoraproject.org
Mon Oct 7 09:47:45 UTC 2013


commit 6eea793f66dca3ee703e48f306c03c413fc8bfaf
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri Oct 4 08:13:44 2013 -0400

    Update to 6.2 release
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

 .gitignore                                         |    1 +
 ...add-fallback-for-when-plugin-can-t-be-loa.patch |  147 --------------------
 cifs-utils.spec                                    |    9 +-
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 152 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e0278a..93a57f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.9.tar.bz2
 /cifs-utils-6.0.tar.bz2
 /cifs-utils-6.1.tar.bz2
+/cifs-utils-6.2.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index a108123..b8bd575 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:            cifs-utils
-Version:         6.1
-Release:         4%{pre_release}%{?dist}
+Version:         6.2
+Release:         1%{pre_release}%{?dist}
 Summary:         Utilities for mounting and managing CIFS mounts
 
 Group:           System Environment/Daemons
@@ -18,7 +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
-Patch1:          0001-setcifsacl-add-fallback-for-when-plugin-can-t-be-loa.patch
 
 %description
 The SMB/CIFS protocol is a standard file sharing protocol widely deployed
@@ -39,7 +38,6 @@ necessary for building ID mapping plugins for cifs-utils.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch1 -p1
 
 %build
 %configure --prefix=/usr ROOTSBINDIR=%{_sbindir}
@@ -89,6 +87,9 @@ fi
 %{_includedir}/cifsidmap.h
 
 %changelog
+* Fri Oct 04 2013 Jeff Layton <jlayton at redhat.com> 6.2-1
+- update to 6.2 release
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3373593..a4c1322 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f83ef48ab1154aa74dd4cf1c1202bf04  cifs-utils-6.1.tar.bz2
+6a83fe19e02266cb468ea3bf1cc0d007  cifs-utils-6.2.tar.bz2


More information about the scm-commits mailing list