Skip to content

Commit

Permalink
Check GPG key on Candlepin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jun 6, 2024
1 parent eb143c1 commit 0a9765e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/katello/katello-repos/katello-repos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

%global prereleasesource nightly
%global prerelease %{?prereleasesource:.}%{?prereleasesource}
%global release 2
%global release 3

Name: katello-repos
Version: 4.14
Expand Down Expand Up @@ -73,6 +73,9 @@ rm -rf %{buildroot}
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-candlepin

%changelog
* Mon Jun 03 2024 Eric D. Helms <[email protected]> - 4.14-0.3.nightly
- Set Candlepin repo gpgcheck to true

* Mon Jun 03 2024 Evgeni Golov - 4.14-0.2.nightly
- Update Candlepin 4.4 key

Expand Down
4 changes: 2 additions & 2 deletions packages/katello/katello-repos/katello.repo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name=Candlepin: an open source entitlement management system.
baseurl=https://yum.theforeman.org/candlepin/@CANDLEPIN_VERSION@/@DIST@/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin
enabled=1
gpgcheck=@REPO_GPGCHECK@
gpgcheck=1

[pulpcore]
name=pulpcore: Fetch, Upload, Organize, and Distribute Software Packages.
Expand All @@ -38,7 +38,7 @@ name=Katello Candlepin source
baseurl=https://yum.theforeman.org/candlepin/@REPO_VERSION@/@DIST@/source/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin
enabled=0
gpgcheck=@REPO_GPGCHECK@
gpgcheck=1

[pulpcore-source]
name=pulpcore source
Expand Down

0 comments on commit 0a9765e

Please sign in to comment.