#1070 Use %global instead of %define in BRP opt-out
Merged 2 years ago by ngompa. Opened 2 years ago by churchyard.
churchyard/packaging-committee brp-global  into  master

@@ -1805,7 +1805,7 @@ 

  ....

  # Turn off Python bytecode compilation because this is a Jython

  # package and we will generate JVM bytecode instead

- %define __brp_python_bytecompile %{nil}

+ %global __brp_python_bytecompile %{nil}

  ....

  

  Any package that disables a BRP script this way MUST also note the reason in an accompanying comment. For a list of the BRP scripts run by default, on F28 and newer invoke: `+fgrep '%__brp_' /usr/lib/rpm/redhat/macros+`

Pull-Request has been merged by ngompa

2 years ago
Metadata