diff --git a/cracklib.spec b/cracklib.spec index 01d1e106800761f60612e2627b2712fa3402fbea..12769dd3e5abf9f219df0a8521d2a4c1e4db7462 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 + * Mon Sep 7 2020 zhangxingliang - 2.9.7-3 - Add python3-cracklib package