From 600a570a0c8d00ec5084a10243a61f3faa39c4f4 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Mon, 14 Sep 2020 11:33:45 +0800 Subject: [PATCH] modify the URL of Source --- cracklib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index 1d560ca..bccaa18 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -6,13 +6,13 @@ Name: cracklib Version: 2.9.7 -Release: 3 +Release: 4 Summary: A password-checking library License: LGPLv2+ URL: http://sourceforge.net/projects/cracklib/ -Source0: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-%{version}.tar.gz -Source1: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-words-%{version}.gz +Source0: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-%{version}.tar.gz +Source1: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-words-%{version}.gz Patch9000: fix-problem-of-error-message-about-simplistic-passwo.patch BuildRequires: gcc, words, gettext, gettext-autopoint, zlib-devel @@ -195,6 +195,9 @@ make test %endif %changelog +* Mon Sep 14 2020 wangchen - 2.9.7-4 +- Modify the URL of Source + * Thu Sep 3 2020 zhangxingliang - 2.9.7-3 - Add python3-cracklib package -- Gitee