rpms/system-config-users/devel .cvsignore, 1.50, 1.51 sources, 1.54, 1.55 system-config-users.spec, 1.59, 1.60

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


Author: nphilipp

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

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)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- .cvsignore	24 Jul 2007 17:00:37 -0000	1.50
+++ .cvsignore	16 Aug 2007 19:09:22 -0000	1.51
@@ -1 +1 @@
-system-config-users-1.2.62.tar.bz2
+system-config-users-1.2.63.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- sources	24 Jul 2007 17:51:41 -0000	1.54
+++ sources	16 Aug 2007 19:09:22 -0000	1.55
@@ -1 +1 @@
-1be6940e6443cd92efb755c84372dff9  system-config-users-1.2.62.tar.bz2
+d069d2e4cc28fc78ae67684e4bb5c2e6  system-config-users-1.2.63.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- system-config-users.spec	24 Jul 2007 17:00:37 -0000	1.59
+++ system-config-users.spec	16 Aug 2007 19:09:22 -0000	1.60
@@ -1,9 +1,9 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.62
+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,23 @@
 %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
 




More information about the scm-commits mailing list