From 5f1b417bd2891489ddf364b4462ee43764d951d8 Mon Sep 17 00:00:00 2001 From: xh Date: Mon, 26 Aug 2024 09:19:27 +0000 Subject: [PATCH] fix build fialed for make test --- blivet-gui.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/blivet-gui.spec b/blivet-gui.spec index 72880d7..22605e3 100644 --- a/blivet-gui.spec +++ b/blivet-gui.spec @@ -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 - 2.4.2-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix build fialed for make test + * Mon Dec 18 2023 zhouyihang - 2.4.2-1 - Type:requirements - CVE:NA -- Gitee