Release 41

Resolves: rhbz#2062597

Also trigger tests in gitlab.
This commit is contained in:
Jacob Kozol 2022-09-05 16:10:48 -04:00
parent 5663f40119
commit 0d1b218f49
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/cockpit-composer-38.tar.gz
/cockpit-composer-39.tar.gz
/cockpit-composer-40.tar.gz
/cockpit-composer-41.tar.gz

View File

@ -1,5 +1,5 @@
Name: cockpit-composer
Version: 40
Version: 41
Release: 1%{?dist}
Summary: Composer GUI for use with Cockpit
@ -42,6 +42,9 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
%{_datadir}/metainfo/*
%changelog
* Mon Sep 05 2022 Jacob Kozol <jkozol@redhat.com> - 41-1
- New upstream release
* Tue Aug 23 2022 Jacob Kozol <jkozol@redhat.com> - 40-1
- New upstream release

View File

@ -1 +1 @@
SHA512 (cockpit-composer-40.tar.gz) = a2e65fe4b0c602d0c97734dd603ad8715044357a227351f21bbd90c0650d5b2b20986d7de0f9685bd368293c41cf9b8ed73aaca68ec15ef48518fe1d7bc5f2a6
SHA512 (cockpit-composer-41.tar.gz) = 5f7fe81068241dcb9097cf2703818992cda35c4c008389a89d12e64c6d64699e0c1b189382b7d185779ca9cd0c5357cd8aeae5c7bb30bdcfa0c837af134a53c6

View File

@ -16,10 +16,7 @@ if [[ $ID == rhel || $ID == centos ]] && [[ ${VERSION_ID%.*} == 8 ]] && ! rpm -q
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf config-manager --enable epel
elif [[ $ID == rhel || $ID == centos ]] && [[ ${VERSION_ID%.*} == 9 ]]; then
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
# replace the releasever 9 with 8 so that the epel repos can be found.
# taken from https://github.com/cockpit-project/cockpit
sed -i 's/$releasever/8/' /etc/yum.repos.d/epel*.repo
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf config-manager --enable epel
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