[PATCH] rpm: replace 'git' with 'git-core'

Daniel P. Berrangé posted 1 patch 2 weeks, 3 days ago
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] rpm: replace 'git' with 'git-core'
Posted by Daniel P. Berrangé 2 weeks, 3 days ago
We don't need the full git package, git-core is sufficient and a smaller
build root install.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.46.0
Re: [PATCH] rpm: replace 'git' with 'git-core'
Posted by Ján Tomko 2 weeks, 3 days ago
On a Wednesday in 2024, Daniel P. Berrangé wrote:
>We don't need the full git package, git-core is sufficient and a smaller
>build root install.
>
>Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
>---
> libvirt.spec.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano