[cifs-utils/f16] Update to 5.6 release

Jeff Layton jlayton at fedoraproject.org
Thu Jul 26 15:48:53 UTC 2012


commit 3f127b4e8c66dd99395924f59d7c88626409770f
Author: Jeff Layton <jlayton at redhat.com>
Date:   Thu Jul 26 11:48:36 2012 -0400

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

 .gitignore                                         |    1 +
 ...-autoconf-add-enable-pie-and-enable-relro.patch |   83 --------------------
 0001-automake-revert-Werror-by-default.patch       |   31 -------
 cifs-utils.spec                                    |   11 +--
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 121 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58857ef..3717a02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.3.tar.bz2
 /cifs-utils-5.4.tar.bz2
 /cifs-utils-5.5.tar.bz2
+/cifs-utils-5.6.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 01a3020..e5367a4 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.5
-Release:        2%{pre_release}%{?dist}
+Version:        5.6
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -12,8 +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
-Patch1:         0001-automake-revert-Werror-by-default.patch
-Patch2:         0001-autoconf-add-enable-pie-and-enable-relro.patch
 
 BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake samba-winbind-devel
 Requires:       keyutils
@@ -28,8 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --prefix=/usr
@@ -59,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Thu Jul 26 2012 Jeff Layton <jlayton at redhat.com> 5.6-1
+- update to 5.6
+
 * Mon Jul 09 2012 Jeff Layton <jlayton at redhat.com> 5.5-2
 - remove -Werror flag
 - enable PIE and RELRO
diff --git a/sources b/sources
index 911894b..aff7b9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4de6c660ccdb9506d0e2cff4f37b8707  cifs-utils-5.5.tar.bz2
+89c94ff512e375b92899b79622604c39  cifs-utils-5.6.tar.bz2


More information about the scm-commits mailing list