rpms/system-config-users/devel .cvsignore, 1.86, 1.87 sources, 1.95, 1.96 system-config-users.spec, 1.103, 1.104

Nils Philippsen nphilipp at fedoraproject.org
Wed Jun 30 09:45:14 UTC 2010


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-users/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26588

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
version 1.2.100


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/.cvsignore,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- .cvsignore	11 Jun 2010 11:59:34 -0000	1.86
+++ .cvsignore	30 Jun 2010 09:45:14 -0000	1.87
@@ -1 +1 @@
-system-config-users-1.2.99.tar.bz2
+system-config-users-1.2.100.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/sources,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- sources	11 Jun 2010 11:59:34 -0000	1.95
+++ sources	30 Jun 2010 09:45:14 -0000	1.96
@@ -1 +1 @@
-58c030afafefe1a5d2e20f5b0407b501  system-config-users-1.2.99.tar.bz2
+9bfadd65273dd3dd43bf2695d953ac8d  system-config-users-1.2.100.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- system-config-users.spec	11 Jun 2010 11:59:34 -0000	1.103
+++ system-config-users.spec	30 Jun 2010 09:45:14 -0000	1.104
@@ -26,9 +26,16 @@
 %bcond_with console_util
 %endif
 
+# Enterprise versions pull in docs automatically
+%if 0%{?rhel} > 0
+%bcond_without require_docs
+%else
+%bcond_with require_docs
+%endif
+
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.99
+Version: 1.2.100
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -45,6 +52,9 @@ BuildRequires: findutils
 # package system-config-users-docs. The following ensures that updating from
 # earlier versions gives you both the main package and documentation.
 Obsoletes: system-config-users < 1.2.82
+%if %{with require_docs}
+Requires: system-config-users-docs
+%endif
 %if %{with libuser_python}
 Requires: libuser-python >= 0.56
 %else
@@ -112,6 +122,11 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/sysconfig/system-config-users
 
 %changelog
+* Wed Jun 30 2010 Nils Philippsen <nils at redhat.com> - 1.2.100-1
+- check if homedirs of new users can be created
+- prevent unlocking users with empty passwords
+- require docs in enterprise builds
+
 * Fri Jun 11 2010 Nils Philippsen <nils at redhat.com> - 1.2.99-1
 - fix exception handling on user removal (#602192)
 



More information about the scm-commits mailing list