summaryrefslogtreecommitdiff
path: root/libpwquality.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'libpwquality.spec.in')
-rw-r--r--libpwquality.spec.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpwquality.spec.in b/libpwquality.spec.in
index f72e04e..740bcd6 100644
--- a/libpwquality.spec.in
+++ b/libpwquality.spec.in
@@ -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,6 +149,12 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python3_sitearch}/*.egg-info
%changelog
+* 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)
- add Python3 module subpackage