Compare commits

...

3 Commits

Author SHA1 Message Date
imagebuilder-bot 309df8ec8a Update to 50 2024-02-27 01:22:00 +00:00
imagebuilder-bot 46a6ed5c2d Update to 49
Resolves: RHEL-1035
2024-02-26 14:04:35 +00:00
imagebuilder-bot 4caa8ef138 Update to 47
Resolves: rhbz#2174847
2023-08-28 22:04:37 +00:00
5 changed files with 19 additions and 5 deletions

View File

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

3
.gitignore vendored
View File

@ -48,3 +48,6 @@
/cockpit-composer-44.tar.gz
/cockpit-composer-45.tar.gz
/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: 46
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,15 @@ 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
* Mon Aug 28 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 47-1
- New upstream release
* Fri Aug 25 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 46-1
- New upstream release

View File

@ -1 +1 @@
SHA512 (cockpit-composer-46.tar.gz) = d4944478f1f536ccf266d70ccb003bbad6011daff8fb90ab93ea38f1adb7949174e7623c87eeadef16cb7eb33c530879d4678e83b51c9a1a369fd5c5c86f0342
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