Skip to content

Commit

Permalink
Bump package version to 5.0.0 (#8120)
Browse files Browse the repository at this point in the history
* Bump specs version to 5.0.0
* Bump containers and charts to version to 5.0.0

---------

Co-authored-by: Julio Gonzalez Gil <[email protected]>
  • Loading branch information
deneb-alpha and juliogonzalez authored Jan 10, 2024
1 parent 7b6cb7a commit 0828af4
Show file tree
Hide file tree
Showing 99 changed files with 226 additions and 183 deletions.
1 change: 1 addition & 0 deletions branding/spacewalk-branding.changes.deneb-alpha.50bump
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
6 changes: 3 additions & 3 deletions branding/spacewalk-branding.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package spacewalk-branding
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand All @@ -25,8 +25,8 @@
%global wwwdocroot %{wwwroot}/htdocs

Name: spacewalk-branding
Version: 4.4.2
Release: 1
Version: 5.0.0
Release: 0
Summary: Spacewalk branding data
License: GPL-2.0-only AND OFL-1.1
Group: Applications/Internet
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package spacewalk-client-tools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand Down Expand Up @@ -77,11 +77,11 @@ Group: admin
%else
Group: System Environment/Base
%endif
Version: 4.4.7
Version: 5.0.0
Source0: %{name}-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/uyuni-project/uyuni/%{name}-%{version}-1/client/rhel/%{name}/%{name}-rpmlintrc
URL: https://github.com/uyuni-project/uyuni
Release: 1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version} >= 1210 || 0%{?mageia} >= 6
BuildArch: noarch
Expand Down
1 change: 1 addition & 0 deletions client/tools/mgr-push/mgr-push.changes.deneb-alpha.50bump
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
6 changes: 3 additions & 3 deletions client/tools/mgr-push/mgr-push.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package mgr-push
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand Down Expand Up @@ -38,8 +38,8 @@ Summary: Package uploader for the Spacewalk
License: GPL-2.0-only
Group: Applications/System
URL: https://github.com/uyuni-project/uyuni
Version: 4.4.6
Release: 1
Version: 5.0.0
Release: 0
Provides: %{oldname} = %{oldversion}
Obsoletes: %{oldname} < %{oldversion}
Source0: https://github.com/uyuni-project/uyuni/archive/%{name}-%{version}-1.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions containers/hub-xmlrpc-api-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ LABEL org.opencontainers.image.description="${PRODUCT} Hub XML-RPC API image"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version="4.4.0"
LABEL org.opencontainers.image.version="5.0.0"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server:4.4.0.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server:5.0.0.%RELEASE%"
# endlabelprefix

CMD ["/usr/bin/hub-xmlrpc-api"]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ LABEL org.opencontainers.image.description="This image initialize users, groups
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version=4.4.2
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/init:4.4.2.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/init:5.0.0.%RELEASE%"
# endlabelprefix

HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD ["/usr/bin/systemctl", "is-active", "multi-user.target"]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
2 changes: 1 addition & 1 deletion containers/proxy-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: Uyuni proxy containers.
type: application
home: https://www.uyuni-project.org/
icon: https://www.uyuni-project.org/img/uyuni-logo.svg
version: 4.4.4
version: 5.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/proxy-httpd-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-httpd-image
LABEL org.opencontainers.image.version=4.4.3
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-httpd:4.4.3.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-httpd:5.0.0.%RELEASE%"
# endlabelprefix

# http(s)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/proxy-salt-broker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-salt-broker-image
LABEL org.opencontainers.image.version=4.4.3
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-salt-broker:4.4.3.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-salt-broker:5.0.0.%RELEASE%"
# endlabelprefix

# Salt
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/proxy-squid-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-squid-image
LABEL org.opencontainers.image.version=4.4.3
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-squid:4.4.3.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-squid:5.0.0.%RELEASE%"
# endlabelprefix

# Squid
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/proxy-ssh-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-ssh-image
LABEL org.opencontainers.image.version=4.4.3
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-ssh:4.4.3.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-ssh:5.0.0.%RELEASE%"
# endlabelprefix

# SSH port
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package uyuni-proxy-systemd-services
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -22,8 +22,8 @@ Name: uyuni-proxy-systemd-services
Summary: Uyuni proxy server systemd services containers
License: GPL-2.0-only
Group: Applications/Internet
Version: 4.4.2
Release: 1
Version: 5.0.0
Release: 0
URL: https://github.com/uyuni-project/uyuni
Source0: %{name}-%{version}-1.tar.gz
Source1: https://raw.githubusercontent.com/uyuni-project/uyuni/%{name}-%{version}-1/containers/proxy-systemd-services/%{name}-rpmlintrc
Expand Down
4 changes: 2 additions & 2 deletions containers/proxy-tftpd-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-tftpd-image
LABEL org.opencontainers.image.version=4.4.3
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-tftpd:4.4.3.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-tftpd:5.0.0.%RELEASE%"
# endlabelprefix

# tftp
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
2 changes: 1 addition & 1 deletion containers/server-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: Uyuni server containers.
type: application
home: https://www.uyuni-project.org/
icon: https://www.uyuni-project.org/img/uyuni-logo.svg
version: 4.4.3
version: 5.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/server-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ LABEL org.opencontainers.image.description="All-in-one ${PRODUCT} server image"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version=4.4.2
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server:4.4.2.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server:5.0.0.%RELEASE%"
# endlabelprefix

CMD ["/usr/lib/systemd/systemd"]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
4 changes: 2 additions & 2 deletions containers/server-migration-14-16-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ LABEL org.opencontainers.image.description="${PRODUCT} server migration image"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version=4.4.1
LABEL org.opencontainers.image.version=5.0.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server-migration:4.4.1.%RELEASE%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server-migration:5.0.0.%RELEASE%"
# endlabelprefix

1 change: 1 addition & 0 deletions java/spacewalk-java.changes.deneb-alpha.50bump
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
15 changes: 7 additions & 8 deletions java/spacewalk-java.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package spacewalk-java
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand Down Expand Up @@ -61,8 +61,8 @@ Name: spacewalk-java
Summary: Java web application files for Spacewalk
License: GPL-2.0-only
Group: Applications/Internet
Version: 4.4.22
Release: 1
Version: 5.0.0
Release: 0
URL: https://github.com/uyuni-project/uyuni
Source0: %{name}-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/uyuni-project/uyuni/%{name}-%{version}-1/java/%{name}-rpmlintrc
Expand Down Expand Up @@ -96,9 +96,10 @@ BuildRequires: classmate
BuildRequires: concurrent
BuildRequires: dom4j
BuildRequires: dwr >= 3
BuildRequires: glassfish-activation-api
BuildRequires: glassfish-jaxb-api
BuildRequires: glassfish-jaxb-runtime
BuildRequires: glassfish-jaxb-txw2
BuildRequires: (google-gson >= 2.2.4 with google-gson < 2.10.0)
BuildRequires: hibernate-commons-annotations
BuildRequires: hibernate-types
BuildRequires: httpcomponents-asyncclient
Expand Down Expand Up @@ -148,8 +149,7 @@ BuildRequires: uyuni-base-server
BuildRequires: woodstox
BuildRequires: xalan-j2
BuildRequires: xmlsec
BuildRequires: glassfish-activation-api
BuildRequires: glassfish-jaxb-api
BuildRequires: (google-gson >= 2.2.4 with google-gson < 2.10.0)
BuildRequires: mvn(org.apache.velocity:velocity-engine-core) >= 2.2
BuildRequires: mvn(org.hibernate:hibernate-c3p0)
BuildRequires: mvn(org.hibernate:hibernate-core)
Expand Down Expand Up @@ -188,7 +188,6 @@ Requires: glassfish-activation-api
Requires: glassfish-jaxb-api
Requires: glassfish-jaxb-runtime
Requires: glassfish-jaxb-txw2
Requires: (google-gson >= 2.2.4 with google-gson < 2.10.0)
Requires: hibernate-commons-annotations
Requires: hibernate-types
Requires: httpcomponents-client
Expand Down Expand Up @@ -241,6 +240,7 @@ Requires: xalan-j2 >= 2.6.0
Requires: xerces-j2
Requires: xmlsec
Requires: (/sbin/unix2_chkpwd or /usr/sbin/unix2_chkpwd)
Requires: (google-gson >= 2.2.4 with google-gson < 2.10.0)
Requires: mvn(org.apache.tomcat:tomcat-servlet-api) > 8
Requires: mvn(org.hibernate:hibernate-c3p0)
Requires: mvn(org.hibernate:hibernate-core)
Expand Down Expand Up @@ -786,7 +786,6 @@ chown tomcat:%{apache_group} /var/log/rhn/gatherer.log
%attr(770,root,%{apache_group}) %dir %{_var}/log/rhn
%endif


%files lib
%defattr(644,root,root,755)
%dir %{_datadir}/rhn
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
6 changes: 3 additions & 3 deletions projects/perl-Satcon/perl-Satcon.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package perl-Satcon
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand All @@ -23,8 +23,8 @@ Name: perl-Satcon
Summary: Framework for configuration files
License: GPL-2.0-only
Group: Applications/System
Version: 4.4.4
Release: 1
Version: 5.0.0
Release: 0
URL: https://github.com/uyuni-project/uyuni
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
6 changes: 3 additions & 3 deletions projects/ssl-cert-check/spacewalk-ssl-cert-check.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package spacewalk-ssl-cert-check
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand All @@ -22,8 +22,8 @@
%endif

Name: spacewalk-ssl-cert-check
Version: 4.4.4
Release: 1
Version: 5.0.0
Release: 0
Summary: Check ssl certs for impending expiration
License: GPL-2.0-only
Group: Applications/System
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
7 changes: 3 additions & 4 deletions proxy/installer/spacewalk-proxy-installer.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package spacewalk-proxy-installer
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand Down Expand Up @@ -31,8 +31,8 @@ Name: spacewalk-proxy-installer
Summary: Spacewalk Proxy Server Installer
License: GPL-2.0-only
Group: Applications/Internet
Version: 4.4.4
Release: 1
Version: 5.0.0
Release: 0
URL: https://github.com/uyuni-project/uyuni
Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -66,7 +66,6 @@ Provides: weakremover(mgr-cfg-actions)
Provides: weakremover(mgr-cfg-client)
Provides: weakremover(mgr-cfg-management)


%define defaultdir %{_usr}/share/rhn/proxy-template

%description
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
6 changes: 3 additions & 3 deletions proxy/proxy-docs/spacewalk-proxy-docs.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package spacewalk-proxy-docs
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2008-2018 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
Expand All @@ -21,8 +21,8 @@ Name: spacewalk-proxy-docs
Summary: Spacewalk Proxy Server Documentation
License: OPL-1.0
Group: Applications/Internet
Version: 4.4.2
Release: 1
Version: 5.0.0
Release: 0
URL: https://github.com/uyuni-project/uyuni
Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump version to 5.0.0
Loading

0 comments on commit 0828af4

Please sign in to comment.