diff --git a/libnsl2.spec b/libnsl2.spec index 87fd21d1b430c568c93dabbe4e198fe998b77511..9e09b55748acdad09a3d0675106c50bbc0fdc091 100644 --- a/libnsl2.spec +++ b/libnsl2.spec @@ -9,7 +9,7 @@ Name: libnsl2 Version: 2.0.0 -Release: 2 +Release: 3 Summary: Public client interface library for NIS(YP) and NIS+ License: BSD and LGPLv2+ URL: https://github.com/thkukuk/libnsl @@ -17,7 +17,7 @@ Source0: https://github.com/thkukuk/libnsl/archive/libnsl-%{version}.tar.gz BuildRequires: automake, autoconf, libtirpc-devel, gettext-devel, libtool %if 0%{?bump_soname} -BuildRequires: libnsl2 < %{version} +BuildRequires: libnsl2 %endif %description @@ -69,6 +69,9 @@ cp -p %{_libdir}/libnsl.so.%{old_sover}* %{buildroot}/%{_libdir} %{_prefix}/include/* %changelog +* Fri Dec 24 2021 fuanan - 2.0.0-3 +- Delete BuildRequires of the libnsl2 old version + * Tue Dec 21 2021 fuanan - 2.0.0-2 - add so file of the old version