Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2017-04-29 10:53:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and      /work/SRC/openSUSE:Factory/.crmsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crmsh"

Sat Apr 29 10:53:10 2017 rev:120 rq:491593 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes      2017-04-25 
08:59:05.963359332 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2017-04-29 
10:53:11.747012485 +0200
@@ -1,0 +2,6 @@
+Thu Apr 27 12:52:59 UTC 2017 - kgronl...@suse.com
+
+- high: cibconfig: Graph file output option was reversed (bsc#1036595)
+- Add 0008-high-cibconfig-Graph-file-output-option-was-reversed.patch 
+
+-------------------------------------------------------------------

New:
----
  0008-high-cibconfig-Graph-file-output-option-was-reversed.patch

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

Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.OUK3nv/_old  2017-04-29 10:53:12.734872931 +0200
+++ /var/tmp/diff_new_pack.OUK3nv/_new  2017-04-29 10:53:12.738872366 +0200
@@ -56,6 +56,8 @@
 Patch6:         0006-remove-bindnetaddr-for-unicast-bsc-1030437.patch
 # PATCH-FIX-UPSTREAM: medium: bootstrap: Set expected votes based on actual 
node count (bsc#1033288)
 Patch7:         0007-medium-bootstrap-Set-expected_votes-based-on-actual-.patch
+# PATCH-FIX-UPSTREAM: high: cibconfig: Graph file output option was reversed 
(bsc#1036595)
+Patch8:         
0008-high-cibconfig-Graph-file-output-option-was-reversed.patch 
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
@@ -165,6 +167,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # Force the local time
 #

++++++ 0008-high-cibconfig-Graph-file-output-option-was-reversed.patch ++++++
>From 3c294bb369fece0858ae5a186a5d04e513765070 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <k...@koru.se>
Date: Thu, 27 Apr 2017 14:39:24 +0200
Subject: [PATCH] high: cibconfig: Graph file output option was reversed
 (bsc#1036595)

---
 crmsh/cibconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crmsh/cibconfig.py b/crmsh/cibconfig.py
index 5af2b23c..21d44296 100644
--- a/crmsh/cibconfig.py
+++ b/crmsh/cibconfig.py
@@ -380,7 +380,7 @@ class CibObjectSet(object):
         rc, d = utils.load_graphviz_file(userdir.GRAPHVIZ_USER_FILE)
         if rc and d:
             constants.graph = d
-        if outf is not None:
+        if outf is None:
             return self.show_graph(gtype)
         elif gtype == ftype:
             rc = self.save_graph(gtype, outf)
-- 
2.12.0


Reply via email to