Skip to content

Commit

Permalink
Update gpg_name to fix RockyLinux rpm signing issue
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed Jun 23, 2023
1 parent 15122f2 commit 67892c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omnibus/packagers/rpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67892c8

Please sign in to comment.