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 katello to 3.14.0-master #3987

Merged
merged 1 commit into from Aug 7, 2019
Merged
Show file tree
Hide file tree
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
Expand Up @@ -6,10 +6,10 @@
%define repo_dist %{dist}

%global prerelease .nightly
%global release 2
%global release 1

Name: katello-repos
Version: 3.13.0
Version: 3.14.0
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?dist}
Summary: Definition of yum repositories for Katello

Expand Down Expand Up @@ -77,6 +77,9 @@ rm -rf %{buildroot}
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-katello

%changelog
* Wed Aug 07 2019 Evgeni Golov - 3.14.0-0.1.nightly
- Bump version to 3.14

* Thu Aug 1 2019 Justin Sherrill <jlsherrill@gmail.com> - 3.13.0-0.2.nightly
- use pulp 2.20

Expand Down
7 changes: 5 additions & 2 deletions packages/katello/katello/katello.spec
Expand Up @@ -4,10 +4,10 @@
%global homedir %{_datarootdir}/%{name}
%global confdir common
%global prerelease .master
%global release 4
%global release 1

Name: katello
Version: 3.13.0
Version: 3.14.0
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?dist}
Summary: A package for managing application life-cycle for Linux systems
BuildArch: noarch
Expand Down Expand Up @@ -194,6 +194,9 @@ Useful utilities for managing Katello services
%{_sysconfdir}/bash_completion.d/katello-service

%changelog
* Wed Aug 07 2019 Evgeni Golov - 3.14.0-0.1.master
- Bump version to 3.14

* Sun Jul 21 2019 Jonathon Turel <jturel@gmail.com> 3.13.0-0.4.master
- katello-change-hostname: clean puppet certs
- katello-change-hostname: s/foreman-proxy-content-certs-tar/certs-tar-file/
Expand Down
9 changes: 6 additions & 3 deletions packages/katello/rubygem-katello/rubygem-katello.spec
Expand Up @@ -6,8 +6,8 @@
%global plugin_name katello
%global gem_name katello
%global prerelease .pre.master
%global mainver 3.13.0
%global release 7
%global mainver 3.14.0
%global release 1

Name: %{?scl_prefix}rubygem-%{gem_name}
Summary: Content and Subscription Management plugin for Foreman
Expand Down Expand Up @@ -241,6 +241,9 @@ cp -pa .%{gem_dir}/* \
%{gem_instdir}/webpack

%changelog
* Wed Aug 07 2019 Evgeni Golov - 3.14.0-0.1.pre.master
- Bump version to 3.14

* Tue Jul 23 2019 Evgeni Golov - 3.13.0-0.7.pre.master
- Update katello packaging to @theforeman/vendor bundle

Expand All @@ -257,7 +260,7 @@ cp -pa .%{gem_dir}/* \
- Update gem and NPM dependencies

* Tue May 14 2019 Justin Sherrill <jlsherrill@gmail.com> - 3.13.0-0.2.pre.master
- pull in new pulp3 gem dependencies
- pull in new pulp3 gem dependencies

* Thu Apr 25 2019 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 3.13.0-0.1.pre.master
- Bump version to 3.13
Expand Down