Skip to content

Commit

Permalink
Merge pull request #1118 from chef/CHEF-3252-update-gpg_name-Rocky
Browse files Browse the repository at this point in the history
Update gpg_name to fix RockyLinux rpm signing issue
  • Loading branch information
poorndm authored Jun 26, 2023
2 parents 15122f2 + 67892c8 commit d8db5cf
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 d8db5cf

Please sign in to comment.