diff --git a/libnsl2.spec b/libnsl2.spec index d2c3a40b8a85110dc2477172d0ecdf28f4eb662a..6a28609a78e03e1c5f08d3e43f9a6a9f724893b7 100644 --- a/libnsl2.spec +++ b/libnsl2.spec @@ -2,7 +2,7 @@ Name: libnsl2 Version: 1.3.0 -Release: 1 +Release: 2 Summary: Public client interface library for NIS(YP) and NIS+ License: BSD and LGPLv2+ URL: https://github.com/thkukuk/libnsl @@ -47,7 +47,6 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/libnsl.a || : rm -f %{buildroot}/%{_libdir}/libnsl.la || : -cp -a %{_libdir}/libnsl.so.2.0.0 %{buildroot}/%{_libdir}/ %post /sbin/ldconfig @@ -57,7 +56,6 @@ cp -a %{_libdir}/libnsl.so.2.0.0 %{buildroot}/%{_libdir}/ %files %{_exec_prefix}/%{_lib}/libnsl.so.2 -%{_exec_prefix}/%{_lib}/libnsl.so.2.0.0 %{_exec_prefix}/%{_lib}/libnsl.so.2.0.1 %license COPYING @@ -68,6 +66,9 @@ cp -a %{_libdir}/libnsl.so.2.0.0 %{buildroot}/%{_libdir}/ %{_prefix}/include/* %changelog +* Fri Apr 23 2021 yangzhuangzhuang - 1.3.0-2 +- Delete so file of the old version + * Sat Aug 1 2020 zhangguangzhi - 1.3.0-1 - update version to 1.3.0