New upstream release
- Change the defaults for credits, difok, and minlen - Make the cracklib check optional but on by default - Add implicit support for parsing <cfgfile>.d/*.conf files - Add libpwquality API manual page
This commit is contained in:
parent
b1a82b17b3
commit
c68f90a496
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/libpwquality-1.2.2.tar.bz2
|
||||
/libpwquality-1.2.3.tar.bz2
|
||||
/libpwquality-1.2.4.tar.bz2
|
||||
/libpwquality-1.3.0.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A library for password generation and password quality checking
|
||||
Name: libpwquality
|
||||
Version: 1.2.4
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.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 GPLv2+
|
||||
@ -105,6 +105,8 @@ popd
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
|
||||
|
||||
mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
|
||||
|
||||
%find_lang libpwquality
|
||||
|
||||
%check
|
||||
@ -124,6 +126,7 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
|
||||
%{_moduledir}/pam_pwquality.so
|
||||
%{_pwqlibdir}/libpwquality.so.*
|
||||
%config(noreplace) %{_secconfdir}/pwquality.conf
|
||||
%{_secconfdir}/pwquality.conf.d
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
@ -133,6 +136,7 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
|
||||
%{_includedir}/pwquality.h
|
||||
%{_libdir}/libpwquality.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%files -n python-pwquality
|
||||
%defattr(-,root,root,-)
|
||||
@ -145,15 +149,11 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
|
||||
%{python3_sitearch}/*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.2.4-3
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
* Thu Jul 23 2015 Tomáš Mráz <tmraz@redhat.com> 1.3.0-1
|
||||
- Change the defaults for credits, difok, and minlen
|
||||
- Make the cracklib check optional but on by default
|
||||
- Add implicit support for parsing <cfgfile>.d/*.conf files
|
||||
- Add libpwquality API manual page
|
||||
|
||||
* Wed Aug 6 2014 Tomáš Mráz <tmraz@redhat.com> 1.2.4-1
|
||||
- fix license handling (by Tom Callaway)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user