rpms/system-config-users/devel .cvsignore, 1.60, 1.61 sources, 1.67, 1.68 system-config-users.spec, 1.71, 1.72

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Dec 5 14:27:58 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-users/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30092

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
use libuser defaults for password and account expiration when creating users (#185097)
update copyright terms, admit complicity in source files
display shadow information from LDAP directories (#185907, fix by Ed van Gasteren, modified)
use libuser defaults for home directories (#204707, fix by Miloslav Trmac)
use gtk.AboutDialog for about dialog (#202963)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore	16 Oct 2007 08:27:55 -0000	1.60
+++ .cvsignore	5 Dec 2007 14:27:25 -0000	1.61
@@ -1 +1 @@
-system-config-users-1.2.72.tar.bz2
+system-config-users-1.2.73.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/sources,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sources	16 Oct 2007 08:27:55 -0000	1.67
+++ sources	5 Dec 2007 14:27:25 -0000	1.68
@@ -1 +1 @@
-7219d727a99e5c8388d631509e8118ef  system-config-users-1.2.72.tar.bz2
+cefca5fc22455751684bc77588d1d064  system-config-users-1.2.73.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- system-config-users.spec	16 Oct 2007 08:27:55 -0000	1.71
+++ system-config-users.spec	5 Dec 2007 14:27:25 -0000	1.72
@@ -1,6 +1,6 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.72
+Version: 1.2.73
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/users
 License: GPLv2+
@@ -21,7 +21,7 @@
 Requires: libuser >= 0.56
 %endif
 Requires: python >= 2.0
-Requires: pygtk2
+Requires: pygtk2 >= 2.6
 Requires: pygtk2-libglade
 Requires: usermode >= 1.36
 %if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 7 || 0%{?rhel} >= 6
@@ -94,6 +94,17 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/system-config-users
 
 %changelog
+* Wed Dec 05 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.73-1
+- use libuser defaults for password and account expiration when creating users
+  (#185097)
+
+* Wed Nov 07 2007 Nils Philippsen <nphilipp at redhat.com>
+- update copyright terms, admit complicity in source files
+- display shadow information from LDAP directories (#185907, fix by Ed van
+  Gasteren, modified)
+- use libuser defaults for home directories (#204707, fix by Miloslav Trmac)
+- use gtk.AboutDialog for about dialog (#202963)
+
 * Tue Oct 16 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.72-1
 - make /usr/share/system-config-users/system-config-users.py executable again
 




More information about the fedora-extras-commits mailing list