From 9d4ae425a9e4c5873441d007f25ba0094d748b53 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 10:12:10 +0800 Subject: [PATCH] Completing build dependencies to fix git command missing error --- virt-manager.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/virt-manager.spec b/virt-manager.spec index b384b17..ccd1bb4 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -1,7 +1,7 @@ %global __python %{__python3} Name: virt-manager Version: 2.1.0 -Release: 3 +Release: 4 Summary: The manage virtual machines tool which via libvirt. License: GPLv2+ BuildArch: noarch @@ -12,7 +12,7 @@ Patch0002: 0002-initrdinject-Force-added-files-to-be-owned-as-root-b.p Requires: virt-manager-common = %{version}-%{release} python3-gobject gtk3 libvirt-glib >= 0.0.9 Requires: gtk-vnc2 spice-gtk3 dconf vte291 Recommends: (libvirt-daemon-kvm or libvirt-daemon-qemu) libvirt-daemon-config-network -BuildRequires: intltool /usr/bin/pod2man python3-devel +BuildRequires: intltool /usr/bin/pod2man python3-devel git %description The virtual machine management tool uses libvirt as the management API and provides @@ -81,5 +81,8 @@ done %{_mandir}/man1/{virt-install.1*,virt-clone.1*,virt-convert.1*,virt-xml.1*} %changelog +* Mon May 31 2021 huanghaitao - 2.1.0-4 +- Completing build dependencies to fix git command missing error + * Wed Apr 22 2020 Jeffery.Gao - 2.1.0-3 - Package init