From 61280e82e58b6894cbe2681d101b2fb39e26ae74 Mon Sep 17 00:00:00 2001 From: Hugel <2712504175@qq.com> Date: Fri, 15 Apr 2022 11:49:48 +0800 Subject: [PATCH] delete old so files --- libnsl2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnsl2.spec b/libnsl2.spec index 9e09b55..7eab2f2 100644 --- a/libnsl2.spec +++ b/libnsl2.spec @@ -1,5 +1,5 @@ # Uncomment on initial build for soname bump. -%global bump_soname 1 +%global bump_soname 0 %global sover 3 %if 0%{?bump_soname} @@ -9,7 +9,7 @@ Name: libnsl2 Version: 2.0.0 -Release: 3 +Release: 4 Summary: Public client interface library for NIS(YP) and NIS+ License: BSD and LGPLv2+ URL: https://github.com/thkukuk/libnsl @@ -69,6 +69,9 @@ cp -p %{_libdir}/libnsl.so.%{old_sover}* %{buildroot}/%{_libdir} %{_prefix}/include/* %changelog +* Fri Apr 15 2022 Hugel - 2.0.0-4 +- delete old so files + * Fri Dec 24 2021 fuanan - 2.0.0-3 - Delete BuildRequires of the libnsl2 old version -- Gitee