bb3aaa1ba2
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
25 lines
933 B
Diff
25 lines
933 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Tue, 10 Aug 2021 12:39:08 -0400
|
|
Subject: [PATCH] macros.pesign: handle centos like rhel with --rhelver
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
src/macros.pesign | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/macros.pesign b/src/macros.pesign
|
|
index 34af57c..b7d6af1 100644
|
|
--- a/src/macros.pesign
|
|
+++ b/src/macros.pesign
|
|
@@ -34,7 +34,8 @@
|
|
%{?__pesign_cert:--cert %{__pesign_cert}} \\\
|
|
%{?_buildhost:--hostname "%{_buildhost}"} \\\
|
|
%{?vendor:--vendor "%{vendor}"} \\\
|
|
- %{?_rhel:--rhelver "%{_rhel}"} \\\
|
|
+ %{?rhel:--rhelver "%{rhel}"} \\\
|
|
+ %{?centos:--rhelver "%{centos}"} \\\
|
|
%{?-n:--rhelcert %{-n*}}%{?!-n:--rhelcert %{__pesign_cert}} \\\
|
|
%{?-a:--rhelcafile "%{-a*}"} \\\
|
|
%{?-c:--rhelcertfile "%{-c*}"} \\\
|