[cifs-utils/f16] Update to 5.5 release

Jeff Layton jlayton at fedoraproject.org
Mon Jul 9 14:34:12 UTC 2012


commit a1c6d810a3a90fca3121477f99f61313a9ca038e
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Jul 9 10:33:16 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                                    |   10 ++-
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 76 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 a607e02..ea06b2f 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,7 +2,7 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.4
+Version:        5.5
 Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
@@ -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 samba-winbind-devel
 Requires:       keyutils
@@ -27,7 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch0 -p1
 
 %build
 %configure --prefix=/usr
@@ -57,6 +55,12 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %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
+
 * Wed Apr 18 2012 Jeff Layton <jlayton at redhat.com> 5.4-1
 - update to 5.4
 - add patch to fix up more warnings
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