File ksuseinstall_11.2.diff of Package kdelibs4.import5258
Index: suseinstall/ksuseinstall.cpp
===================================================================
--- suseinstall/ksuseinstall.cpp.orig
+++ suseinstall/ksuseinstall.cpp
@@ -329,7 +329,7 @@ bool KSUSEInstall::tryAddRepositories( b
proc << "--attach" << QString::number( parent->window()->winId());
proc << "--" << "yast2" << "repositories";
// Only 11.3 and newer have the extra argument that makes all enabled repos also be refreshed (bnc#608562)
-#define HAVE_YAST2_REPOSITORIES_REFRESH_ENABLED
+//#define HAVE_YAST2_REPOSITORIES_REFRESH_ENABLED
#ifdef HAVE_YAST2_REPOSITORIES_REFRESH_ENABLED
proc << "refresh-enabled";
#endif