From 030e03321055ab0403f71aaec0c226dba4e9e0f9 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Fri, 11 Sep 2020 18:34:14 +0800 Subject: [PATCH] Use python3-dogtail to replace python-dogtail --- eog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eog.spec b/eog.spec index 3b708bc..81f5bb9 100644 --- a/eog.spec +++ b/eog.spec @@ -1,6 +1,6 @@ Name: eog Version: 3.28.4 -Release: 2 +Release: 3 Summary: A GNOME Image Viewer License: GPLv2+ and GFDL URL: https://wiki.gnome.org/Apps/EyeOfGnome @@ -25,7 +25,7 @@ Development files for eog. %package tests Summary: Usability test of the eog package Requires: %{name} = %{version}-%{release} -Requires: dogtail python3-behave +Requires: python3-dogtail python3-behave %description tests The tests package can be used to verify the Usability of the eog package. @@ -67,5 +67,8 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/eog.desktop %{_datadir}/installed-tests/ %changelog +* Fri 11 Sep 2020 wangyue - 3.28.4-3 +- Use python3-dogtail to replace python-dogtail + * Fri Nov 22 2019 gulining - 3.28.4-2 - Pakcage init -- Gitee