New upstream release.
- add maxsequence check for too long monotonic character sequence. - clarified alternative licensing to GPLv2+. - add local_users_only option to skip the pwquality checks for non-locals. (thanks to Stef Walter)
This commit is contained in:
parent
c11275f82b
commit
748e09ad12
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libpwquality-1.0.0.tar.bz2
|
||||
/libpwquality-1.1.0.tar.bz2
|
||||
/libpwquality-1.1.1.tar.bz2
|
||||
/libpwquality-1.2.0.tar.bz2
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
Summary: A library for password generation and password quality checking
|
||||
Name: libpwquality
|
||||
Version: 1.1.1
|
||||
Release: 2%{?dist}
|
||||
# The package is BSD licensed with option to relicense as GPL+
|
||||
Version: 1.2.0
|
||||
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 GPL+
|
||||
License: BSD or GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source0: http://fedorahosted.org/releases/l/i/libpwquality/libpwquality-%{version}.tar.bz2
|
||||
|
||||
@ -104,8 +104,11 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
|
||||
%{python_sitearch}/pwquality.so
|
||||
|
||||
%changelog
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
* Thu Aug 16 2012 Tomas Mraz <tmraz@redhat.com> 1.2.0-1
|
||||
- add maxsequence check for too long monotonic character sequence.
|
||||
- clarified alternative licensing to GPLv2+.
|
||||
- add local_users_only option to skip the pwquality checks for
|
||||
non-locals. (thanks to Stef Walter)
|
||||
|
||||
* Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1
|
||||
- use rpm built-in filtering of provides (rhbz#830153)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user