[cifs-utils/f15] Add cifscreds, getcifsacl and setcifsacl to package.

Jeff Layton jlayton at fedoraproject.org
Thu Apr 19 02:11:55 UTC 2012


commit 66beb91e2581c2a09c3c6b0ea709da678563ded0
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Apr 18 22:11:45 2012 -0400

    Add cifscreds, getcifsacl and setcifsacl to package.
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

 cifs-utils.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 732e4a8..5b9aa7c 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -1,4 +1,4 @@
-#%define pre_release rc1
+#% define pre_release rc1
 %define pre_release %nil
 
 Name:           cifs-utils
@@ -44,8 +44,14 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc
 /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
@@ -54,6 +60,7 @@ rm -rf %{buildroot}
 * Wed Apr 18 2012 Jeff Layton <jlayton at redhat.com> 5.4-1
 - update to 5.4
 - add patch to fix up more warnings
+- add cifscreds, getcifsacl and setcifsacl to package
 
 * Fri Jul 29 2011 Jeff Layton <jlayton at redhat.com> 5.0-2
 - mount.cifs: fix check_newline retcode check (bz# 726717)


More information about the scm-commits mailing list