diff options
| author | ShelpAm <[email protected]> | 2025-01-13 23:13:27 +0800 |
|---|---|---|
| committer | ShelpAm <[email protected]> | 2025-01-13 23:21:50 +0800 |
| commit | 1bb691be244b3eb8b6d71bc6e1c2fec66eb77b22 (patch) | |
| tree | 04727a470cfd997d7f71f76161872b5906df5d94 /scripts | |
| parent | 876fc4cf4ea813f4a24c83e2aebb504fe9c22c29 (diff) | |
fix: rpmbuild introduce unneccessary "requires"
See more in the issue that this commit fixes.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rpmbuild/xmake.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index d7c4a1001..23241a554 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -1,9 +1,10 @@ %global debug_package %{nil} %define use_luajit 0 +%undefine __brp_mangle_shebangs Name: xmake Version: 2.9.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A cross-platform build utility based on Lua # Application and 3rd-party modules licensing: |
