From 11128a732fc0bbd331cd26d3eb37e34cc35b6666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 2 Dec 2024 09:55:55 +0100 Subject: [PATCH] another release bump clean up test Related: RHEL-64018 --- tests/smoke/main.fmf | 1 + tests/smoke/test.sh | 3 +-- x3270.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/smoke/main.fmf b/tests/smoke/main.fmf index 484a4bd..7ab430e 100644 --- a/tests/smoke/main.fmf +++ b/tests/smoke/main.fmf @@ -5,4 +5,5 @@ test: ./test.sh require: - x3270 - xwayland-run + - mutter diff --git a/tests/smoke/test.sh b/tests/smoke/test.sh index c358af9..3022e7f 100755 --- a/tests/smoke/test.sh +++ b/tests/smoke/test.sh @@ -1,3 +1,2 @@ #!/bin/sh -eux - -echo -e 'Wait(3, seconds)\nQuit()' | xvfb-run -s '-screen 0 640x480x8 -extension RANDR' x3270 -script +echo -e 'Wait(3, seconds)\nQuit()' | xwfb-run -c mutter -- x3270 -script diff --git a/x3270.spec b/x3270.spec index 3882572..894e59e 100644 --- a/x3270.spec +++ b/x3270.spec @@ -4,7 +4,7 @@ Summary: An X Window System based IBM 3278/3279 terminal emulator Name: x3270 Version: 4.3ga8 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD-3-Clause AND MIT AND Apache-2.0 URL: https://x3270.miraheze.org/wiki/Main_Page Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz @@ -114,6 +114,11 @@ desktop-file-install \ %changelog +* Mon Dec 02 2024 Jakub Čajka 4.3ga8-8 +- another release bump +- clean up test +- Related: RHEL-64018 + * Fri Nov 29 2024 Jakub Čajka 4.3ga8-7 - yet one more release bump - port test