From e6b54b54109cdb5fef0aa7028556f3ed22670f5b Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Tue, 28 Mar 2023 10:20:59 +0200 Subject: [PATCH] tmt: use url instead of dist-git-source till the later can process our https://github.com/teemtee/tmt/issues/1949 Related: rhbz#1330465 --- cockpit.spec | 5 ++++- plans/all.fmf | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cockpit.spec b/cockpit.spec index ff8b459..87cbcbf 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -50,7 +50,7 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ Version: 288.1 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source1: cockpit.css.gz @@ -678,6 +678,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Tue Mar 28 2023 Packit - 288.1-2 +- Workaround tmt issue not handling properly the sources + * Fri Mar 24 2023 Packit - 288.1-1 - Fix broken "SELinux" menu entry diff --git a/plans/all.fmf b/plans/all.fmf index 39c023f..9f7db32 100644 --- a/plans/all.fmf +++ b/plans/all.fmf @@ -1,6 +1,7 @@ discover: how: fmf - dist-git-source: true + url: https://github.com/cockpit-project/cockpit + ref: "288.1" execute: how: tmt