tmt: use url instead of dist-git-source till the later can process our

https://github.com/teemtee/tmt/issues/1949

Related: rhbz#1330465
This commit is contained in:
Katerina Koukiou 2023-03-28 10:20:59 +02:00
parent 9158bdd8f5
commit e6b54b5410
2 changed files with 6 additions and 2 deletions

View File

@ -50,7 +50,7 @@ License: LGPL-2.1-or-later
URL: https://cockpit-project.org/ URL: https://cockpit-project.org/
Version: 288.1 Version: 288.1
Release: 1%{?dist} Release: 2%{?dist}
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
Source1: cockpit.css.gz Source1: cockpit.css.gz
@ -678,6 +678,9 @@ via PackageKit.
# The changelog is automatically generated and merged # The changelog is automatically generated and merged
%changelog %changelog
* Tue Mar 28 2023 Packit <hello@packit.dev> - 288.1-2
- Workaround tmt issue not handling properly the sources
* Fri Mar 24 2023 Packit <hello@packit.dev> - 288.1-1 * Fri Mar 24 2023 Packit <hello@packit.dev> - 288.1-1
- Fix broken "SELinux" menu entry - Fix broken "SELinux" menu entry

View File

@ -1,6 +1,7 @@
discover: discover:
how: fmf how: fmf
dist-git-source: true url: https://github.com/cockpit-project/cockpit
ref: "288.1"
execute: execute:
how: tmt how: tmt