rpms/kdebase-runtime/F-9 kdebase-runtime-4.1.1-knetattach.patch, NONE, 1.1 kdebase-runtime.spec, 1.53, 1.54

Than Ngo than at fedoraproject.org
Mon Sep 1 16:58:25 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-runtime/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16107

Modified Files:
	kdebase-runtime.spec 
Added Files:
	kdebase-runtime-4.1.1-knetattach.patch 
Log Message:
- fix #460710, knetattach is kio_remote's wizard program, don't show
  it in the menu.


kdebase-runtime-4.1.1-knetattach.patch:

--- NEW FILE kdebase-runtime-4.1.1-knetattach.patch ---
diff -up kdebase-runtime-4.1.1/knetattach/knetattach.desktop.orig kdebase-runtime-4.1.1/knetattach/knetattach.desktop
--- kdebase-runtime-4.1.1/knetattach/knetattach.desktop.orig	2008-09-01 18:50:10.000000000 +0200
+++ kdebase-runtime-4.1.1/knetattach/knetattach.desktop	2008-09-01 18:50:42.000000000 +0200
@@ -91,4 +91,5 @@ Type=Application
 Terminal=false
 X-KDE-StartupNotify=true
 Categories=Qt;KDE;Network;
+NoDisplay=true
 X-DocPath=knetattach/index.html


Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/F-9/kdebase-runtime.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- kdebase-runtime.spec	29 Aug 2008 18:47:11 -0000	1.53
+++ kdebase-runtime.spec	1 Sep 2008 16:57:55 -0000	1.54
@@ -10,7 +10,7 @@
 Name:          kdebase-runtime
 Summary:       K Desktop Environment - Runtime 
 Version:       4.1.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 
 License:       GPLv2
 Group:         User Interface/Desktops
@@ -19,6 +19,7 @@
 Source1:       khelpcenter.desktop
 Patch0:        kdebase-runtime-4.1.0-pulseaudio.patch
 Patch1:        kdebase-runtime-4.1.x-searchproviders-shortcuts.patch
+Patch2:        kdebase-runtime-4.1.1-knetattach.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %ifarch noarch
@@ -100,6 +101,7 @@
 
 %patch0 -p1 -b .pulseaudio
 %patch1 -p1 -b .searchproviders-shortcuts
+%patch2 -p1 -b .knetattach
 
 # upstream patches
 
@@ -336,6 +338,10 @@
 
 
 %changelog
+* Mon Sep 01 2008 Than Ngo <than at redhat.com> 4.1.1-2
+- fix #460710, knetattach is kio_remote's wizard program, don't show
+  it in the menu.
+
 * Thu Aug 28 2008 Than Ngo <than at redhat.com> 4.1.1-1
 - 4.1.1
 




More information about the fedora-extras-commits mailing list