diff --git a/libdnf.spec b/libdnf.spec index 69b1a93c18ce2bff2ee93f4e1ba1b0d8a9c1dd60..84a0087fc567ebbc86e617ed49520a64a45b400a 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)