Use python3-dogtail to replace python-dogtail

This commit is contained in:
wang_yue111 2020-09-11 18:34:14 +08:00
parent 5daf17a555
commit 0d39d27f39

View File

@ -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<wangyue92@huawei.com> - 3.28.4-3
- Use python3-dogtail to replace python-dogtail
* Fri Nov 22 2019 gulining<gulining1@huawei.com> - 3.28.4-2
- Pakcage init