diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/cockpit-session-recording.spec b/cockpit-session-recording.spec index 9b0a049..53b550a 100644 --- a/cockpit-session-recording.spec +++ b/cockpit-session-recording.spec @@ -17,7 +17,7 @@ Name: cockpit-session-recording Version: 13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cockpit Session Recording License: LGPL-2.1-or-later URL: https://github.com/Scribery/%{name} diff --git a/plans/upstream.fmf b/plans/upstream.fmf new file mode 100644 index 0000000..9bb971d --- /dev/null +++ b/plans/upstream.fmf @@ -0,0 +1,20 @@ +discover: + how: fmf + dist-git-source: true +execute: + how: tmt + +/system: + summary: Run tests on system session-recording + discover+: + test: /test/browser/system + +/user: + summary: Run tests on user session-recording + discover+: + test: /test/browser/user + +/misc: + summary: Run other tests + discover+: + test: /test/browser/other