diff --git a/libmodulemd.spec b/libmodulemd.spec index 5fd00ca3fdf1e6948bb118b964d92399028ca3e5..ab8e798e21a888b903b1eebce470935487e13f82 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,9 @@ export LC_CTYPE=C.utf8 %{python3_sitearch}/gi/overrides/ %changelog +* Fri Jan 28 2022 fuanan - 2.13.0-2 +- fix build error:Unknown options:"developer_build" + * Tue Jul 27 2021 zoulin - 2.13.0-1 - Type:requirement - ID:NA