-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-5551 build: Install into CONF_DIR (#4635)
There are a few remnants of files being installed into $PREFIX/etc. Move them to CONF_DIR. Signed-off-by: Brian J. Murrell <[email protected]>
- Loading branch information
1 parent
a771e61
commit 13375a5
Showing
10 changed files
with
22 additions
and
21 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
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
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
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
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 |
---|---|---|
|
@@ -237,7 +237,7 @@ mkdir -p %{?buildroot}/%{_unitdir} | |
install -m 644 utils/systemd/%{server_svc_name} %{?buildroot}/%{_unitdir} | ||
install -m 644 utils/systemd/%{agent_svc_name} %{?buildroot}/%{_unitdir} | ||
mkdir -p %{?buildroot}/%{conf_dir}/certs/clients | ||
mv %{?buildroot}/%{_prefix}/etc/bash_completion.d %{?buildroot}/%{_sysconfdir} | ||
mv %{?buildroot}/%{_sysconfdir}/daos/bash_completion.d %{?buildroot}/%{_sysconfdir} | ||
|
||
%pre server | ||
getent group daos_metrics >/dev/null || groupadd -r daos_metrics | ||
|
@@ -279,9 +279,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
%{_libdir}/libvos.so | ||
%{_libdir}/libcart* | ||
%{_libdir}/libgurt* | ||
%{_prefix}/%{_sysconfdir}/memcheck-cart.supp | ||
%dir %{_prefix}%{_sysconfdir} | ||
%{_prefix}%{_sysconfdir}/vos_size_input.yaml | ||
%{_sysconfdir}/daos/memcheck-cart.supp | ||
%dir %{_sysconfdir}/daos | ||
%{_sysconfdir}/daos/vos_size_input.yaml | ||
%dir %{_sysconfdir}/bash_completion.d | ||
%{_sysconfdir}/bash_completion.d/daos.bash | ||
%{_libdir}/libdaos_common.so | ||
|
@@ -400,7 +400,7 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
%{_bindir}/daos_run_io_conf | ||
%{_bindir}/crt_launch | ||
%{_bindir}/daos_metrics | ||
%{_prefix}/etc/fault-inject-cart.yaml | ||
%{_sysconfdir}/daos/fault-inject-cart.yaml | ||
%{_bindir}/fault_status | ||
# For avocado tests | ||
%{_prefix}/lib/daos/.build_vars.json | ||
|
@@ -418,7 +418,7 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
* Tue Feb 9 2021 Vish Venkatesan <[email protected]> 1.1.2.1-11 | ||
- Add new pmem specific version of DAOS common library | ||
|
||
* Fri Feb 6 2021 Saurabh Tandan <[email protected]> 1.1.2.1-10 | ||
* Fri Feb 5 2021 Saurabh Tandan <[email protected]> 1.1.2.1-10 | ||
- Added dbench as requirement for test package. | ||
|
||
* Wed Feb 3 2021 Hua Kuang <[email protected]> 1.1.2.1-9 | ||
|