rpms/usermode/F-7 .cvsignore, 1.48, 1.49 sources, 1.52, 1.53 usermode.spec, 1.69, 1.70

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Fri Jun 15 08:47:54 UTC 2007


Author: mitr

Update of /cvs/pkgs/rpms/usermode/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3236

Modified Files:
	.cvsignore sources usermode.spec 
Log Message:
Prepare an usermode-1.92 update for F7.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/F-7/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- .cvsignore	19 Apr 2007 14:05:40 -0000	1.48
+++ .cvsignore	15 Jun 2007 08:47:17 -0000	1.49
@@ -1 +1 @@
-usermode-1.91.1.tar.bz2
+usermode-1.92.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/F-7/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- sources	19 Apr 2007 14:05:40 -0000	1.52
+++ sources	15 Jun 2007 08:47:17 -0000	1.53
@@ -1 +1 @@
-d036105f567bf0649bbec0c5866a0f81  usermode-1.91.1.tar.bz2
+6b962175592a2b4668b7251fa18d97f4  usermode-1.92.tar.bz2


Index: usermode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/F-7/usermode.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- usermode.spec	19 Apr 2007 14:02:58 -0000	1.69
+++ usermode.spec	15 Jun 2007 08:47:17 -0000	1.70
@@ -4,8 +4,8 @@
 
 Summary: Tools for certain user account management tasks
 Name: usermode
-Version: 1.91.1
-Release: 1
+Version: 1.92
+Release: 0.fc7
 License: GPL
 Group: Applications/System
 Source: usermode-%{version}.tar.bz2
@@ -13,7 +13,7 @@
 Conflicts: SysVinit < 2.74-14
 BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
 BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
-BuildRequires: perl-XML-Parser, libattr-devel, libSM-devel, gettext
+BuildRequires: perl-XML-Parser, libSM-devel, gettext
 %if %{WITH_SELINUX}
 BuildRequires: libselinux-devel >= 1.17.13-2
 %endif
@@ -67,20 +67,15 @@
 done
 
 for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
-  cat >>$RPM_BUILD_ROOT%{_datadir}/applications/$i <<EOF
-NoDisplay=true
-EOF
-  desktop-file-install --vendor redhat --delete-original    \
-    --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
-    --remove-category Application			    \
-    --add-category X-GNOME-PersonalSettings		    \
-    $RPM_BUILD_ROOT%{_datadir}/applications/$i
+  echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
+done
+
+for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
+	redhat-usermount.desktop; do
+	desktop-file-install --vendor redhat --delete-original \
+		--dir $RPM_BUILD_ROOT%{_datadir}/applications \
+		$RPM_BUILD_ROOT%{_datadir}/applications/$i
 done
-  
-desktop-file-install --vendor redhat --delete-original       \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications              \
-  --remove-category Application				     \
-  $RPM_BUILD_ROOT%{_datadir}/applications/redhat-usermount.desktop
 
 %find_lang %{name}
 
@@ -121,6 +116,16 @@
 %{_datadir}/applications/*
 
 %changelog
+* Mon Jun 15 2007 Miloslav Trmač <mitr at redhat.com> - 1.92-0.f7
+- Fix userhelper hangs in non-UTF8 locales
+  Resolves: #242420
+- Clean up menu categories in desktop files
+
+* Sat Jun  9 2007 Miloslav Trmač <mitr at redhat.com> - 1.91.2-1
+- Show the user we're authenticating as in an i18n-safe way.
+  Resolves: #233210
+- Remove BuildRequires: libattr-devel
+
 * Thu Apr 19 2007 Miloslav Trmac <mitr at redhat.com> - 1.91.1-1
 - New release with updated translations
 




More information about the scm-commits mailing list