Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nightly Katello to use Pulpcore 3.17 repos #7794

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions packages/katello/katello-repos/katello-repos.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global pulpcore_version 3.16
%global pulpcore_version 3.17

%define repo_dir %{_sysconfdir}/yum.repos.d
%define repo_dist %{dist}

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

Name: katello-repos
Version: 4.5
Expand Down Expand Up @@ -68,6 +68,9 @@ rm -rf %{buildroot}
%config %{repo_dir}/*.repo

%changelog
* Thu Apr 07 2022 Ian Ballou <ianballou67@gmail.com> - 4.5-0.2.nightly
- Bump up Pulpcore version to 3.17

* Wed Feb 16 2022 Justin Sherrill <jsherril@redhat.com> 4.5-0.1.nightly
- bump to version 4.5

Expand Down