[cifs-utils/f16] Update to 5.4 release.

Jeff Layton jlayton at fedoraproject.org
Thu Apr 19 01:58:18 UTC 2012


commit df99ca5fe8451b3ba85a624195613b852bfc28ee
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Apr 18 21:57:51 2012 -0400

    Update to 5.4 release.

 .gitignore                                         |    1 +
 ...-mount.cifs-fix-tests-for-strtoul-success.patch |   83 --------------------
 cifs-utils.spec                                    |    9 +-
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 88 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e09fb5f..29244b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.1.tar.bz2
 /cifs-utils-5.2.tar.bz2
 /cifs-utils-5.3.tar.bz2
+/cifs-utils-5.4.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 9004b9e..03462ac 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.3
-Release:        2%{pre_release}%{?dist}
+Version:        5.4
+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-tests-for-strtoul-success.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,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Wed Apr 18 2012 Jeff Layton <jlayton at redhat.com> 5.4-1
+- update to 5.4
+
 * Mon Mar 19 2012 Jeff Layton <jlayton at redhat.com> 5.3-2
 - fix tests for strtoul success (bz# 800621)
 
diff --git a/sources b/sources
index 932fff1..e335deb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1a428558a96d2d28ccdaacdc47ea0b7  cifs-utils-5.3.tar.bz2
+dde98336c833b59777114145cb8f3c64  cifs-utils-5.4.tar.bz2


More information about the scm-commits mailing list