Completing build dependencies to fix git command missing error

This commit is contained in:
hht8 2021-06-07 10:12:10 +08:00
parent 10ab5cd304
commit 9d4ae425a9

View File

@ -1,7 +1,7 @@
%global __python %{__python3} %global __python %{__python3}
Name: virt-manager Name: virt-manager
Version: 2.1.0 Version: 2.1.0
Release: 3 Release: 4
Summary: The manage virtual machines tool which via libvirt. Summary: The manage virtual machines tool which via libvirt.
License: GPLv2+ License: GPLv2+
BuildArch: noarch 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: virt-manager-common = %{version}-%{release} python3-gobject gtk3 libvirt-glib >= 0.0.9
Requires: gtk-vnc2 spice-gtk3 dconf vte291 Requires: gtk-vnc2 spice-gtk3 dconf vte291
Recommends: (libvirt-daemon-kvm or libvirt-daemon-qemu) libvirt-daemon-config-network 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 %description
The virtual machine management tool uses libvirt as the management API and provides 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*} %{_mandir}/man1/{virt-install.1*,virt-clone.1*,virt-convert.1*,virt-xml.1*}
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.1.0-4
- Completing build dependencies to fix git command missing error
* Wed Apr 22 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.1.0-3 * Wed Apr 22 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.1.0-3
- Package init - Package init