Skip to content

Commit

Permalink
Fix rpmbuild warnings (#644)
Browse files Browse the repository at this point in the history
* Skipping generation of build-id files

* Fix opensearch-security yml warnings
  • Loading branch information
f-galland authored Jan 17, 2025
1 parent 6dd2e13 commit 2e5996b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion distribution/packages/src/rpm/wazuh-indexer.rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/.*"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e5996b

Please sign in to comment.