Skip to content

Commit

Permalink
RPM - Support release_notes.txt in distribution ZIP [DI-358][5.4.…
Browse files Browse the repository at this point in the history
…z] (#252)

Backport of #250

In hazelcast/hazelcast-mono#3381,
`release_notes.txt` was added to the distribution `ZIP` ([further
discussion](hazelcast/hazelcast-mono#3657)).
Because the `spec` was unaware, an error was thrown:
```
Installed (but unpackaged) file(s) found: /usr/lib/hazelcast/release_notes.txt
```

Updated to explicitly install.

Fixes: [DI-358](https://hazelcast.atlassian.net/browse/DI-358)

[DI-358]:
https://hazelcast.atlassian.net/browse/DI-358?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
JackPGreen authored Dec 5, 2024
1 parent 482f356 commit 32b85b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rpm/hazelcast.spec
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ printf "\n\nUse 'hz start' or 'systemctl start hazelcast' to start the Hazelcast
%{_prefix}/lib/hazelcast/custom-lib
%{_prefix}/lib/hazelcast/lib
%{_prefix}/lib/hazelcast/licenses
%{_prefix}/lib/hazelcast/release_notes.txt
%config(noreplace) %{_prefix}/lib/hazelcast/config/*.xml
%config(noreplace) %{_prefix}/lib/hazelcast/config/*.yaml
%config(noreplace) %{_prefix}/lib/hazelcast/config/*.options
Expand Down

0 comments on commit 32b85b9

Please sign in to comment.