[cifs-utils/f16] Update to 5.3 release

Jeff Layton jlayton at fedoraproject.org
Mon Jan 30 14:50:10 UTC 2012


commit 1aa8e46fcf4c3a1a8bfc28c0927b90f1510b08ce
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Jan 30 09:46:07 2012 -0500

    Update to 5.3 release

 .gitignore      |    1 +
 cifs-utils.spec |    9 +++++++--
 sources         |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 418d27d..e09fb5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.0.tar.bz2
 /cifs-utils-5.1.tar.bz2
 /cifs-utils-5.2.tar.bz2
+/cifs-utils-5.3.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index dd1d15e..2c7a9fb 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -1,8 +1,8 @@
-#%define pre_release rc1
+#% define pre_release rc1
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.2
+Version:        5.3
 Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
@@ -44,15 +44,20 @@ rm -rf %{buildroot}
 /sbin/mount.cifs
 %{_bindir}/getcifsacl
 %{_bindir}/setcifsacl
+%{_bindir}/cifscreds
 %{_sbindir}/cifs.upcall
 %{_sbindir}/cifs.idmap
 %{_mandir}/man1/getcifsacl.1.gz
 %{_mandir}/man1/setcifsacl.1.gz
+%{_mandir}/man1/cifscreds.1.gz
 %{_mandir}/man8/cifs.upcall.8.gz
 %{_mandir}/man8/cifs.idmap.8.gz
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Sat Jan 28 2012 Jeff Layton <jlayton at redhat.com> 5.3-1
+- update to 5.3
+
 * Fri Dec 09 2011 Jeff Layton <jlayton at redhat.com> 5.2-1
 - update to 5.2
 
diff --git a/sources b/sources
index 7c12aec..932fff1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ca839553cccd0c3042f7dd8737cc9de  cifs-utils-5.2.tar.bz2
+e1a428558a96d2d28ccdaacdc47ea0b7  cifs-utils-5.3.tar.bz2


More information about the scm-commits mailing list