Update to 50

This commit is contained in:
imagebuilder-bot 2024-02-26 17:35:50 +00:00 committed by root
parent 46a6ed5c2d
commit 309df8ec8a
5 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1 @@
84b3c4fe0e7e8c9b74962b643f4aedce54e923cf cockpit-composer-50.tar.gz

1
.gitignore vendored
View File

@ -50,3 +50,4 @@
/cockpit-composer-46.tar.gz
/cockpit-composer-47.tar.gz
/cockpit-composer-49.tar.gz
/cockpit-composer-50.tar.gz

View File

@ -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 <imagebuilder-bots+imagebuilder-bot@redhat.com> - 50-1
- New upstream release
* Mon Feb 26 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 49-1
- New upstream release

View File

@ -1 +1 @@
SHA512 (cockpit-composer-49.tar.gz) = 270da081300053aca8eed15a5b5f83dd67030c738c018c78abd62243df5a947e6b7e14ea20ea57901538028689bcb84a5500d24ed61a2b1ebba45f9d2f94b461
SHA512 (cockpit-composer-50.tar.gz) = b78cad4c2cc70c0605311dc6a7a20cb5390d83435d564a1d8c2a9390240667ac5fdfc2cd7dd6192957bbdc5511bd307c01fe82da91a4d7b627cb683f3254c5a5

View File

@ -21,7 +21,8 @@ elif [[ $ID == rhel || $ID == centos ]] && [[ ${VERSION_ID%.*} == 9 ]]; then
fi
# HACK: chromium-headless ought to be enough, but greater than version 88 has a crash: https://bugs.chromium.org/p/chromium/issues/detail?id=1170634
dnf install -y chromium
# HACK: use nodejs:18/common to avoid the default of nodejs 14, which is not available on RHEL 8
dnf module install -y nodejs:18/common
# Taken from https://github.com/cockpit-project/cockpit-machines/commit/6206acd32cb125d54cb17be74afb60d45504e99f#diff-8bc7fea4b1a7acd44c6a752365847e961fa72cbb68efa39ed77ca406e9a5cac4
#HACK: unbreak rhel-9-0's default choice of 999999999 rounds, see https://bugzilla.redhat.com/show_bug.cgi?id=1993919
sed -ie 's/#SHA_CRYPT_MAX_ROUNDS 5000/SHA_CRYPT_MAX_ROUNDS 5000/' /etc/login.defs