[cifs-utils/f15] Update to 5.0 release

Jeff Layton jlayton at fedoraproject.org
Thu Jun 2 01:23:48 UTC 2011


commit 236f281d723479088184d48bf1c9fb58118d99e4
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Jun 1 16:27:37 2011 -0400

    Update to 5.0 release

 .gitignore                                         |    1 +
 ...fs-Use-original-device-string-all-the-way.patch |   87 --------------------
 cifs-utils.spec                                    |   14 ++--
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5167d65..295c3ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-4.8.tar.bz2
 /cifs-utils-4.8.1.tar.bz2
 /cifs-utils-4.9.tar.bz2
+/cifs-utils-5.0.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 9c239ef..807b972 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,8 +2,8 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        4.9
-Release:        2%{pre_release}%{?dist}
+Version:        5.0
+Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -13,9 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}%{pre_release}-%{release}-root-%(%
 
 Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
 
-Patch1:		0001-mount.cifs-Use-original-device-string-all-the-way.patch
-
-BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
+BuildRequires:  libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake samba-winbind-devel
 Requires:       keyutils
 
 %description
@@ -28,7 +26,6 @@ file system.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
-%patch1 -p1
 
 %build
 %configure --prefix=/usr
@@ -46,10 +43,15 @@ rm -rf %{buildroot}
 %doc
 /sbin/mount.cifs
 %{_sbindir}/cifs.upcall
+%{_sbindir}/cifs.idmap
 %{_mandir}/man8/cifs.upcall.8.gz
+%{_mandir}/man8/cifs.idmap.8.gz
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Wed Jun 01 2011 Jeff Layton <jlayton at redhat.com> 5.0-1
+- update to 5.0
+
 * Mon May 16 2011 Jeff Layton <jlayton at redhat.com> 4.9-2
 - mount.cifs: pass unadulterated device string to kernel (bz# 702664)
 
diff --git a/sources b/sources
index f2aa2ee..6317edf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-908d904e6b9e58f09f530de151a88ef8  cifs-utils-4.9.tar.bz2
+50e55aed038e55b4a7668ee628f934e4  cifs-utils-5.0.tar.bz2


More information about the scm-commits mailing list