From 0761aa79b54e9d71c42ff6e5b6c78215e085ce9c Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Fri, 24 Dec 2021 15:37:43 +0800 Subject: [PATCH] Delete BuildRequires of the libnsl2 old version --- libnsl2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnsl2.spec b/libnsl2.spec index 87fd21d..9e09b55 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