We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4880aa5 commit f418d32Copy full SHA for f418d32
rpm/sqlpage.spec
@@ -7,6 +7,9 @@ License: MIT
7
URL: https://sql-page.com
8
Source0: https://github.com/sqlpage/SQLPage/archive/v%{version}.tar.gz
9
10
+# Disable automatic shebang mangling - Rust source files use #! for attributes, not shebangs
11
+%undefine __brp_mangle_shebangs
12
+
13
BuildRequires: rust >= 1.70
14
BuildRequires: cargo >= 1.70
15
BuildRequires: openssl-devel
0 commit comments