From: Yuval Lifshitz Date: Tue, 5 Dec 2023 18:36:20 +0000 (+0000) Subject: build/rgw/lua: remove lua-devel as a runtime dependency X-Git-Tag: v19.3.0~409^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F54789%2Fhead;p=ceph.git build/rgw/lua: remove lua-devel as a runtime dependency this is due to the fact that lua-devel cannot be installed in teuthology for rhel8 this would fail the build of some luarocks packages Fixes: https://tracker.ceph.com/issues/63672 Signed-off-by: Yuval Lifshitz --- diff --git a/ceph.spec.in b/ceph.spec.in index 3807f48280e9..047e06c24f77 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -283,7 +283,6 @@ BuildRequires: librabbitmq-devel BuildRequires: librdkafka-devel %endif %if 0%{with lua_packages} -Requires: lua-devel Requires: %{luarocks_package_name} %endif %if 0%{with make_check}