From 674f8819202c4e57b66050d47e1b96b4f7c3fd80 Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Wed, 22 Jun 2022 10:02:15 +0800 Subject: [PATCH] fix build error:Unknow options:developer_build (cherry picked from commit 909c39e927280dbfd02a68b8199ed50e9f754ac0) --- libmodulemd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index 5fd00ca..495f813 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -2,7 +2,7 @@ # and made some modifications. Name: libmodulemd Version: 2.13.0 -Release: 1 +Release: 2 Summary: C Library for manipulating module metadata files License: MIT URL: https://github.com/fedora-modularity/libmodulemd @@ -40,7 +40,7 @@ python3 bindings for %{name} %build -%meson -Ddeveloper_build=false -Dwith_py2=false +%meson -Dwith_py2=false %meson_build @@ -81,6 +81,12 @@ export LC_CTYPE=C.utf8 %{python3_sitearch}/gi/overrides/ %changelog +* Wed Jun 22 2022 fuanan - 2.13.0-2 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:fix build error:Unknow options:"developer_build" + * Tue Jul 27 2021 zoulin - 2.13.0-1 - Type:requirement - ID:NA -- Gitee