diff --git a/.gitignore b/.gitignore index 441f165..af8f235 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ SOURCES/cockpit-composer-43.tar.gz /cockpit-composer-46.tar.gz /cockpit-composer-47.tar.gz /cockpit-composer-49.tar.gz +/cockpit-composer-50.tar.gz diff --git a/cockpit-composer.spec b/cockpit-composer.spec index 638609c..1a33c49 100644 --- a/cockpit-composer.spec +++ b/cockpit-composer.spec @@ -1,5 +1,5 @@ Name: cockpit-composer -Version: 49 +Version: 50 Release: 1%{?dist} Summary: Composer GUI for use with Cockpit @@ -32,8 +32,8 @@ the cloud. It integrates into Cockpit as a frontend for osbuild. mkdir -p %{buildroot}/%{_datadir}/cockpit/composer cp -a public/* %{buildroot}/%{_datadir}/cockpit/composer mkdir -p %{buildroot}/%{_datadir}/metainfo/ -appstream-util validate-relax --nonet public/io.weldr.cockpit-composer.metainfo.xml -cp -a public/io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/ +appstream-util validate-relax --nonet public/org.image-builder.cockpit-composer.metainfo.xml +cp -a public/org.image-builder.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/ %files %doc README.md @@ -42,6 +42,9 @@ cp -a public/io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/met %{_datadir}/metainfo/* %changelog +* Mon Feb 26 2024 imagebuilder-bot - 50-1 +- New upstream release + * Mon Feb 26 2024 imagebuilder-bot - 49-1 - New upstream release diff --git a/sources b/sources index 544ddce..60cc0e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-composer-49.tar.gz) = 270da081300053aca8eed15a5b5f83dd67030c738c018c78abd62243df5a947e6b7e14ea20ea57901538028689bcb84a5500d24ed61a2b1ebba45f9d2f94b461 +SHA512 (cockpit-composer-50.tar.gz) = b78cad4c2cc70c0605311dc6a7a20cb5390d83435d564a1d8c2a9390240667ac5fdfc2cd7dd6192957bbdc5511bd307c01fe82da91a4d7b627cb683f3254c5a5 diff --git a/tests/verify.sh b/tests/verify.sh index 9b036fe..9763a91 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -17,6 +17,9 @@ if ! rpm -q chromium-headless; then # use chromium due to https://bugs.chromium.org/p/chromium/issues/detail?id=1170634 dnf install -y chromium fi +# HACK: use nodejs:18/common to avoid the default of nodejs 14, which is not available on RHEL 8 +dnf module reset nodejs +dnf module install -y nodejs:18/common # overriding osbuild-composer repo with nightly mkdir -p /etc/osbuild-composer/repositories