From 72be551b8593dd3302b33b00f88c138d606ad395 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 12 Jul 2022 19:39:56 +0800 Subject: [PATCH] delete old so file in openEuler:22.03:LTS:LoongArch --- libnsl2.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libnsl2.spec b/libnsl2.spec index 64591ed..efff6b6 100644 --- a/libnsl2.spec +++ b/libnsl2.spec @@ -1,9 +1,5 @@ # Uncomment on initial build for soname bump. -%ifarch loongarch64 -%global bump_soname 1 -%else %global bump_soname 0 -%endif %global sover 3 %if 0%{?bump_soname} @@ -13,7 +9,7 @@ Name: libnsl2 Version: 2.0.0 -Release: 5 +Release: 6 Summary: Public client interface library for NIS(YP) and NIS+ License: BSD and LGPLv2+ URL: https://github.com/thkukuk/libnsl @@ -73,6 +69,9 @@ cp -p %{_libdir}/libnsl.so.%{old_sover}* %{buildroot}/%{_libdir} %{_prefix}/include/* %changelog +* Tue Jul 12 2022 liyanan - 2.0.0-6 +- delete old so file in openEuler:22.03:LTS:LoongArch + * Mon Apr 25 2022 liyanan - 2.0.0-5 - Add old version so file in openEuler:22.03:LTS:LoongArch -- Gitee