[kdebase-runtime] - kdesu password-keeping does not work (#650630) - htsearch patch

Rex Dieter rdieter at fedoraproject.org
Fri Nov 12 15:29:34 UTC 2010


commit 6b180f62dd4705601aeb7fa4e3c6e81f24e4edc6
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Nov 12 09:29:24 2010 -0600

    - kdesu password-keeping does not work (#650630)
    - htsearch patch

 kdebase-runtime-4.5.3-htsearch.patch |   12 ++++++++++++
 kdebase-runtime.spec                 |   27 ++++++++++++++++++++++++---
 2 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/kdebase-runtime-4.5.3-htsearch.patch b/kdebase-runtime-4.5.3-htsearch.patch
new file mode 100644
index 0000000..ceb89d2
--- /dev/null
+++ b/kdebase-runtime-4.5.3-htsearch.patch
@@ -0,0 +1,12 @@
+diff -up kdebase-runtime-4.5.3/khelpcenter/searchhandlers/khc_htsearch.pl.htsearch kdebase-runtime-4.5.3/khelpcenter/searchhandlers/khc_htsearch.pl
+--- kdebase-runtime-4.5.3/khelpcenter/searchhandlers/khc_htsearch.pl.htsearch	2009-09-23 14:21:09.000000000 -0500
++++ kdebase-runtime-4.5.3/khelpcenter/searchhandlers/khc_htsearch.pl	2010-11-12 09:22:04.000000000 -0600
+@@ -8,7 +8,7 @@ use Getopt::Long;
+ use open IO => ':utf8';
+ use open ':std';
+ 
+-my $htsearchpath="/srv/www/cgi-bin/htsearch";
++my $htsearchpath="/usr/bin/htsearch";
+ my $config;
+ my $format;
+ my $method;
diff --git a/kdebase-runtime.spec b/kdebase-runtime.spec
index f704594..dbfc334 100644
--- a/kdebase-runtime.spec
+++ b/kdebase-runtime.spec
@@ -6,7 +6,7 @@
 Name:          kdebase-runtime
 Summary:       KDE Runtime
 Version:       4.5.3
-Release:       2%{?dist}
+Release:       3%{?dist}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License:       LGPLv2+
@@ -22,6 +22,7 @@ Patch3:        kdebase-runtime-4.1.1-iconthemes-inherit.patch
 Patch5:        kdebase-runtime-4.3.1-manpath.patch
 # add OnlyShowIn=KDE  to Desktop/Home.desktop (like trash.desktop)
 Patch6:        kdebase-runtime-4.3.3-home_onlyshowin_kde.patch
+Patch7:        kdebase-rutnime-4.5.3-htsearch.patch
 
 ## upstream patches
 # pulseaudio speaker setup backport, courtesy of coling/mandriva
@@ -119,6 +120,7 @@ BuildArch: noarch
 %patch3 -p1 -b .iconthemes-inherit
 #patch5 -p1 -b .manpath
 %patch6 -p1 -b .home_onlyshowin_kde
+%patch7 -p1 -b .htsearch
 %patch100 -p1 -b .speakersetup
 %patch101 -p1 -b .speakersetup_kde255736
 
@@ -161,6 +163,7 @@ rm -vf  %{buildroot}%{_kde4_libdir}/lib{kwalletbackend,molletnetwork}.so
 
 # rpaths
 # use chrpath hammer for now, find better patching solutions later -- Rex
+chrpath --list   %{buildroot}%{_libdir}/kde4/plugins/phonon_platform/kde.so ||:
 chrpath --delete %{buildroot}%{_libdir}/kde4/plugins/phonon_platform/kde.so
 
 
@@ -212,7 +215,21 @@ fi
 %{_kde4_libdir}/libkdeinit4_*.so
 %{_kde4_libdir}/kde4/kcm_*.so
 %{_kde4_libdir}/kde4/kded_*.so
-%{_kde4_libexecdir}/*
+%{_kde4_libexecdir}/drkonqi
+%{_kde4_libexecdir}/installdbgsymbols.sh
+%{_kde4_libexecdir}/kcmremotewidgetshelper
+%{_kde4_libexecdir}/kdeeject
+%{_kde4_libexecdir}/kdesu
+%attr(2755,root,nobody) %{_kde4_libexecdir}/kdesud
+%{_kde4_libexecdir}/kdontchangethehostname
+%{_kde4_libexecdir}/khc_docbookdig.pl
+%{_kde4_libexecdir}/khc_htdig.pl
+%{_kde4_libexecdir}/khc_htsearch.pl
+%{_kde4_libexecdir}/khc_indexbuilder
+%{_kde4_libexecdir}/khc_mansearch.pl
+%{_kde4_libexecdir}/kioexec
+%{_kde4_libexecdir}/klocaldomainurifilterhelper
+%{_kde4_libexecdir}/knetattach
 %{_libdir}/strigi/*
 %{_mandir}/man1/*
 %{_mandir}/man8/*
@@ -252,6 +269,10 @@ fi
 
 
 %changelog
+* Fri Nov 12 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.3-3
+- kdesu password-keeping does not work (#650630)
+- htsearch patch
+
 * Thu Nov 11 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.3-2
 - Crash after visiting Phonon setting (#652409, kde#255736)
 
@@ -344,7 +365,7 @@ fi
 - KDE 4.3.95 (4.4rc2)
 
 * Tue Jan 19 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.90-2
-- install installdbgsymbols_fedora.sh as /usr/libexec/kde4/installdbgsymbols.sh
+- install installdbgsymbols_fedora.sh as %{_kde4_libexecdir}/installdbgsymbols.sh
 
 * Wed Jan 06 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.3.90-1
 - kde-4.3.85 (4.4rc1)


More information about the scm-commits mailing list