diff --git a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec index be7b30be64e68..827dda4b458a0 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec @@ -7,6 +7,7 @@ # No build, no debuginfo %define debug_package %{nil} +%define _build_id_links none # Disable brp-java-repack-jars, so jars will not be decompressed and repackaged %define __jar_repack 0 @@ -120,6 +121,8 @@ set -- "$@" "%{_sysconfdir}/sysconfig/%{name}" set -- "$@" "%{config_dir}/log4j2.properties" set -- "$@" "%{config_dir}/jvm.options" set -- "$@" "%{config_dir}/opensearch.yml" +set -- "$@" "%{config_dir}/opensearch-security/.*\.yml" +set -- "$@" "%{config_dir}/opensearch-security/opensearch.yml.example" set -- "$@" "%{product_dir}/VERSION" set -- "$@" "%{product_dir}/plugins/opensearch-security/tools/.*\.sh" set -- "$@" "%{product_dir}/bin/.*" @@ -355,7 +358,7 @@ fi %changelog * Mon Jun 23 2025 support - 5.0.0 - More info: https://documentation.wazuh.com/current/release-notes/release-5.0.0-0.html -* Tue Feb 20 2025 support - 4.10.2 +* Thu Feb 20 2025 support - 4.10.2 - More info: https://documentation.wazuh.com/current/release-notes/release-4-10-2.html * Tue Jan 28 2025 support - 4.10.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html