[kde-runtime] kde-runtime-4.9.2 is missing kio_smb (#862169)

Rex Dieter rdieter at fedoraproject.org
Tue Oct 2 12:19:06 UTC 2012


commit bd2d2585ab7bd05504e75fedd2e9a2b68736aa27
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Oct 2 07:19:22 2012 -0500

    kde-runtime-4.9.2 is missing kio_smb (#862169)

 kde-runtime.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kde-runtime.spec b/kde-runtime.spec
index a640c65..36c2eac 100644
--- a/kde-runtime.spec
+++ b/kde-runtime.spec
@@ -6,7 +6,7 @@
 Name:    kde-runtime
 Summary: KDE Runtime
 Version: 4.9.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+ and GPLv2+
@@ -216,6 +216,8 @@ chrpath --delete %{buildroot}%{_libdir}/kde4/plugins/phonon_platform/kde.so
 for f in %{buildroot}%{_kde4_datadir}/applications/kde4/*.desktop ; do
   desktop-file-validate $f
 done
+# avoid regressions, ensure kio_smb is present
+test -x %{buildroot}%{_kde4_libdir}/kde4/kio_smb.so
 
 
 %clean
@@ -333,6 +335,9 @@ fi
 
 
 %changelog
+* Tue Oct 02 2012 Rex Dieter <rdieter at fedoraproject.org> 4.9.2-2
+- kde-runtime-4.9.2 is missing kio_smb (#862169) 
+
 * Fri Sep 28 2012 Rex Dieter <rdieter at fedoraproject.org> - 4.9.2-1
 - 4.9.2
 


More information about the scm-commits mailing list