rpms/system-config-users/F-7 .cvsignore, 1.48, 1.49 sources, 1.51, 1.52 system-config-users.spec, 1.57, 1.58

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Aug 16 19:11:57 UTC 2007


Author: nphilipp

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

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
change license tag to GPLv2+
make accounts without home directory work (#251076)
require libuser-python from Fedora 8 on
check password expiration values for validity (#251762)
avoid duplicate shortcuts in preferences dialog (#251766)
avoid duplicate user/group names when editing properties (#251584, #251588)
fix typo that prevented colons as the first character to be found (#251081)
pull in updated translations



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- .cvsignore	23 Jul 2007 09:00:30 -0000	1.48
+++ .cvsignore	16 Aug 2007 19:11:23 -0000	1.49
@@ -1 +1 @@
-system-config-users-1.2.61.tar.bz2
+system-config-users-1.2.63.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources	23 Jul 2007 09:00:30 -0000	1.51
+++ sources	16 Aug 2007 19:11:23 -0000	1.52
@@ -1 +1 @@
-5e545ec3a0d91a133afbe45313cdf4d8  system-config-users-1.2.61.tar.bz2
+d069d2e4cc28fc78ae67684e4bb5c2e6  system-config-users-1.2.63.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.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- system-config-users.spec	23 Jul 2007 09:00:30 -0000	1.57
+++ system-config-users.spec	16 Aug 2007 19:11:23 -0000	1.58
@@ -1,9 +1,9 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.61
+Version: 1.2.63
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/users
-License: GPL
+License: GPLv2+
 ExclusiveOS: Linux
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -16,7 +16,11 @@
 BuildRequires: intltool
 BuildRequires: findutils
 Obsoletes: redhat-config-users
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
+Requires: libuser-python >= 0.56
+%else
 Requires: libuser >= 0.56
+%endif
 Requires: python >= 2.0
 Requires: pygtk2
 Requires: pygtk2-libglade
@@ -89,6 +93,26 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
+* Thu Aug 16 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.63
+- change license tag to GPLv2+
+- make accounts without home directory work (#251076)
+
+* Wed Aug 15 2007 Nils Philippsen <nphilipp at redhat.com>
+- require libuser-python from Fedora 8 on
+- check password expiration values for validity (#251762)
+
+* Mon Aug 13 2007 Nils Philippsen <nphilipp at redhat.com>
+- avoid duplicate shortcuts in preferences dialog (#251766)
+
+* Fri Aug 10 2007 Nils Philippsen <nphilipp at redhat.com>
+- avoid duplicate user/group names when editing properties (#251584, #251588)
+
+* Tue Aug 07 2007 Nils Philippsen <nphilipp at redhat.com>
+- fix typo that prevented colons as the first character to be found (#251081)
+
+* Tue Jul 24 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.62
+- pull in updated translations
+
 * Mon Jul 23 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.61
 - make "make archive" work with Hg
 




More information about the fedora-extras-commits mailing list