[system-config-users] version 1.2.106

Nils Philippsen nphilipp at fedoraproject.org
Wed Jan 26 16:44:36 UTC 2011


commit 448a4353c14763b7a1d7542a630f9928794a1167
Author: Nils Philippsen <nils at redhat.com>
Date:   Wed Jan 26 17:44:16 2011 +0100

    version 1.2.106

 .gitignore               |    1 +
 sources                  |    2 +-
 system-config-users.spec |   14 +++++++++++++-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc4e9c8..fb561ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ system-config-users-1.2.102.tar.bz2
 system-config-users-1.2.103.tar.bz2
 system-config-users-1.2.104.tar.bz2
 /system-config-users-1.2.105.tar.bz2
+/system-config-users-1.2.106.tar.bz2
diff --git a/sources b/sources
index b41fbc7..2528c38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2b9c16119f7cc4e0e49d71762eedffd  system-config-users-1.2.105.tar.bz2
+0461b0402bd03294e2cd214b30db57b4  system-config-users-1.2.106.tar.bz2
diff --git a/system-config-users.spec b/system-config-users.spec
index e87350c..e86b2f9 100644
--- a/system-config-users.spec
+++ b/system-config-users.spec
@@ -35,7 +35,7 @@
 
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.105
+Version: 1.2.106
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -82,6 +82,7 @@ Requires: cracklib-python >= 2.8.6
 Requires: cracklib >= 2.8.6
 %endif
 %endif
+Requires: libselinux-python
 
 BuildRequires: python >= 2.0
 
@@ -122,6 +123,17 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/sysconfig/system-config-users
 
 %changelog
+* Wed Jan 26 2011 Nils Philippsen <nils at redhat.com> - 1.2.106-1
+- fix startup if max uid/gid is allocated
+- attempt to mkdir home directory instead of using os.access()
+- cope better with deleting auto-mounted home directories
+- restore context of home directories after creating, also use umask of 0700
+  (u=rwx,go=)
+- make most password problems warnings, not errors (#656356)
+- ask if non-ASCII password should be used (#646876)
+- add forced password change on next login (#656219)
+- pick up translation updates
+
 * Tue Aug 24 2010 Nils Philippsen <nils at redhat.com> - 1.2.105-1
 - pick up translation updates
 


More information about the scm-commits mailing list