]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
build/rgw/lua: remove lua-devel as a runtime dependency
authorYuval Lifshitz <ylifshit@redhat.com>
Tue, 5 Dec 2023 18:36:20 +0000 (18:36 +0000)
committerYuval Lifshitz <ylifshit@redhat.com>
Sun, 10 Dec 2023 08:09:35 +0000 (08:09 +0000)
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 <ylifshit@redhat.com>
ceph.spec.in

index 3807f48280e95a930355fb3c8a29230ffdbe9574..047e06c24f77470fe26210e846800b406334d66f 100644 (file)
@@ -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}