From 748e09ad12ec8804e93288d7ed4bfca43de146c8 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 16 Aug 2012 21:38:15 +0200 Subject: [PATCH] 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) --- .gitignore | 1 + libpwquality.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index edb4720..7092db1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libpwquality.spec b/libpwquality.spec index ef53b9c..a5350b9 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -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 - 1.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Thu Aug 16 2012 Tomas Mraz 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 1.1.1-1 - use rpm built-in filtering of provides (rhbz#830153) diff --git a/sources b/sources index 2899fae..d708f1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fe4ef35f29e5dcd0db004455ea9e8b4 libpwquality-1.1.1.tar.bz2 +8827419118064539db70090cbed5cb21 libpwquality-1.2.0.tar.bz2