From f1215795f362159b3d15ed6b553416e28e65c703 Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" Date: Thu, 11 Apr 2024 12:28:05 -0700 Subject: [PATCH] Add Config fields for pkey and signature macros --- autospec/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autospec/config.py b/autospec/config.py index 1674f1d7..67b139cf 100644 --- a/autospec/config.py +++ b/autospec/config.py @@ -115,6 +115,8 @@ def __init__(self, download_path): self.old_keyid = None self.profile_payload = None self.signature = None + self.signature_macro = None + self.pkey_macro = None self.yum_conf = None self.failed_pattern_dir = None self.alias = None