From ed38535dc7ce69ffa19ebc26bdcff97d130fcf93 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Mar 2024 19:53:35 +0000 Subject: [PATCH] import CS ibus-table-1.9.18-8.el8 --- SPECS/ibus-table.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/SPECS/ibus-table.spec b/SPECS/ibus-table.spec index 5996bc2..9879115 100644 --- a/SPECS/ibus-table.spec +++ b/SPECS/ibus-table.spec @@ -1,6 +1,6 @@ Name: ibus-table Version: 1.9.18 -Release: 6%{?dist} +Release: 8%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ Group: System Environment/Libraries @@ -11,7 +11,6 @@ Patch1: add-a-gui-test.patch Patch2: use-config-not-gsettings-for-gui-test.patch Patch3: fix-test-cases-for-old-ibus-table.patch Requires: ibus > 1.3.0 -Requires: python(abi) >= 3.3 Requires: %{__python3} BuildRequires: ibus-devel > 1.3.0 BuildRequires: python3-devel @@ -78,8 +77,8 @@ export PYTHON=%{__python3} appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml pushd engine # run doctests - python3 table.py - python3 it_util.py + %{__python3} table.py + %{__python3} it_util.py popd export DISPLAY=:1 Xvfb $DISPLAY -screen 0 1024x768x16 & @@ -136,6 +135,14 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Tue Oct 10 2023 Mike FABIAN - 1.9.18-8 +- Fix unit tests, bump release number for new build + Resolves: RHEL-2236 + +* Thu Sep 21 2023 Mike FABIAN - 1.9.18-7 +- Fix requirements of Python 3 + Resolves: RHEL-2236 + * Tue Feb 16 2021 Mike FABIAN - 1.9.18-6 - Fix a covscan error - Related: rhbz#1929102