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 versions to 3.10 #3110

Merged
merged 1 commit into from Oct 22, 2018
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
3 changes: 1 addition & 2 deletions package_manifest.yaml
Expand Up @@ -471,6 +471,7 @@ katello_packages:
build_package_tito_releaser_args: "{{ nightly_package_tito_releaser_args }}"
nightly_package_tito_releaser_args:
- "--arg jenkins_job=katello-installer-nightly-release"
katello-repos: {}
katello-selinux: {}
nodejs-bootstrap-select: {}
nodejs-downshift: {}
Expand Down Expand Up @@ -515,8 +516,6 @@ katello_client_packages:
- katello-nightly-rhel5
- katello-nightly-fedora27
- katello-nightly-fedora28
releasers:
- koji-katello-client
repoclosure_config: repoclosure/yum.conf
repoclosure_lookaside_repos:
- el7-base
Expand Down
Expand Up @@ -3,10 +3,10 @@
%global scl_ruby /usr/bin/ruby

# %%global prerelease .rc1
%global release 2
%global release 1

Name: katello-installer-base
Version: 3.9.0
Version: 3.10.0
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?dist}
Summary: Puppet-based installer for the Katello and Katello Capsule
Group: Applications/System
Expand Down Expand Up @@ -118,6 +118,9 @@ ln -sf %{_datadir}/foreman-installer-katello/bin/katello-certs-check %{buildroot
%doc README.*

%changelog
* Thu Oct 18 2018 Eric D. Helms <ericdhelms@gmail.com> - 3.10.0-1
- Bump version to 3.10

* Tue Jul 24 2018 Eric D. Helms <ericdhelms@gmail.com> 3.9.0-2
- Add prerelease macro support

Expand Down
7 changes: 5 additions & 2 deletions packages/katello/katello-repos/katello-repos.spec
Expand Up @@ -17,10 +17,10 @@
%endif

%global prerelease .nightly
%global release 4
%global release 1

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

Expand Down Expand Up @@ -112,6 +112,9 @@ rm -rf %{buildroot}
%endif

%changelog
* Thu Oct 18 2018 Eric D. Helms <ericdhelms@gmail.com> - 3.10.0-0.1.nightly
- Bump version to 3.10

* Fri Aug 17 2018 Partha Aji <paji@redhat.com> - 3.9.0-0.4.nightly
- Switch to Pulp 2.17 beta

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 .rc1
%global release 11
%global release 1

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

%changelog
* Thu Oct 18 2018 Eric D. Helms <ericdhelms@gmail.com> - 3.10.0-1
- Bump version to 3.10

* Wed Oct 10 2018 Eric D. Helms <ericdhelms@gmail.com> - 3.9.0-11
- Cleanup spec requires

Expand Down
7 changes: 5 additions & 2 deletions packages/katello/rubygem-katello/rubygem-katello.spec
Expand Up @@ -5,8 +5,8 @@
%global plugin_name katello
%global gem_name katello
# %%global prerelease .rc1
%global mainver 3.9.0
%global release 6
%global mainver 3.10.0
%global release 1

Name: %{?scl_prefix}rubygem-%{gem_name}
Summary: Content and Subscription Management plugin for Foreman
Expand Down Expand Up @@ -359,6 +359,9 @@ rm -f %{buildroot}%{foreman_webpack_plugin}/*.js.map
%{gem_instdir}/webpack

%changelog
* Thu Oct 18 2018 Eric D. Helms <ericdhelms@gmail.com> - 3.10.0-1
- Bump version to 3.10

* Thu Oct 11 2018 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 3.9.0-6
- Update NPM dependencies
- Exclude Javascript source maps
Expand Down