rpms/usermode/devel usermode.spec,1.81,1.82

Miloslav Trmac mitr at fedoraproject.org
Thu Nov 6 09:31:52 UTC 2008


Author: mitr

Update of /cvs/pkgs/rpms/usermode/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12691

Modified Files:
	usermode.spec 
Log Message:
* Thu Nov  6 2008 Miloslav Trmač <mitr at redhat.com> - 1.98.1-2
- Hide usermount from GNOME and KDE menus
  Resolves: #440029
- Only hide userinfo and userpasswd in GNOME and KDE



Index: usermode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/usermode.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- usermode.spec	28 Oct 2008 22:12:45 -0000	1.81
+++ usermode.spec	6 Nov 2008 09:31:22 -0000	1.82
@@ -1,7 +1,7 @@
 Summary: Tools for certain user account management tasks
 Name: usermode
 Version: 1.98.1
-Release: 1
+Release: 2
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/usermode/
@@ -60,12 +60,9 @@
 done
 echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
 
-for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
-  echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
-done
-
 for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
 	redhat-usermount.desktop; do
+	echo 'NotShowIn=GNOME;KDE;' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
 	desktop-file-install --vendor redhat --delete-original \
 		--dir $RPM_BUILD_ROOT%{_datadir}/applications \
 		$RPM_BUILD_ROOT%{_datadir}/applications/$i
@@ -112,6 +109,11 @@
 %{_datadir}/applications/*
 
 %changelog
+* Thu Nov  6 2008 Miloslav Trmač <mitr at redhat.com> - 1.98.1-2
+- Hide usermount from GNOME and KDE menus
+  Resolves: #440029
+- Only hide userinfo and userpasswd in GNOME and KDE
+
 * Tue Oct 28 2008 Miloslav Trmač <mitr at redhat.com> - 1.98.1-1
 - Update to usermode-1.98.1-1
 




More information about the scm-commits mailing list