From 0d1b218f49c3eaeab54c8a8f1b41a9597a028853 Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Mon, 5 Sep 2022 16:10:48 -0400 Subject: [PATCH] Release 41 Resolves: rhbz#2062597 Also trigger tests in gitlab. --- .gitignore | 1 + cockpit-composer.spec | 5 ++++- sources | 2 +- tests/verify.sh | 5 +---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index bb2368d..1ebf1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /cockpit-composer-38.tar.gz /cockpit-composer-39.tar.gz /cockpit-composer-40.tar.gz +/cockpit-composer-41.tar.gz diff --git a/cockpit-composer.spec b/cockpit-composer.spec index 61f1bf9..c159e69 100644 --- a/cockpit-composer.spec +++ b/cockpit-composer.spec @@ -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 - 41-1 +- New upstream release + * Tue Aug 23 2022 Jacob Kozol - 40-1 - New upstream release diff --git a/sources b/sources index 55087be..ba1369a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-composer-40.tar.gz) = a2e65fe4b0c602d0c97734dd603ad8715044357a227351f21bbd90c0650d5b2b20986d7de0f9685bd368293c41cf9b8ed73aaca68ec15ef48518fe1d7bc5f2a6 +SHA512 (cockpit-composer-41.tar.gz) = 5f7fe81068241dcb9097cf2703818992cda35c4c008389a89d12e64c6d64699e0c1b189382b7d185779ca9cd0c5357cd8aeae5c7bb30bdcfa0c837af134a53c6 diff --git a/tests/verify.sh b/tests/verify.sh index 931e440..93b149e 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -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