forked from pool/lua-luarepl
Accepting request 1204231 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/1204231 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luarepl?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 12:17:35 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Fix rpmlint "file-contains-buildroot" error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
|
@@ -71,7 +71,7 @@ sed -i -r '1s/env (lua)/\1%{lua_version}/' rep.lua
|
||||
%luarocks_install *.rock
|
||||
|
||||
# Version the rep.lua file
|
||||
sed -i -r -e "s#%{buildroot}##" -e "s#(/bin/rep.lua)#\1-%{lua_version}#" \
|
||||
sed -i -r -e "s#%{buildroot}##g" -e "s#(/bin/rep.lua)#\1-%{lua_version}#" \
|
||||
"%{buildroot}/usr/bin/rep.lua"
|
||||
mv %{buildroot}%{_bindir}/rep.lua{,-%{lua_version}}
|
||||
|
||||
|
Reference in New Issue
Block a user