#42 Prepare spec for multiple flags in %py3_shebang_flags
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-sphinx py3_shebang_flags_sed  into  rawhide

file modified
+1 -1
@@ -6,7 +6,7 @@ 

  

  # Unset -s on python shebang to allow RPM-installed sphinx to be used

  # with user-installed modules (#1903763)

- %global py3_shebang_flags %nil

+ %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)

  

  # No internet in Koji

  %bcond_with internet

See the relevant change of packaging guidelines:
https://pagure.io/packaging-committee/pull-request/1165

tl;dr If we ever add more flags, we want to remove s here, not all flags.

Warning: This PR was opened to 11 packages en masse without a testing mock build. Don't merge it willy-nilly, I plan to wait for the CI build to finish and verify the shebang myself.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Pull-Request has been merged by churchyard

2 years ago
Metadata