Skip to content
Snippets Groups Projects
Commit c130847d authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import osbuild-composer-123-1.el10

parent 335bee61
No related branches found
Tags imports/r10s/osbuild-composer-123-1.el10
No related merge requests found
f0e1138ecf8459abfa2b85ae9ca37556563a44112ac9b5e0f1962297225cab9f SOURCES/osbuild-composer-118.tar.gz
2cdb78f112fc870923ff667e355d6250cae32b970028b74dee5b00e9feb437fd SOURCES/osbuild-composer-123.tar.gz
......@@ -8,11 +8,11 @@
%bcond_with relax_requires
# The minimum required osbuild version
%global min_osbuild_version 120
%global min_osbuild_version 129
%global goipath github.com/osbuild/osbuild-composer
Version: 118
Version: 123
%gometa
......@@ -201,9 +201,16 @@ done
%endif
%if 0%{?rocky}
%if 0%{?rocky} >= 9
%if 0%{?rocky} >= 10
# Rocky 10 can build everything
install -m 0644 -vp repositories/rocky-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%else
# Rocky 9 can build 9 and below
%if 0%{?rocky} == 9
install -m 0644 -vp repositories/rocky-9* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
# Rocky 8 can only build itself, but so can 9
install -m 0644 -vp repositories/rocky-8* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
%endif
......@@ -295,8 +302,8 @@ install -m 0644 -vp test/data/x509/* %{buildroot}%
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/schemas
install -m 0644 -vp pkg/jobqueue/dbjobqueue/schemas/* %{buildroot}%{_datadir}/tests/osbuild-composer/schemas/
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade8to9
install -m 0644 -vp test/data/upgrade8to9/* %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade8to9/
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/rhel-upgrade
install -m 0644 -vp test/data/rhel-upgrade/* %{buildroot}%{_datadir}/tests/osbuild-composer/rhel-upgrade/
%endif
......@@ -336,6 +343,9 @@ cd $PWD/_build/src/%{goipath}
%package core
Summary: The core osbuild-composer binary
Requires: osbuild-depsolve-dnf >= %{min_osbuild_version}
# This version needs to get bumped everytime the osbuild-depsolve-dnf json
# API changes in incompatible ways
Requires: osbuild-dnf-json-api = 7
Provides: %{name}-dnf-json = %{version}-%{release}
Obsoletes: %{name}-dnf-json < %{version}-%{release}
......@@ -462,9 +472,12 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
* Fri Aug 23 2024 Release Engineering <releng@rockylinux.org> - 118-1.rocky.0.6
* Wed Oct 16 2024 Release Engineering <releng@rockylinux.org> - 123-1.rocky.0.6
- Add Rocky Linux support and host detection
* Wed Oct 16 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 123-1
- New upstream release
* Fri Aug 23 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 118-1
- New upstream release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment