modify the URL of Source

This commit is contained in:
wangchen2020 2020-09-14 11:33:45 +08:00
parent d11b865876
commit 600a570a0c

View File

@ -6,13 +6,13 @@
Name: cracklib Name: cracklib
Version: 2.9.7 Version: 2.9.7
Release: 3 Release: 4
Summary: A password-checking library Summary: A password-checking library
License: LGPLv2+ License: LGPLv2+
URL: http://sourceforge.net/projects/cracklib/ URL: http://sourceforge.net/projects/cracklib/
Source0: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-%{version}.tar.gz Source0: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-%{version}.tar.gz
Source1: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-words-%{version}.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 Patch9000: fix-problem-of-error-message-about-simplistic-passwo.patch
BuildRequires: gcc, words, gettext, gettext-autopoint, zlib-devel BuildRequires: gcc, words, gettext, gettext-autopoint, zlib-devel
@ -195,6 +195,9 @@ make test
%endif %endif
%changelog %changelog
* Mon Sep 14 2020 wangchen <wangchen137@huawei.com> - 2.9.7-4
- Modify the URL of Source
* Thu Sep 3 2020 zhangxingliang <zhangxingliang3@huawei.com> - 2.9.7-3 * Thu Sep 3 2020 zhangxingliang <zhangxingliang3@huawei.com> - 2.9.7-3
- Add python3-cracklib package - Add python3-cracklib package