[cifs-utils/f16] Update to 5.1 release

Jeff Layton jlayton at fedoraproject.org
Sat Dec 10 02:03:45 UTC 2011


commit 3d27bf9f0f54278249a9f86d402a44aec76734eb
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri Dec 9 21:03:14 2011 -0500

    Update to 5.1 release

 .gitignore                                         |    1 +
 cifs-utils.spec                                    |    9 +++---
 ...check_newline-returns-EX_USAGE-on-error-n.patch |   28 --------------------
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 295c3ed..f4e21ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-4.8.1.tar.bz2
 /cifs-utils-4.9.tar.bz2
 /cifs-utils-5.0.tar.bz2
+/cifs-utils-5.1.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 6f3c247..6925b04 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.0
-Release:        2%{pre_release}%{?dist}
+Version:        5.1
+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:         mount.cifs-check_newline-returns-EX_USAGE-on-error-n.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
@@ -51,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Fri Sep 23 2011 Jeff Layton <jlayton at redhat.com> 5.1-1
+- update to 5.1
+
 * Fri Jul 29 2011 Jeff Layton <jlayton at redhat.com> 5.0-2
 - mount.cifs: fix check_newline retcode check (bz# 726717)
 
diff --git a/sources b/sources
index 6317edf..398c3d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50e55aed038e55b4a7668ee628f934e4  cifs-utils-5.0.tar.bz2
+b1b232adc042fd157d2f9848f4650fad  cifs-utils-5.1.tar.bz2


More information about the scm-commits mailing list