From cb6e49012f8a2bb523ab334695ad347e2e44ae76 Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Tue, 21 Dec 2021 16:01:04 +0800 Subject: [PATCH] add so file of the old version --- libnsl2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnsl2.spec b/libnsl2.spec index 69b1b44..87fd21d 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 1 %global sover 3 %if 0%{?bump_soname} @@ -9,7 +9,7 @@ Name: libnsl2 Version: 2.0.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 @@ -69,6 +69,9 @@ cp -p %{_libdir}/libnsl.so.%{old_sover}* %{buildroot}/%{_libdir} %{_prefix}/include/* %changelog +* Tue Dec 21 2021 fuanan - 2.0.0-2 +- add so file of the old version + * Sat Nov 27 2021 fuanan - 2.0.0-1 - update version to 2.0.0 -- Gitee