Debugging rpm generation incompatibility with EL7 binaries

This commit is contained in:
Enrique Martin 2023-09-28 10:42:39 +02:00
parent 59024fa846
commit 4e6bb65790
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#
# Pandora FMS Console
#
%global _missing_build_ids_terminate_build 0
%define __strip /bin/true
%define debug_package %{nil}
%define name pandorafms_console
%define version 7.0NG.773.3
%define release 230928

View File

@ -2,6 +2,9 @@
# Pandora FMS Server
#
%global __os_install_post %{nil}
%global _missing_build_ids_terminate_build 0
%define __strip /bin/true
%define debug_package %{nil}
%define name pandorafms_server
%define version 7.0NG.773.3
%define release 230928