From b0a77a53ab86b9b24a2cfb46049957d40a8c80aa Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Tue, 5 Dec 2023 18:36:20 +0000 Subject: [PATCH] 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 --- ceph.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 3807f48280e95..047e06c24f774 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} -- 2.39.5