summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-03-27 10:38:10 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-04-08 11:40:07 +0200
commit98d45a51dbf8311500eb844429e0f174250b4ab0 (patch)
tree758a6de9f51507b87bff98a30acd144c8fb9ba31
parent2674eeb15c48047790670aa24a80250c06cbc4ac (diff)
downloadsssd-98d45a51dbf8311500eb844429e0f174250b4ab0.tar.gz
sssd-98d45a51dbf8311500eb844429e0f174250b4ab0.tar.xz
sssd-98d45a51dbf8311500eb844429e0f174250b4ab0.zip
SPEC: Few cosmetic changes
- removed unnecessary blank lines (leftover after many changes) - list manual pages according to section number - add missing white spaces to shall scripts Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--contrib/sssd.spec.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 5c4cd24df..d2a4e1a18 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -680,7 +680,6 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/%{servicename}/sssd_be
%{_libexecdir}/%{servicename}/sssd_nss
%{_libexecdir}/%{servicename}/sssd_pam
-
%{_libexecdir}/%{servicename}/sssd_autofs
%{_libexecdir}/%{servicename}/sssd_ssh
%{_libexecdir}/%{servicename}/sssd_sudo
@@ -729,14 +728,14 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/sssd
%{_datadir}/sssd/sssd.api.conf
%{_datadir}/sssd/sssd.api.d
+%{_mandir}/man1/sss_ssh_authorizedkeys.1*
+%{_mandir}/man1/sss_ssh_knownhostsproxy.1*
%{_mandir}/man5/sssd.conf.5*
%{_mandir}/man5/sssd-simple.5*
%{_mandir}/man5/sssd-sudo.5*
%{_mandir}/man5/sss_rpcidmapd.5*
%{_mandir}/man8/sssd.8*
%{_mandir}/man8/sss_cache.8*
-%{_mandir}/man1/sss_ssh_authorizedkeys.1*
-%{_mandir}/man1/sss_ssh_knownhostsproxy.1*
%files ldap -f sssd_ldap.lang
%defattr(-,root,root,-)
@@ -762,7 +761,6 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING
%{_libexecdir}/%{servicename}/sssd_pac
-
%files ipa -f sssd_ipa.lang
%defattr(-,root,root,-)
%doc COPYING
@@ -990,7 +988,7 @@ fi
/sbin/service %{servicename} condrestart 2>&1 > /dev/null
%preun common
-if [ $1 = 0 ]; then
+if [ $1 = 0 ] ; then
/sbin/service %{servicename} stop 2>&1 > /dev/null
/sbin/chkconfig --del %{servicename}
fi
@@ -1002,7 +1000,7 @@ fi
/usr/sbin/alternatives --install /etc/cifs-utils/idmap-plugin cifs-idmap-plugin %{_libdir}/cifs-utils/cifs_idmap_sss.so 20
%preun client
-if [ $1 -eq 0 ]; then
+if [ $1 -eq 0 ] ; then
/usr/sbin/alternatives --remove cifs-idmap-plugin %{_libdir}/cifs-utils/cifs_idmap_sss.so
fi
%else