-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvements into the code, added Copyright
- Loading branch information
Showing
2 changed files
with
16 additions
and
17 deletions.
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
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Wazuh package SPEC | ||
# Copyright (C) 2015-2022, Wazuh Inc. | ||
# | ||
# This program is a free software; you can redistribute it | ||
# and/or modify it under the terms of the GNU General Public | ||
# License (version 2) as published by the FSF - Free Software | ||
# Foundation. | ||
Summary: Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring | ||
Name: wazuh-indexer | ||
Version: 4.3.0 | ||
|
@@ -117,6 +124,12 @@ rm -fr %{buildroot} | |
|
||
# ----------------------------------------------------------------------------- | ||
|
||
%changelog | ||
* Mon Jan 10 2022 support <[email protected]> - 4.3.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/ | ||
|
||
# ----------------------------------------------------------------------------- | ||
|
||
%files | ||
%defattr(-, %{USER}, %{GROUP}) | ||
%dir %attr(750, %{USER}, %{GROUP}) %{CONFIG_DIR} | ||
|
@@ -1013,10 +1026,4 @@ rm -fr %{buildroot} | |
%attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/jmods/jdk.zipfs.jmod | ||
%attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/jmods/jdk.aot.jmod | ||
%attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/jmods/jdk.jconsole.jmod | ||
%attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/jmods/java.instrument.jmod | ||
|
||
# ----------------------------------------------------------------------------- | ||
|
||
%changelog | ||
* Mon Nov 01 2021 support <[email protected]> - 4.3.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/ | ||
%attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/jmods/java.instrument.jmod |