- repair configure script of pam_ssh_agent
This commit is contained in:
parent
2640293ec8
commit
50a3ddbbcb
10
openssh.spec
10
openssh.spec
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
|
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
|
||||||
%define openssh_rel 2
|
%define openssh_rel 2
|
||||||
%define pam_ssh_agent_rel 24
|
%define pam_ssh_agent_rel 25
|
||||||
%define pam_ssh_agent_ver 0.9.2
|
%define pam_ssh_agent_ver 0.9.2
|
||||||
|
|
||||||
Summary: An open source implementation of SSH protocol versions 1 and 2
|
Summary: An open source implementation of SSH protocol versions 1 and 2
|
||||||
@ -266,6 +266,9 @@ popd
|
|||||||
%patch75 -p1 -b .dso
|
%patch75 -p1 -b .dso
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
|
||||||
|
autoreconf
|
||||||
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
||||||
@ -365,7 +368,7 @@ popd
|
|||||||
%if %{pam_ssh_agent}
|
%if %{pam_ssh_agent}
|
||||||
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
|
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
|
||||||
LDFLAGS="$SAVE_LDFLAGS"
|
LDFLAGS="$SAVE_LDFLAGS"
|
||||||
%configure --with-selinux --libexecdir=/%{_lib}/security
|
%configure --with-selinux --libexecdir=/%{_lib}/security --with-mantype=man
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
@ -526,6 +529,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 12 2010 Jan F. Chadima <jchadima@redhat.com> - 5.4p1-2 + 0.9.2-25
|
||||||
|
- repair configure script of pam_ssh_agent
|
||||||
|
|
||||||
* Fri Mar 12 2010 Jan F. Chadima <jchadima@redhat.com> - 5.4p1-2
|
* Fri Mar 12 2010 Jan F. Chadima <jchadima@redhat.com> - 5.4p1-2
|
||||||
- source krb5-devel profile script only if exists
|
- source krb5-devel profile script only if exists
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user