Blame SOURCES/help_id.patch

6ec638
From ccd4e2f078d00fa4570d2bd56802c726286d1020 Mon Sep 17 00:00:00 2001
6ec638
From: Martin Kolman <mkolman@redhat.com>
6ec638
Date: Wed, 10 Oct 2018 17:12:01 +0200
6ec638
Subject: [PATCH] Set help id for the OSCAP addon provided spoke (#1638068)
6ec638
6ec638
The new Anaconda help system now operates on help ids instead of pointing to
6ec638
individual files.
6ec638
6ec638
So drop the old property and replace it with a proper help_id.
6ec638
6ec638
Resolves: rhbz#1638068
6ec638
---
6ec638
 org_fedora_oscap/gui/spokes/oscap.py | 4 ++--
6ec638
 1 file changed, 2 insertions(+), 2 deletions(-)
6ec638
6ec638
diff --git a/org_fedora_oscap/gui/spokes/oscap.py b/org_fedora_oscap/gui/spokes/oscap.py
6ec638
index d9fe548..36fd656 100644
6ec638
--- a/org_fedora_oscap/gui/spokes/oscap.py
6ec638
+++ b/org_fedora_oscap/gui/spokes/oscap.py
6ec638
@@ -179,8 +179,8 @@ class OSCAPSpoke(NormalSpoke):
6ec638
     # name of the .glade file in the same directory as this source
6ec638
     uiFile = "oscap.glade"
6ec638
 
6ec638
-    # name of the file providing help content for this spoke
6ec638
-    helpFile = "SecurityPolicySpoke.xml"
6ec638
+    # id of the help content for this spoke
6ec638
+    help_id = "SecurityPolicySpoke"
6ec638
 
6ec638
     # domain of oscap-anaconda-addon translations
6ec638
     translationDomain = "oscap-anaconda-addon"