diff options
Diffstat (limited to 'redhat/docker/f39/rpmmacros')
-rw-r--r-- | redhat/docker/f39/rpmmacros | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/redhat/docker/f39/rpmmacros b/redhat/docker/f39/rpmmacros new file mode 100644 index 000000000..79cc08916 --- /dev/null +++ b/redhat/docker/f39/rpmmacros @@ -0,0 +1,17 @@ +%dist .fc39 +%_smp_mflags -j8 +%jobs 8 +%__brp_remove_la_files %nil +%__cmake_builddir %nil +%__cmake_in_source_build 1 +%_debugsource_packages %nil +%_debugsource_template %nil +%_fortify_level 2 +%source_date_epoch_from_changelog 0 + +# Use python3.11 instead of default python3.12 +%python python3.11 +%python3 python3.11 +%__python3 /usr/bin/python3.11 +%__python_requires %nil +%__pythondist_requires %nil |