rpms/system-config-users/devel .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 system-config-users.spec, 1.20, 1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 1 11:11:17 UTC 2005


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

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
fix deprecation warnings (#153054) with (modified) patch by Colin Charles
use os.lstat() to test ownership of files to be deleted
update the GTK+ theme icon cache on (un)install



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	18 Nov 2004 15:19:43 -0000	1.18
+++ .cvsignore	1 Apr 2005 11:11:15 -0000	1.19
@@ -1 +1 @@
-system-config-users-1.2.28.tar.bz2
+system-config-users-1.2.31.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	18 Nov 2004 15:19:43 -0000	1.18
+++ sources	1 Apr 2005 11:11:15 -0000	1.19
@@ -1 +1 @@
-6432d473ab2506df98abb0717637d54b  system-config-users-1.2.28.tar.bz2
+48fd5e027a19604a3ba86f4036cb1094  system-config-users-1.2.31.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- system-config-users.spec	28 Mar 2005 10:56:14 -0000	1.20
+++ system-config-users.spec	1 Apr 2005 11:11:15 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.28
-Release: 3
+Version: 1.2.31
+Release: 1
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
 ExclusiveOS: Linux
@@ -21,7 +21,6 @@
 Requires: rpm-python
 Requires: /usr/bin/pgrep
 BuildPrereq: python2
-Prereq: gtk2 >= 2.6
 
 %description
 system-config-users is a graphical utility for administrating 
@@ -44,6 +43,9 @@
 %find_lang %name
 find $RPM_BUILD_ROOT%{_datadir} -name "*.mo" | xargs ./utf8ify-mo
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -56,9 +58,6 @@
   gtk-update-icon-cache %{_datadir}/icons/hicolor
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING
@@ -74,11 +73,15 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
-* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com>
-- rebuilt
+* Fri Apr 01 2005 Nils Philippsen <nphilipp at redhat.com> - 1.2.31-1
+- fix deprecation warnings (#153054) with (modified) patch by Colin Charles
+
+* Wed Mar 30 2005 Nils Philippsen <nphilipp at redhat.com> - 1.2.30-1
+- use os.lstat() to test ownership of files to be deleted
+- update the GTK+ theme icon cache on (un)install
 
-* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 1.2.28-2
-- Update the GTK+ theme icon cache on (un)install
+* Fri Dec 03 2004 Nils Philippsen <nphilipp at redhat.com> - 1.2.29-1
+- use variable max length for user/group names (prepare fix for #141273)
 
 * Wed Nov 10 2004 Nils Philippsen <nphilipp at redhat.com> - 1.2.28-1
 - check for running processes of a user about to be deleted (#132902)




More information about the fedora-cvs-commits mailing list