New upstream version 1.2.2
- manual page fixes - make it possible to set the maxsequence configuration value - updated translations from Transifex
This commit is contained in:
parent
a0e4a7a7ea
commit
37dd7f799c
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/libpwquality-1.1.1.tar.bz2
|
||||
/libpwquality-1.2.0.tar.bz2
|
||||
/libpwquality-1.2.1.tar.bz2
|
||||
/libpwquality-1.2.2.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A library for password generation and password quality checking
|
||||
Name: libpwquality
|
||||
Version: 1.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.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.
|
||||
License: BSD or GPLv2+
|
||||
@ -31,7 +31,7 @@ to perform some of the checks.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Files needed for developing PAM-aware applications and modules for PAM
|
||||
Summary: Support for development of applications using the libpwquality library
|
||||
Requires: libpwquality%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
@ -104,8 +104,10 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
|
||||
%{python_sitearch}/pwquality.so
|
||||
|
||||
%changelog
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
* Wed Jun 19 2013 Tomas Mraz <tmraz@redhat.com> 1.2.2-1
|
||||
- manual page fixes
|
||||
- make it possible to set the maxsequence configuration value
|
||||
- updated translations from Transifex
|
||||
|
||||
* Thu Dec 20 2012 Tomas Mraz <tmraz@redhat.com> 1.2.1-1
|
||||
- properly free pwquality settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user