From a5d1f4cda7d9d3cfdb0b7dd5cebb2562fd71cdd283fbaadaf24e37477cfd412a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Jan 2023 21:13:39 +0000 Subject: [PATCH] Accepting request 1060913 from home:michals:branches:devel:languages:lua - Fix unowned %{lua_incdir} directory. - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1060913 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luasocket?expand=0&rev=28 --- lua-luasocket.changes | 10 ++++++++++ lua-luasocket.spec | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lua-luasocket.changes b/lua-luasocket.changes index 6b54e74..ea57f4f 100644 --- a/lua-luasocket.changes +++ b/lua-luasocket.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 25 12:30:17 UTC 2023 - Michal Suchanek + +- Fix unowned %{lua_incdir} directory. + +------------------------------------------------------------------- +Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Sat Aug 20 17:43:12 UTC 2022 - Gordon Leung diff --git a/lua-luasocket.spec b/lua-luasocket.spec index eb858a5..91376cf 100644 --- a/lua-luasocket.spec +++ b/lua-luasocket.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ URL: https://github.com/lunarmodules/luasocket Source: %{mod_name}-%{version}.tar.xz Patch0: luasocket-makefile.patch BuildRequires: %{flavor}-devel +BuildRequires: lua-macros Requires: %{flavor} %lua_provides %lua_provides -e @@ -90,6 +91,7 @@ install -p -m 0644 src/*.h %{buildroot}%{lua_incdir} %{lua_noarchdir}/socket/ %files devel +%dir %{lua_incdir} %{lua_incdir}/*.h %files doc