commit bd0725a9f2486d0c6a4ff14e87950466640cc9de
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 19:39:14 2023 +0100
Use new shebang macro
rpmfusion-packager.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index f915c98..e470681 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -93,6 +93,9 @@ autoreconf -i
%build
%if %{with python3}
%configure --with-python3
+%py3_shebang_fix \
+ src/rpmfusion-cert.py \
+ src/rpmfusion-packager-setup.py
%else
%configure --with-python2
%endif
Show replies by date