Skip to content

Commit

Permalink
Merge pull request xmake-io#6074 from ShelpAm/fix-rpmbuild
Browse files Browse the repository at this point in the history
fix: rpmbuild introduces unneccessary "requires"
  • Loading branch information
waruqi authored Jan 13, 2025
2 parents 876fc4c + 1bb691b commit 23695b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/rpmbuild/xmake.spec
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 23695b4

Please sign in to comment.