]> git.pld-linux.org Git - packages/openssh.git/commitdiff
omg, somebody put spaces/tabs before Lpk directives; workaround auto/th/openssh-6.0p1-3
authorElan Ruusamäe <glen@delfi.ee>
Sun, 2 Sep 2012 07:33:53 +0000 (10:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 2 Sep 2012 07:33:53 +0000 (10:33 +0300)
openssh.spec

index 8cd6de48025f9947be50945cc9ebe7e293dbff7e..44914e9aaabe5e14c055ff2799a437ed5b8774d6 100644 (file)
@@ -31,7 +31,7 @@ Summary(ru.UTF-8):    OpenSSH - свободная реализация прото
 Summary(uk.UTF-8):     OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:          openssh
 Version:       6.0p1
-Release:       2
+Release:       3
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
@@ -709,8 +709,8 @@ if grep -qE '^(UseLPK|Lpk)' %{_sysconfdir}/sshd_config; then
        %{__sed} -i -e '
                # disable old configs
                # just UseLPK/LkpLdapConf supported for now
-               s/^UseLPK/## Obsolete &/
-               s/^Lpk/## Obsolete &/
+               s/^\s*UseLPK/## Obsolete &/
+               s/^\s*Lpk/## Obsolete &/
                # Enable new ones, assumes /etc/ldap.conf defaults, see HOWTO.ldap-keys
                /UseLPK/iAuthorizedKeysCommand %{_libexecdir}/ssh-ldap-wrapper
        ' %{_sysconfdir}/sshd_config
This page took 0.313856 seconds and 4 git commands to generate.