forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Skipping generation of build-id files * Fix opensearch-security yml warnings
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 5.0.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-5.0.0-0.html | ||
* Tue Feb 20 2025 support <[email protected]> - 4.10.2 | ||
* Thu Feb 20 2025 support <[email protected]> - 4.10.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-2.html | ||
* Tue Jan 28 2025 support <[email protected]> - 4.10.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html | ||
|