Skip to content

Commit

Permalink
Merge pull request #294 from puppetlabs/use_sha256_digest
Browse files Browse the repository at this point in the history
(maint) Use sha256 digest when building rpms.
  • Loading branch information
isaac-hammes authored May 17, 2023
2 parents bb7173c + e8865e5 commit 1ed9d00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ci/create-packages
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function create_rpm {
--vendor "$project_vendor" --maintainer "$project_vendor" \
--url "$project_url" \
--architecture noarch --license "$project_license" \
--rpm-digest sha256 \
$conflicts_flags \
$replaces_flags \
--input-type dir \
Expand Down
2 changes: 1 addition & 1 deletion source/projects/puppet-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": "puppet-release",
"description": "Release packages for the Puppet repository",
"version": "1.0.0",
"release": "27",
"release": "28",

"license": "ASL 2.0",
"vendor": "Puppet, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion source/projects/puppet7-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": "puppet7-release",
"description": "Release packages for the Puppet 7 repository",
"version": "7.0.0",
"release": "13",
"release": "14",

"license": "ASL 2.0",
"vendor": "Puppet, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion source/projects/puppet8-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": "puppet8-release",
"description": "Release packages for the Puppet 8 repository",
"version": "1.0.0",
"release": "2",
"release": "3",

"license": "ASL 2.0",
"vendor": "Puppet, Inc. <[email protected]>",
Expand Down

0 comments on commit 1ed9d00

Please sign in to comment.