-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd463b6
commit 6dbc1f9
Showing
3 changed files
with
11 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 |
---|---|---|
|
@@ -51,6 +51,7 @@ install -d -p %{buildroot}%{_sbindir} | |
install -d -p %{buildroot}%{_datadir}/%{name} | ||
install -d -p %{buildroot}%{_datadir}/pmm-ui | ||
install -p -m 0755 bin/pmm-managed %{buildroot}%{_sbindir}/pmm-managed | ||
install -p -m 0755 bin/pmm-encryption-rotation %{buildroot}%{_sbindir}/pmm-encryption-rotation | ||
install -p -m 0755 bin/pmm-managed-init %{buildroot}%{_sbindir}/pmm-managed-init | ||
install -p -m 0755 bin/pmm-managed-starlark %{buildroot}%{_sbindir}/pmm-managed-starlark | ||
|
||
|
@@ -62,12 +63,16 @@ cp -pa ./ui/dist/. %{buildroot}%{_datadir}/pmm-ui | |
%license src/%{provider}/LICENSE | ||
%doc src/%{provider}/README.md | ||
%{_sbindir}/pmm-managed | ||
%{_sbindir}/pmm-encryption-rotation | ||
%{_sbindir}/pmm-managed-init | ||
%{_sbindir}/pmm-managed-starlark | ||
%{_datadir}/%{name} | ||
%{_datadir}/pmm-ui | ||
|
||
%changelog | ||
* Mon Sep 23 2024 Jiri Ctvrtka <[email protected]> - 3.0.0-1 | ||
- PMM-13132 add PMM encryption rotation tool | ||
|
||
* Fri Mar 22 2024 Matej Kubinec <[email protected]> - 3.0.0-1 | ||
- PMM-11231 add pmm ui | ||
|
||
|
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