diff options
author | Michael Adam <obnox@samba.org> | 2008-09-08 15:51:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-09 10:53:27 +0200 |
commit | db5e4a35058e4081c5464279b954f089c00264b2 (patch) | |
tree | 0b2f52156b865e853cd5b12220b61b6c566897b2 /packaging | |
parent | d2732bf628fd8d94ae8625d573d278376580cf38 (diff) | |
download | samba-db5e4a35058e4081c5464279b954f089c00264b2.tar.gz |
packaging(RHEL): add cifs.upcall binary and manpage to client package
Michael
(This used to be commit f1b80bcb58b8aa5c586835dc201ce674b3417835)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RHEL/samba.spec.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl index ec811af1bbe..9680b20669e 100644 --- a/packaging/RHEL/samba.spec.tmpl +++ b/packaging/RHEL/samba.spec.tmpl @@ -398,6 +398,7 @@ fi %defattr(-,root,root) /sbin/mount.cifs /sbin/umount.cifs +%{_sbindir}/cifs.upcall %{_bindir}/rpcclient %{_bindir}/smbcacls @@ -414,6 +415,7 @@ fi %{_mandir}/man8/mount.cifs.8.* %{_mandir}/man8/umount.cifs.8.* +%{_mandir}/man8/cifs.upcall.8.* %{_mandir}/man8/smbspool.8* %{_mandir}/man1/smbget.1* %{_mandir}/man5/smbgetrc.5* |