Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
re6stnet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
re6stnet
Commits
df8f8320
Commit
df8f8320
authored
Aug 10, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fedora: fix shebangs before shebang mangling
parent
308eaa7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
re6stnet.spec
re6stnet.spec
+7
-0
No files found.
re6stnet.spec
View file @
df8f8320
...
...
@@ -17,6 +17,9 @@ Requires: openvpn < 2.5
Requires: python >= 2.7
Requires: pyOpenSSL >= 0.13
Requires: python-setuptools
%if 0%{?fedora}
BuildRequires: python3-devel
%endif
Recommends: python-miniupnpc
Conflicts: re6st-node
...
...
@@ -24,6 +27,10 @@ Conflicts: re6st-node
%build
make
# Fix shebangs before Fedora's shebang mangling
%if 0%{?fedora}
pathfix.py -i %{__python3} -p -n $(grep -l -R -e "#\!.*python$")
%endif
%install
set $RPM_BUILD_ROOT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment