Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2015-03-03 11:15:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-geo-cluster"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes      
2014-12-05 21:04:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2015-03-03 11:15:36.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar  2 07:04:23 UTC 2015 - [email protected]
+
+- BNC#920132. Create "/etc/booth/" before save conf file.
+
+-------------------------------------------------------------------

Old:
----
  yast2-geo-cluster-3.1.8.tar.bz2

New:
----
  yast2-geo-cluster-3.1.9.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-geo-cluster.spec ++++++
--- /var/tmp/diff_new_pack.1HtPOS/_old  2015-03-03 11:15:37.000000000 +0100
+++ /var/tmp/diff_new_pack.1HtPOS/_new  2015-03-03 11:15:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-geo-cluster
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-geo-cluster
-Version:        3.1.8
+Version:        3.1.9
 Release:        0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++++++ yast2-geo-cluster-3.1.8.tar.bz2 -> yast2-geo-cluster-3.1.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.8/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-3.1.9/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-3.1.8/package/yast2-geo-cluster.changes       
2014-12-04 13:30:11.000000000 +0100
+++ new/yast2-geo-cluster-3.1.9/package/yast2-geo-cluster.changes       
2015-03-02 08:10:09.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Mar  2 07:04:23 UTC 2015 - [email protected]
+
+- BNC#920132. Create "/etc/booth/" before save conf file.
+
+-------------------------------------------------------------------
 Thu Dec  4 09:50:13 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.8/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-3.1.9/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-3.1.8/package/yast2-geo-cluster.spec  2014-12-04 
13:30:11.000000000 +0100
+++ new/yast2-geo-cluster-3.1.9/package/yast2-geo-cluster.spec  2015-03-02 
08:10:09.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-geo-cluster
-Version:        3.1.8
+Version:        3.1.9
 Release:        0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-geo-cluster-3.1.8/src/servers_non_y2/ag_booth 
new/yast2-geo-cluster-3.1.9/src/servers_non_y2/ag_booth
--- old/yast2-geo-cluster-3.1.8/src/servers_non_y2/ag_booth     2014-12-04 
13:30:11.000000000 +0100
+++ new/yast2-geo-cluster-3.1.9/src/servers_non_y2/ag_booth     2015-03-02 
08:10:09.000000000 +0100
@@ -389,6 +389,11 @@
                        return "false"
 
        def saveFile(self):
+               if not os.path.isdir(conf_directory):
+                       if os.path.isfile(conf_directory):
+                               os.remove(conf_directory)
+                       os.mkdir(conf_directory)
+
                all_old_confs = find_confs()
                for conf in all_old_confs:
                        try:

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to