summaryrefslogtreecommitdiff
blob: 4900a513cbe601b392e6423a90619b501d7fddfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: scripts/vyum-worker
===================================================================
--- scripts/vyum-worker	(revision 2354)
+++ scripts/vyum-worker	(revision 2370)
@@ -60,11 +60,11 @@
     (2.[012345]*)
 	check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))'
 	;;
-    (2.[6789]*)
+    (2.[6789]*|3.0*)
 	check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))'
 	;;
     (*)
-	warning"\
+	warning "\
 You are using a version of yum which current status is unknown to vyum.
 
 Just to be sure, 'vyum' will use dirty hacks which might not work when