[cifs-utils] Update to 5.8 release

Jeff Layton jlayton at fedoraproject.org
Sun Nov 11 11:43:20 UTC 2012


commit 54e9368312242fdf27efcf9f3acec8a3426bc4af
Author: Jeff Layton <jlayton at redhat.com>
Date:   Sun Nov 11 06:42:01 2012 -0500

    Update to 5.8 release

 .gitignore                |    1 +
 cifs-utils-5.8-pre1.patch | 1180 ---------------------------------------------
 cifs-utils.spec           |    9 +-
 sources                   |    2 +-
 4 files changed, 7 insertions(+), 1185 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fdaa78..2bd24ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.5.tar.bz2
 /cifs-utils-5.6.tar.bz2
 /cifs-utils-5.7.tar.bz2
+/cifs-utils-5.8.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index efe6a1e..3d4996c 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.7
-Release:        3%{pre_release}%{?dist}
+Version:        5.8
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -13,7 +13,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}%{pre_release}-%{release}-root-%(%
 
 Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
 
-Patch1:         cifs-utils-5.8-pre1.patch
 BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake libwbclient-devel
 Requires:       keyutils
 
@@ -27,7 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch1 -p1
 
 %build
 %configure --prefix=/usr
@@ -62,6 +60,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
 
 %changelog
+* Sun Nov 11 2012 Jeff Layton <jlayton at redhat.com> 5.8-1
+- update to 5.8
+
 * Wed Nov 07 2012 Jeff Layton <jlayton at redhat.com> 5.7-3
 - update to latest patches queued for 5.8. More idmapping and ACL tool fixes.
 
diff --git a/sources b/sources
index e0503c5..6535575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4215f12be8663f65d2c21dbbbafbc7f8  cifs-utils-5.7.tar.bz2
+6aa9c4347780872fefe5823ac06a8ff3  cifs-utils-5.8.tar.bz2


More information about the scm-commits mailing list