Skip to content

Commit

Permalink
rpm sigining enabled for amazon2023
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

rpm sigining test for amazon2023

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

rpm sigining test for amazon2023

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

rpm sigining test for amazon2023

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

rpm sigining test for amazon2023

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

rpm sigining test for amazon2023

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

rpm sigining test for amazon2023

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

updated the script

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

updated the script

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

updated the script

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

updated the script

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

updated the script

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

updated the script

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
  • Loading branch information
muthuja committed Jan 30, 2024
1 parent 16e27f6 commit 2309c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/omnibus/packagers/rpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ def create_rpm_file
with_rpm_signing do |signing_script|
log.info(log_key) { "Signing the built rpm file" }

# RHEL 8 has gpg-agent running so we can skip the expect script since the agent
# RHEL 8 and Amazon-2023 has gpg-agent running so we can skip the expect script since the agent
# takes care of the passphrase entering on the signing
if dist_tag != ".el8" && dist_tag != ".el9"
if dist_tag != ".el8" && dist_tag != ".el9" && dist_tag != ".amazon2023"
sign_cmd.prepend("#{signing_script} \"").concat("\"")
end

Expand Down

0 comments on commit 2309c8b

Please sign in to comment.