From: Daniel P. Berrangé Date: Wed, 4 Dec 2024 08:47:35 +0000 (+0000) Subject: rpm: replace 'git' with 'git-core' X-Git-Tag: v11.0.0-rc1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300362421e4b5a5820db9f458cc514b762fc30a4;p=thirdparty%2Flibvirt.git rpm: replace 'git' with 'git-core' We don't need the full git package, git-core is sufficient and a smaller build root install. Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 901ed9c464..9c1d0a423d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -331,7 +331,7 @@ Requires: libvirt-libs = %{version}-%{release} BuildRequires: python3-docutils BuildRequires: meson >= 0.56.0 BuildRequires: ninja-build -BuildRequires: git +BuildRequires: git-core BuildRequires: perl-interpreter BuildRequires: python3 BuildRequires: python3-pytest