Skip to content

Commit

Permalink
Define spec file for RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Jan 7, 2025
1 parent 7994a87 commit d539a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Closure commonPackageConfig(String type, boolean jdk, String architecture) {
preUninstall file("${scripts}/prerm")
} else {
String scripts = "${packagingFiles}"
rpmSpec file("${scripts}/wazuh-indexer.rpm.spec")
spec file("${scripts}/wazuh-indexer.rpm.spec")
}
// if (type == 'rpm') {
// postTrans file("${scripts}/posttrans")
Expand Down

0 comments on commit d539a65

Please sign in to comment.