Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
32121182ab
commit
134e5a6f5c
@ -1,6 +1,6 @@
|
|||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.7.5
|
Version: 0.7.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libssh.org
|
URL: http://www.libssh.org
|
||||||
@ -62,9 +62,7 @@ make DESTDIR=%{buildroot} install/fast -C obj
|
|||||||
rm -fv %{buildroot}%{_libdir}/libssh.a
|
rm -fv %{buildroot}%{_libdir}/libssh.a
|
||||||
rm -fv %{buildroot}%{_libdir}/libssh_threads.a
|
rm -fv %{buildroot}%{_libdir}/libssh_threads.a
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd obj
|
pushd obj
|
||||||
@ -92,6 +90,9 @@ popd
|
|||||||
%{_libdir}/libssh_threads.so
|
%{_libdir}/libssh_threads.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-5
|
||||||
|
- Switch to %%ldconfig_scriptlets
|
||||||
|
|
||||||
* Fri Dec 29 2017 Andreas Schneider <asn@redhat.com> - 0.7.5-4
|
* Fri Dec 29 2017 Andreas Schneider <asn@redhat.com> - 0.7.5-4
|
||||||
- Fix parsing ssh_config
|
- Fix parsing ssh_config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user