New upstream release 1.4.2 fixing regression
Fix previous release regression in handling retry, enforce_for_root, and local_users_only options
This commit is contained in:
parent
fc4fdf4ed6
commit
8d95d17e73
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/libpwquality-1.3.0.tar.bz2
|
||||
/libpwquality-1.4.0.tar.bz2
|
||||
/libpwquality-1.4.1.tar.bz2
|
||||
/libpwquality-1.4.2.tar.bz2
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
Summary: A library for password generation and password quality checking
|
||||
Name: libpwquality
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
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.
|
||||
@ -178,6 +178,10 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 31 2019 Tomáš Mráz <tmraz@redhat.com> 1.4.2-1
|
||||
- Fix previous release regression in handling retry, enforce_for_root,
|
||||
and local_users_only options
|
||||
|
||||
* Tue Sep 17 2019 Tomáš Mráz <tmraz@redhat.com> 1.4.1-1
|
||||
- Disable python2 bindings in Fedora 31 and above
|
||||
- Add conditionals for Python2 and Python3
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpwquality-1.4.1.tar.bz2) = 0bbec7e79a4db56c2cbda65c36003758a1044eee2ac8c678447d96d3cddf034a3196a7d8cd7972e9f50701391b8b81e2c3769fd81c4e4605fed96efd120ff257
|
||||
SHA512 (libpwquality-1.4.2.tar.bz2) = 6f395e94797cc565edae6de8f4c7c60736d07ffa849c9878ec4d867f8cb7bea6f08bdd20501791dd05b02d487f8fea66a02a30841c7cea6e86b5903eaf685879
|
||||
|
||||
Loading…
Reference in New Issue
Block a user