[cifs-utils/f17] Update to 5.5 release

Jeff Layton jlayton at fedoraproject.org
Wed May 30 15:24:45 UTC 2012


commit 95703fcdf3a5ce1bd46fea8b41c03bb590ed4943
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed May 30 11:24:06 2012 -0400

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

 .gitignore                                         |    1 +
 ...s-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch |   72 --------------------
 cifs-utils.spec                                    |    9 ++-
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 77 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29244b5..58857ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.2.tar.bz2
 /cifs-utils-5.3.tar.bz2
 /cifs-utils-5.4.tar.bz2
+/cifs-utils-5.5.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 2aee4a2..3f19cf4 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.4
-Release:        2%{pre_release}%{?dist}
+Version:        5.5
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -12,7 +12,6 @@ URL:            http://linux-cifs.samba.org/cifs-utils/
 BuildRoot:      %{_tmppath}/%{name}-%{version}%{pre_release}-%{release}-root-%(%{__id_u} -n)
 
 Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
-Patch0:         0001-mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.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}
-%patch0 -p1
 
 %build
 %configure --prefix=/usr
@@ -62,6 +60,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
 
 %changelog
+* Wed May 30 2012 Jeff Layton <jlayton at redhat.com> 5.5-1
+- update to 5.5
+
 * Wed Apr 25 2012 Jeff Layton <jlayton at redhat.com> 5.4-2
 - rebuild to fix dependencies due to libwbclient changes
 
diff --git a/sources b/sources
index e335deb..911894b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dde98336c833b59777114145cb8f3c64  cifs-utils-5.4.tar.bz2
+4de6c660ccdb9506d0e2cff4f37b8707  cifs-utils-5.5.tar.bz2


More information about the scm-commits mailing list