From 7a5c3ae6b23c3fccb5105756c7e2172bd30b45b4 Mon Sep 17 00:00:00 2001 From: songmingliang Date: Wed, 18 May 2022 15:57:12 +0800 Subject: [PATCH] build: add BuildRequires git --- libdnf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libdnf.spec b/libdnf.spec index 69b1a93..84a0087 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %global libsolv_version 0.7.17 %global libmodulemd_version 2.11.2-2 %global librepo_version 1.13.1 @@ -91,6 +91,7 @@ Patch26: 0026-Update-translations-RhBug-2017272.patch Patch1000: 1000-anolis-fix-platform-compatibility.patch +BuildRequires: git BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -334,6 +335,9 @@ popd %endif %changelog +* Wed May 18 2022 songmingliang - 0.63.0-8.0.2 +- build: add BuildRequires git + * Wed May 18 2022 Liu Xiaoping - 0.63.0-8.0.1 - Disable rhsm support in Anolis (geliwei@openanolis.org) - rebrand: fix platform compatibility (geliwei@openanolis.org) -- Gitee