From 4fbd4a36e61f8fcbf6d7e5a60f993be6f0b64e6b Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 10:11:42 +0800 Subject: [PATCH] modify the URL of Source0 --- libxcrypt.spec | 7 +++++-- libxcrypt-4.4.16.tar.gz => v4.4.16.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename libxcrypt-4.4.16.tar.gz => v4.4.16.tar.gz (100%) diff --git a/libxcrypt.spec b/libxcrypt.spec index 9c0b347..b6ee8cc 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,11 +1,11 @@ %define libdir /lib64 Name: libxcrypt Version: 4.4.16 -Release: 1 +Release: 2 Summary: Extended crypt library for DES, MD5, Blowfish and others License: LGPLv2+ and BSD and Public Domain URL: https://github.com/besser82/%{name} -Source0: https://github.com/besser82/libxcrypt/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/besser82/%{name}/archive/v%{version}.tar.gz BuildRequires: autoconf libtool fipscheck Obsoletes: %{name}-common < %{version}-%{release} Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release} @@ -96,6 +96,9 @@ make check %changelog +* Tue Sep 8 2020 wangchen - 4.4.16-2 +- modify the URL of Source0 + * Tue Jul 28 2020 yang_zhuang_zhuang - 4.4.16-1 - update version to 4.4.16 diff --git a/libxcrypt-4.4.16.tar.gz b/v4.4.16.tar.gz similarity index 100% rename from libxcrypt-4.4.16.tar.gz rename to v4.4.16.tar.gz -- Gitee