[cifs-utils] Update to 5.7 release.

Jeff Layton jlayton at fedoraproject.org
Wed Oct 10 01:06:21 UTC 2012


commit 47f345086c9dbb2c0ec85c96101380b8b4a9b6e3
Author: Jeff Layton <jlayton at redhat.com>
Date:   Tue Oct 9 21:05:45 2012 -0400

    Update to 5.7 release.

 .gitignore               |    1 +
 cifs-utils-5.7-pre.patch |  411 ----------------------------------------------
 cifs-utils.spec          |   10 +-
 sources                  |    2 +-
 4 files changed, 7 insertions(+), 417 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3717a02..9fdaa78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.4.tar.bz2
 /cifs-utils-5.5.tar.bz2
 /cifs-utils-5.6.tar.bz2
+/cifs-utils-5.7.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 3df66af..5350087 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.6
-Release:        2%{pre_release}%{?dist}
+Version:        5.7
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -16,8 +16,6 @@ Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}
 BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake libwbclient-devel
 Requires:       keyutils
 
-Patch0:         cifs-utils-5.7-pre.patch
-
 %description
 The SMB/CIFS protocol is a standard file sharing protocol widely deployed
 on Microsoft Windows machines. This package contains tools for mounting
@@ -28,7 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch0 -p1
 
 %build
 %configure --prefix=/usr
@@ -63,6 +60,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
 
 %changelog
+* Tue Oct 09 2012 Jeff Layton <jlayton at redhat.com> 5.7-1
+- update to 5.7
+
 * Fri Aug 24 2012 Jeff Layton <jlayton at redhat.com> 5.6-2
 - update to current upstream head
 
diff --git a/sources b/sources
index aff7b9e..e0503c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89c94ff512e375b92899b79622604c39  cifs-utils-5.6.tar.bz2
+4215f12be8663f65d2c21dbbbafbc7f8  cifs-utils-5.7.tar.bz2


More information about the scm-commits mailing list