rpms/system-config-users/devel .cvsignore, 1.39, 1.40 sources, 1.39, 1.40 system-config-users.spec, 1.45, 1.46

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 31 11:12:28 UTC 2007


Author: nphilipp

Update of /cvs/dist/rpms/system-config-users/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15327

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
use "install -m" to install a lot of files without executable bits (#222580)
fix warning about all-digit usernames
fix typos (#142122, #224444)
check passwords with cracklib if available (#82723)
add BR: find-utils
Resolves: #82723, #142122, #222580, #224444



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore	21 Dec 2006 12:37:18 -0000	1.39
+++ .cvsignore	31 Jan 2007 11:12:26 -0000	1.40
@@ -1 +1 @@
-system-config-users-1.2.51.tar.bz2
+system-config-users-1.2.52.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources	21 Dec 2006 12:37:18 -0000	1.39
+++ sources	31 Jan 2007 11:12:26 -0000	1.40
@@ -1 +1 @@
-b640332a5e1f273a4eddcf362b9fa251  system-config-users-1.2.51.tar.bz2
+9da8f621e017e15ee424f41bed37c73b  system-config-users-1.2.52.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- system-config-users.spec	21 Dec 2006 12:37:18 -0000	1.45
+++ system-config-users.spec	31 Jan 2007 11:12:26 -0000	1.46
@@ -1,6 +1,6 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.51
+Version: 1.2.52
 Release: 1%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
@@ -12,6 +12,7 @@
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
+BuildRequires: find-utils
 Obsoletes: redhat-config-users
 Requires: libuser >= 0.53.1
 Requires: python2
@@ -24,6 +25,14 @@
 Requires: rhpl
 Requires(post): hicolor-icon-theme
 Requires(postun): hicolor-icon-theme
+%if 0%{?fedora} >= 7 || 0%{?redhat} >= 6
+Requires: cracklib-python
+%else
+%if 0%{?fedora} >= 5 || 0%{?redhat} >= 5
+Requires: cracklib >= 2.8.6
+%endif
+%endif
+
 BuildPrereq: python2
 
 %description
@@ -77,6 +86,21 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
+* Wed Jan 31 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.52
+- use "install -m" to install a lot of files without executable bits (#222580)
+
+* Tue Jan 30 2007 Nils Philippsen <nphilipp at redhat.com>
+- fix warning about all-digit usernames
+
+* Mon Jan 29 2007 Nils Philippsen <nphilipp at redhat.com>
+- fix typos (#142122, #224444)
+
+* Thu Jan 25 2007 Nils Philippsen <nphilipp at redhat.com>
+- check passwords with cracklib if available (#82723)
+
+* Wed Jan 10 2007 Nils Philippsen <nphilipp at redhat.com>
+- add BR: find-utils
+
 * Thu Dec 21 2006 Nils Philippsen <nphilipp at redhat.com> - 1.2.51
 - pick up updated translations (#216396)
 




More information about the fedora-cvs-commits mailing list