[cifs-utils/f14/master] Update to 4.6 release

Jeff Layton jlayton at fedoraproject.org
Fri Jul 30 13:35:31 UTC 2010


commit cb41996769b37c33d9541275581437208161aa69
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri Jul 30 09:35:10 2010 -0400

    Update to 4.6 release

 .gitignore                                         |    1 +
 ...4.5-mount.cifs-fix-parsing-of-cred-option.patch |   29 --------------------
 cifs-utils.spec                                    |    9 +++---
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8162128..ef0cd66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cifs-utils-4.5.tar.bz2
+cifs-utils-4.6.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index f0cbeb7..8e1e046 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        4.5
-Release:        2%{pre_release}%{?dist}
+Version:        4.6
+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
-Patch1:		cifs-utils-4.5-mount.cifs-fix-parsing-of-cred-option.patch
 
 BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
 Requires:       keyutils
@@ -27,7 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch1 -p1
 
 %build
 %configure --prefix=/usr
@@ -49,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Fri Jul 30 2010 Jeff Layton <jlayton at redhat.com> 4.6-1
+- update to 4.6
+
 * Tue Jun 01 2010 Jeff Layton <jlayton at redhat.com> 4.5-2
 - mount.cifs: fix parsing of cred= option (BZ#597756)
 
diff --git a/sources b/sources
index c514f2d..aed66d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d428d20e035367fd767faf6b4a939c4  cifs-utils-4.5.tar.bz2
+3b66d6efc69b9da57591988db470c545  cifs-utils-4.6.tar.bz2


More information about the scm-commits mailing list