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:
Tomas Mraz 2012-08-16 21:38:15 +02:00
parent c11275f82b
commit 748e09ad12
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
8fe4ef35f29e5dcd0db004455ea9e8b4 libpwquality-1.1.1.tar.bz2
8827419118064539db70090cbed5cb21 libpwquality-1.2.0.tar.bz2