[openssh] pam_ssh_agent_auth - change paths from %{_lib} to %{_libdir}

plautrba plautrba at fedoraproject.org
Tue Feb 12 08:43:21 UTC 2013


commit d2b3b9a27e1c66e5cdd654a1fa571c24a68e1e59
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Tue Feb 12 09:42:54 2013 +0100

    pam_ssh_agent_auth - change paths from %{_lib} to %{_libdir}

 openssh.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index bfb0682..97c7004 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -575,7 +575,7 @@ popd
 %if %{pam_ssh_agent}
 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
 LDFLAGS="$SAVE_LDFLAGS"
-%configure --with-selinux --libexecdir=/%{_lib}/security --with-mantype=man
+%configure --with-selinux --libexecdir=/%{_libdir}/security --with-mantype=man
 make
 popd
 %endif
@@ -776,7 +776,7 @@ getent passwd sshd >/dev/null || \
 %files -n pam_ssh_agent_auth
 %defattr(-,root,root)
 %doc pam_ssh_agent_auth-%{pam_ssh_agent_ver}/OPENSSH_LICENSE
-%attr(0755,root,root) /%{_lib}/security/pam_ssh_agent_auth.so
+%attr(0755,root,root) %{_libdir}/security/pam_ssh_agent_auth.so
 %attr(0644,root,root) %{_mandir}/man8/pam_ssh_agent_auth.8*
 %endif
 


More information about the scm-commits mailing list