New release 1.4.4
Fix for regression with enabling the cracklib check during build
This commit is contained in:
parent
44a80244d7
commit
db524afc43
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/libpwquality-1.4.1.tar.bz2
|
||||
/libpwquality-1.4.2.tar.bz2
|
||||
/libpwquality-1.4.3.tar.bz2
|
||||
/libpwquality-1.4.4.tar.bz2
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
|
||||
Summary: A library for password generation and password quality checking
|
||||
Name: libpwquality
|
||||
Version: 1.4.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.4
|
||||
Release: 1%{?dist}
|
||||
# The package is BSD licensed with option to relicense as GPLv2+
|
||||
# - this option is redundant as the BSD license allows that anyway.
|
||||
License: BSD or GPLv2+
|
||||
@ -99,8 +99,7 @@ cp -a . %{py3dir}
|
||||
--with-securedir=%{_moduledir} \
|
||||
--with-pythonsitedir=%{python2_sitearch} \
|
||||
--with-python-binary=%{__python2} \
|
||||
--disable-static \
|
||||
--enable-cracklib-check
|
||||
--disable-static
|
||||
|
||||
%make_build
|
||||
%endif
|
||||
@ -112,8 +111,7 @@ pushd %{py3dir}
|
||||
--with-securedir=%{_moduledir} \
|
||||
--with-pythonsitedir=%{python3_sitearch} \
|
||||
--with-python-binary=%{__python3} \
|
||||
--disable-static \
|
||||
--enable-cracklib-check
|
||||
--disable-static
|
||||
|
||||
%make_build
|
||||
%endif
|
||||
@ -181,8 +179,9 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 12 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.3-3
|
||||
- The cracklib check has to be explicitly enabled with 1.4.3
|
||||
* Tue Oct 13 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.4-1
|
||||
- Translation updates
|
||||
- Fix regression with enabling the cracklib check during build
|
||||
|
||||
* Mon Oct 12 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.3-1
|
||||
- Multiple translation updates
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpwquality-1.4.3.tar.bz2) = 3b3aa7e0ac527df146b3694b993a39596348b074bbcf68075344f8617869bb303f48d225aad7564e3d25d3a5b261edfb9b9af6131e4ac32b0fd9dac8523b8016
|
||||
SHA512 (libpwquality-1.4.4.tar.bz2) = 2d49b79105361663f009f7183fde9123e6f1e63bd678dfe5418143f611e763af8dd44374b826b3c22a00e721047c539741dc44d99a2289b9ab229791768d6e76
|
||||
|
||||
Loading…
Reference in New Issue
Block a user