You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building lua-language-server using tito (mostly because it seems rpkg is deprecated, and doing things using spectool and rpmbuild directly is a bit of a pain). Because of this bug the build fails on Fedora 38/Rawhide, requiring a patch.
Unfortunately it seems Tito doesn't copy patch files into SOURCES unless they are also listed as a source. So if you do something like this it won't work:
I'm building lua-language-server using tito (mostly because it seems
rpkg
is deprecated, and doing things usingspectool
andrpmbuild
directly is a bit of a pain). Because of this bug the build fails on Fedora 38/Rawhide, requiring a patch.Unfortunately it seems Tito doesn't copy patch files into SOURCES unless they are also listed as a source. So if you do something like this it won't work:
However, something like this does work:
This is just using the default
tito.props
file:A real example of where I had to apply this is this spec file.
The text was updated successfully, but these errors were encountered: