From 67892c816b37f6f032dde1fdebabcbf4ef6dbafe Mon Sep 17 00:00:00 2001 From: poorndm Date: Fri, 23 Jun 2023 19:06:27 +0530 Subject: [PATCH] Update gpg_name to fix RockyLinux rpm signing issue Signed-off-by: poorndm --- lib/omnibus/packagers/rpm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omnibus/packagers/rpm.rb b/lib/omnibus/packagers/rpm.rb index 8034e4877..74a890289 100644 --- a/lib/omnibus/packagers/rpm.rb +++ b/lib/omnibus/packagers/rpm.rb @@ -437,7 +437,7 @@ def create_rpm_file render_template(resource_path("rpmmacros.erb"), destination: "#{home}/.rpmmacros", variables: { - gpg_name: project.maintainer, + gpg_name: "Opscode Packages", gpg_path: "#{ENV["HOME"]}/.gnupg", # TODO: Make this configurable }) end