summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-10-17 09:43:49 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-11-06 12:24:53 +0100
commit9e74782cd2818e7d6767cedc0d9f461be138ffc2 (patch)
treeabea6f3edc4605799c6f4171f2527be989c65b1a /contrib
parent42b70fb29d8da54a4dccc2661488086e5f66c882 (diff)
downloadsssd-9e74782cd2818e7d6767cedc0d9f461be138ffc2.tar.gz
sssd-9e74782cd2818e7d6767cedc0d9f461be138ffc2.tar.xz
sssd-9e74782cd2818e7d6767cedc0d9f461be138ffc2.zip
RPMS: Move sss_cache tool to main package
https://fedorahosted.org/sssd/ticket/1481
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 7cca64659..4f3964737 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -148,7 +148,6 @@ Provides userspace tools for manipulating users, groups, and nested groups in
SSSD when using id_provider = local in /etc/sssd/sssd.conf.
Also provides several other administrative tools:
- * sss_cache to expire cached entries
* sss_debuglevel to change the debug level on the fly
* sss_seed which pre-creates a user entry for use in kickstarts
* sss_obfuscate for generating an obfuscated LDAP password
@@ -310,6 +309,9 @@ for man in `find $RPM_BUILD_ROOT/%{_mandir}/??/man?/ -type f | sed -e "s#$RPM_BU
do
lang=`echo $man | cut -c 1-2`
case `basename $man` in
+ sss_cache*)
+ echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd.lang
+ ;;
sss_*)
echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd_tools.lang
;;
@@ -366,6 +368,8 @@ rm -rf $RPM_BUILD_ROOT
%{ldb_modulesdir}/memberof.so
%{_bindir}/sss_ssh_authorizedkeys
%{_bindir}/sss_ssh_knownhostsproxy
+%{_sbindir}/sss_cache
+
%dir %{sssdstatedir}
%dir %{_localstatedir}/cache/krb5rcache
%attr(700,root,root) %dir %{dbpath}
@@ -392,6 +396,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/sssd-simple.5*
%{_mandir}/man5/sssd-sudo.5*
%{_mandir}/man8/sssd.8*
+%{_mandir}/man8/sss_cache.8*
%{_mandir}/man1/sss_ssh_authorizedkeys.1*
%{_mandir}/man1/sss_ssh_knownhostsproxy.1*
%{python_sitearch}/pysss.so
@@ -422,7 +427,6 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/sss_groupmod
%{_sbindir}/sss_groupshow
%{_sbindir}/sss_obfuscate
-%{_sbindir}/sss_cache
%{_sbindir}/sss_debuglevel
%{_sbindir}/sss_seed
%{_mandir}/man8/sss_groupadd.8*
@@ -433,7 +437,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/sss_userdel.8*
%{_mandir}/man8/sss_usermod.8*
%{_mandir}/man8/sss_obfuscate.8*
-%{_mandir}/man8/sss_cache.8*
%{_mandir}/man8/sss_debuglevel.8*
%{_mandir}/man8/sss_seed.8*