fix build fialed for make test

(cherry picked from commit 5f1b417bd2891489ddf364b4462ee43764d951d8)
This commit is contained in:
xh 2024-08-26 09:19:27 +00:00 committed by openeuler-sync-bot
parent 4210b7cf0d
commit 2bc743e85b

View File

@ -1,6 +1,6 @@
Name: blivet-gui
Version: 2.4.2
Release: 1
Release: 2
Summary: Tool for data storage configuration
License: GPL-2.0-or-later
URL: https://github.com/storaged-project/blivet-gui
@ -12,7 +12,7 @@ Patch0: skip-brtfs-raid-test-if-no-support.patch
BuildArch: noarch
BuildRequires: desktop-file-utils libappstream-glib python3-devel gettext >= 0.18.3 python3-setuptools make
#required by test
BuildRequires: python3-six python3-gobject-base python3-blivet xorg-x11-server-Xvfb
BuildRequires: python3-six python3-gobject-base python3-blivet xorg-x11-server-Xvfb librsvg2
Requires: python3 python3-gobject polkit python3-blivet gtk3
Requires: PolicyKit-authentication-agent python3-pid libreport
@ -64,6 +64,12 @@ make test
%{_mandir}/man1/blivet-gui.1*
%changelog
* Mon Aug 26 2024 xinghe <xinghe2@h-partners.com> - 2.4.2-2
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:fix build fialed for make test
* Mon Dec 18 2023 zhouyihang<zhouyihang3@h-partners.com> - 2.4.2-1
- Type:requirements
- CVE:NA