From 1bc5cac0f280dea93e2e38f70c9576fec4f892a7 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 17 Nov 2022 09:24:13 +0800 Subject: [PATCH] fix source url Signed-off-by: yixiangzhike --- libnsl2.spec | 7 +++++-- libnsl-2.0.0.tar.gz => v2.0.0.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename libnsl-2.0.0.tar.gz => v2.0.0.tar.gz (100%) diff --git a/libnsl2.spec b/libnsl2.spec index 7eab2f2..9d5759c 100644 --- a/libnsl2.spec +++ b/libnsl2.spec @@ -9,11 +9,11 @@ Name: libnsl2 Version: 2.0.0 -Release: 4 +Release: 5 Summary: Public client interface library for NIS(YP) and NIS+ License: BSD and LGPLv2+ URL: https://github.com/thkukuk/libnsl -Source0: https://github.com/thkukuk/libnsl/archive/libnsl-%{version}.tar.gz +Source0: https://github.com/thkukuk/libnsl/archive/v%{version}.tar.gz BuildRequires: automake, autoconf, libtirpc-devel, gettext-devel, libtool %if 0%{?bump_soname} @@ -69,6 +69,9 @@ cp -p %{_libdir}/libnsl.so.%{old_sover}* %{buildroot}/%{_libdir} %{_prefix}/include/* %changelog +* Wed Nov 16 2022 yixiangzhike - 2.0.0-5 +- fix source url + * Fri Apr 15 2022 Hugel - 2.0.0-4 - delete old so files diff --git a/libnsl-2.0.0.tar.gz b/v2.0.0.tar.gz similarity index 100% rename from libnsl-2.0.0.tar.gz rename to v2.0.0.tar.gz -- Gitee