[cifs-utils] Update to 4.9 release

Jeff Layton jlayton at fedoraproject.org
Fri Mar 4 20:36:45 UTC 2011


commit 858614420ea3077f7840fac63ead07a4f77c950d
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri Mar 4 15:36:29 2011 -0500

    Update to 4.9 release

 .gitignore                                         |    1 +
 cifs-utils.spec                                    |   12 ++--
 ...don-t-try-to-alter-mtab-if-it-s-a-symlink.patch |   73 --------------------
 ...reacquire-CAP_DAC_READ_SEARCH-before-call.patch |   48 -------------
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 129 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 044a394..5167d65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-4.7.tar.bz2
 /cifs-utils-4.8.tar.bz2
 /cifs-utils-4.8.1.tar.bz2
+/cifs-utils-4.9.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 1a1036d..c7cf085 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        4.8.1
-Release:        4%{pre_release}%{?dist}
+Version:        4.9
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -16,9 +16,6 @@ Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}
 BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
 Requires:       keyutils
 
-Patch0:		mount.cifs-don-t-try-to-alter-mtab-if-it-s-a-symlink.patch
-Patch1:		mount.cifs-reacquire-CAP_DAC_READ_SEARCH-before-call.patch
-
 %description
 The SMB/CIFS protocol is a standard file sharing protocol widely deployed
 on Microsoft Windows machines. This package contains tools for mounting
@@ -29,8 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --prefix=/usr
@@ -52,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Fri Mar 04 2011 Jeff Layton <jlayton at redhat.com> 4.9-1
+- update to 4.9
+
 * Tue Feb 08 2011 Jeff Layton <jlayton at redhat.com> 4.8.1-4
 - mount.cifs: reenable CAP_DAC_READ_SEARCH when mounting (bz# 675761)
 
diff --git a/sources b/sources
index 983d3ff..f2aa2ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-924b754f3ce980c8f3099fc90711a945  cifs-utils-4.8.1.tar.bz2
+908d904e6b9e58f09f530de151a88ef8  cifs-utils-4.9.tar.bz2


More information about the scm-commits mailing list