[system-config-users] version 1.2.112

Nils Philippsen nphilipp at fedoraproject.org
Thu Jan 12 16:53:06 UTC 2012


commit c8fac9f49586c62e449d92ace5bccddecd6b8fd1
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Jan 12 17:52:57 2012 +0100

    version 1.2.112

 .gitignore               |    1 +
 sources                  |    2 +-
 system-config-users.spec |   19 +++++++++++++++++--
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fe69fa..55c2680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ system-config-users-1.2.104.tar.bz2
 /system-config-users-1.2.109.tar.bz2
 /system-config-users-1.2.110.tar.bz2
 /system-config-users-1.2.111.tar.bz2
+/system-config-users-1.2.112.tar.bz2
diff --git a/sources b/sources
index 73aa279..bf60f50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a31747ccc5928a49edaf374ecbcdc4e  system-config-users-1.2.111.tar.bz2
+0be719716e30c5c1635265d4ed28277d  system-config-users-1.2.112.tar.bz2
diff --git a/system-config-users.spec b/system-config-users.spec
index 21ef16b..c0df79a 100644
--- a/system-config-users.spec
+++ b/system-config-users.spec
@@ -1,10 +1,16 @@
 # Command line configurables
 
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 5 || 0%{?rhel} >= 5
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 17 || 0%{?rhel} >= 7
+%bcond_without pwquality
+%bcond_with cracklib
+%else
+%bcond_with pwquality
+%if 0%{?fedora} >= 5 || 0%{?rhel} >= 5
 %bcond_without cracklib
 %else
 %bcond_with cracklib
 %endif
+%endif
 
 %if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 7 || 0%{?rhel} >= 6
 %bcond_without xdg_utils
@@ -35,7 +41,7 @@
 
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.111
+Version: 1.2.112
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -75,6 +81,9 @@ Requires: htmlview
 %endif
 Requires: rpm-python
 Requires: /usr/bin/pgrep
+%if %{with pwquality}
+Requires: python-pwquality
+%endif
 %if %{with cracklib}
 %if %{with cracklib_python}
 Requires: cracklib-python >= 2.8.6
@@ -123,6 +132,12 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/sysconfig/system-config-users
 
 %changelog
+* Thu Jan 12 2012 Nils Philippsen <nils at redhat.com> - 1.2.112-1
+- use pwquality if available for password strength checks (#754951)
+- require python-pwquality from F-17 on
+- print exception and have non-zero exit code if gtk can't be imported
+- clean up source (PEP8, etc.)
+
 * Fri Nov 04 2011 Nils Philippsen <nils at redhat.com> - 1.2.111-1
 - prevent main window from being minimized in firstboot (#747829, patch by
   Martin Gracik)


More information about the scm-commits mailing list