Package /var/lib/booth where booth can chroot
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
c6749637d0
commit
af206bf199
12
booth.spec
12
booth.spec
@ -22,6 +22,10 @@
|
|||||||
%bcond_with html_man
|
%bcond_with html_man
|
||||||
%bcond_with glue
|
%bcond_with glue
|
||||||
|
|
||||||
|
## User and group to use for nonprivileged services (should be in sync with pacemaker)
|
||||||
|
%global uname hacluster
|
||||||
|
%global gname haclient
|
||||||
|
|
||||||
# Disable automatic compilation of Python files in extra directories
|
# Disable automatic compilation of Python files in extra directories
|
||||||
%global _python_bytecompile_extra 0
|
%global _python_bytecompile_extra 0
|
||||||
|
|
||||||
@ -57,7 +61,7 @@
|
|||||||
|
|
||||||
Name: booth
|
Name: booth
|
||||||
Version: %{boothver}
|
Version: %{boothver}
|
||||||
Release: %{boothrel}%{?dist}.1
|
Release: %{boothrel}%{?dist}.2
|
||||||
Summary: Ticket Manager for Multi-site Clusters
|
Summary: Ticket Manager for Multi-site Clusters
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://github.com/%{github_owner}/%{name}
|
Url: https://github.com/%{github_owner}/%{name}
|
||||||
@ -252,6 +256,9 @@ VERBOSE=1 make check
|
|||||||
%dir %{_sysconfdir}/booth
|
%dir %{_sysconfdir}/booth
|
||||||
%exclude %{_sysconfdir}/booth/booth.conf.example
|
%exclude %{_sysconfdir}/booth/booth.conf.example
|
||||||
|
|
||||||
|
%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/
|
||||||
|
%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/cores
|
||||||
|
|
||||||
%files arbitrator
|
%files arbitrator
|
||||||
%{_unitdir}/booth@.service
|
%{_unitdir}/booth@.service
|
||||||
%{_unitdir}/booth-arbitrator.service
|
%{_unitdir}/booth-arbitrator.service
|
||||||
@ -280,6 +287,9 @@ VERBOSE=1 make check
|
|||||||
/usr/lib/ocf/resource.d/booth/sharedrsc
|
/usr/lib/ocf/resource.d/booth/sharedrsc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.2
|
||||||
|
- Package /var/lib/booth where booth can chroot
|
||||||
|
|
||||||
* Thu May 28 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.1
|
* Thu May 28 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.1
|
||||||
- Fix test subpackage generating
|
- Fix test subpackage generating
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user