diff --git a/.gitignore b/.gitignore index bd81039..4a6c7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/osbuild-composer-60.tar.gz +SOURCES/osbuild-composer-76.tar.gz diff --git a/.osbuild-composer.metadata b/.osbuild-composer.metadata index 9e5787f..91847e3 100644 --- a/.osbuild-composer.metadata +++ b/.osbuild-composer.metadata @@ -1 +1 @@ -14ba15f2241707c2caa9ab97a7474e8e863f919d SOURCES/osbuild-composer-60.tar.gz +f68a24e9d6a407708e33d72240b140e9c60378f1 SOURCES/osbuild-composer-76.tar.gz diff --git a/SPECS/osbuild-composer.spec b/SPECS/osbuild-composer.spec index 6f1294c..05672c2 100644 --- a/SPECS/osbuild-composer.spec +++ b/SPECS/osbuild-composer.spec @@ -9,7 +9,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 60 +Version: 76 %gometa @@ -29,7 +29,7 @@ Summary: An image building service based on osbuild ExcludeArch: i686 armv7hl # Upstream license specification: Apache-2.0 -License: ASL 2.0 +License: Apache-2.0 URL: %{gourl} Source0: %{gosource} @@ -58,17 +58,6 @@ Requires: systemd Provides: weldr -%if 0%{?rhel} -Obsoletes: lorax-composer <= 29 -Conflicts: lorax-composer -%endif - -# Remove when we stop releasing into Fedora 35 -%if 0%{?fedora} >= 34 -# lorax 34.3 is the first one without the composer subpackage -Obsoletes: lorax-composer < 34.3 -%endif - %description %{common_description} @@ -236,9 +225,6 @@ install -m 0644 -vp test/data/koji/* %{buildroot}% install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/x509 install -m 0644 -vp test/data/x509/* %{buildroot}%{_datadir}/tests/osbuild-composer/x509/ -install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/openshift -install -m 0644 -vp test/data/openshift/* %{buildroot}%{_datadir}/tests/osbuild-composer/openshift/ - install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/schemas install -m 0644 -vp pkg/jobqueue/dbjobqueue/schemas/* %{buildroot}%{_datadir}/tests/osbuild-composer/schemas/ @@ -294,10 +280,10 @@ The core osbuild-composer binary. This is suitable both for spawning in containe Summary: The worker for osbuild-composer Requires: systemd Requires: qemu-img -Requires: osbuild >= 62 -Requires: osbuild-ostree >= 62 -Requires: osbuild-lvm2 >= 62 -Requires: osbuild-luks2 >= 62 +Requires: osbuild >= 81 +Requires: osbuild-ostree >= 81 +Requires: osbuild-lvm2 >= 81 +Requires: osbuild-luks2 >= 81 Requires: %{name}-dnf-json = %{version}-%{release} %description worker @@ -314,8 +300,9 @@ The worker for osbuild-composer %preun worker # systemd_preun uses systemctl disable --now which doesn't work well with template services. # See https://github.com/systemd/systemd/issues/15620 -# The following lines mimicks its behaviour by running two commands: -if [ -d /run/systemd/system ]; then +# The following lines mimicks its behaviour by running two commands. +# The scriptlet is supposed to run only when the package is being removed. +if [ $1 -eq 0 ] && [ -d /run/systemd/system ]; then # disable and stop all the worker services systemctl --no-reload disable osbuild-worker@.service osbuild-remote-worker@.service systemctl stop "osbuild-worker@*.service" "osbuild-remote-worker@*.service" @@ -329,7 +316,7 @@ fi Summary: The dnf-json binary used by osbuild-composer and the workers # Conflicts with older versions of composer that provide the same files -# this can be removed when RHEL 8 and Fedora 35 reach EOL +# this can be removed when RHEL 8 reaches EOL Conflicts: osbuild-composer <= 35 %description dnf-json @@ -338,6 +325,12 @@ The dnf-json binary used by osbuild-composer and the workers. %files dnf-json %{_libexecdir}/osbuild-composer/dnf-json +%post dnf-json +# Fix ownership of the rpmmd cache files from previous versions where it was owned by root:root +if [ -e /var/cache/osbuild-composer/rpmmd ]; then + chown -f -R --from root:root _osbuild-composer:_osbuild-composer /var/cache/osbuild-composer/rpmmd +fi + %if %{with tests} || 0%{?rhel} %package tests @@ -409,10 +402,45 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog -* Mon Oct 17 2022 Eduard Abdullin - 60-1.alma +* Wed Mar 29 2023 Eduard Abdullin - 76-1.alma - Install AlmaLinux repositories - Add AlmaLinux support +* Wed Mar 01 2023 imagebuilder-bot - 76-1 +- New upstream release +* Wed Feb 22 2023 imagebuilder-bot - 75-1 +- New upstream release + +* Wed Feb 08 2023 imagebuilder-bot - 74-1 +- New upstream release + +* Wed Jan 25 2023 imagebuilder-bot - 73-1 +- New upstream release + +* Wed Jan 11 2023 imagebuilder-bot - 72-1 +- New upstream release + +* Wed Dec 28 2022 imagebuilder-bot - 71-1 +- New upstream release + +* Wed Dec 14 2022 imagebuilder-bot - 70-1 +- New upstream release + +* Wed Nov 30 2022 imagebuilder-bot - 69-1 +- New upstream release + +* Wed Nov 16 2022 imagebuilder-bot - 68-1 +- New upstream release + +* Thu Nov 03 2022 Tomas Hozza - 67-2 +- Fix functional tests to make them pass in RHEL-9.2 gating + +* Wed Nov 02 2022 imagebuilder-bots+imagebuilder-bot@redhat.com - 67-1 +- New upstream release + +* Mon Aug 29 2022 Ondřej Budai - 62-1 +- New upstream release + * Wed Aug 24 2022 imagebuilder-bot - 60-1 - New upstream release