rpms/system-config-users/F-7 .cvsignore, 1.46, 1.47 sources, 1.49, 1.50 system-config-users.spec, 1.55, 1.56

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Jul 2 08:52:39 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-users/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17232

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
don't barf on inconsistent groups
use integers instead of strings for various user parameters (#226976, patch by Miloslav Trmac)
fix desktop file category (#245876)
try not to barf if encountering inconsistencies between /etc/passwd, /etc/group, /etc/shadow and /etc/gshadow
fix English language oddity
split up map/filter statement in userGroupFind.py to make debugging easier (#243217)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore	25 May 2007 16:23:16 -0000	1.46
+++ .cvsignore	2 Jul 2007 08:52:03 -0000	1.47
@@ -1 +1 @@
-system-config-users-1.2.58.tar.bz2
+system-config-users-1.2.60.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- sources	25 May 2007 16:23:16 -0000	1.49
+++ sources	2 Jul 2007 08:52:03 -0000	1.50
@@ -1 +1 @@
-9218cd4098c09f03c3615a1df6f0a58f  system-config-users-1.2.58.tar.bz2
+6fb09b417e9f4b593fae298947435e8d  system-config-users-1.2.60.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/system-config-users.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- system-config-users.spec	25 May 2007 16:23:16 -0000	1.55
+++ system-config-users.spec	2 Jul 2007 08:52:03 -0000	1.56
@@ -1,6 +1,6 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.58
+Version: 1.2.60
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/users
 License: GPL
@@ -16,7 +16,7 @@
 BuildRequires: intltool
 BuildRequires: findutils
 Obsoletes: redhat-config-users
-Requires: libuser >= 0.53.1
+Requires: libuser >= 0.56
 Requires: python >= 2.0
 Requires: pygtk2
 Requires: pygtk2-libglade
@@ -89,6 +89,25 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
+* Thu Jun 28 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.60
+- don't barf on inconsistent groups
+- use integers instead of strings for various user parameters (#226976, patch
+  by Miloslav Trmac)
+
+* Wed Jun 27 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.59
+- fix desktop file category (#245876)
+
+* Tue Jun 26 2007 Nils Philippsen <nphilipp at redhat.com>
+- try not to barf if encountering inconsistencies between /etc/passwd,
+  /etc/group, /etc/shadow and /etc/gshadow
+
+* Wed Jun 13 2007 Nils Philippsen <nphilipp at redhat.com>
+- fix English language oddity
+
+* Fri Jun 08 2007 Nils Philippsen <nphilipp at redhat.com>
+- split up map/filter statement in userGroupFind.py to make debugging easier
+  (#243217)
+
 * Thu May 24 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.58
 - avoid traceback when creating a new user with a specific group id (#240129)
 




More information about the fedora-extras-commits mailing list