Fix hardcoded-library-path
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
f5edfe7d50
commit
3ab82c1595
13
booth.spec
13
booth.spec
@ -270,15 +270,15 @@ VERBOSE=1 make check
|
|||||||
%files site
|
%files site
|
||||||
# OCF (agent + a helper)
|
# OCF (agent + a helper)
|
||||||
## /usr/lib/ocf/resource.d/pacemaker provided by pacemaker
|
## /usr/lib/ocf/resource.d/pacemaker provided by pacemaker
|
||||||
/usr/lib/ocf/resource.d/pacemaker/booth-site
|
%{_usr}/lib/ocf/resource.d/pacemaker/booth-site
|
||||||
%dir /usr/lib/ocf/lib/booth
|
%dir %{_usr}/lib/ocf/lib/booth
|
||||||
/usr/lib/ocf/lib/booth/geo_attr.sh
|
%{_usr}/lib/ocf/lib/booth/geo_attr.sh
|
||||||
# geostore (command + OCF agent)
|
# geostore (command + OCF agent)
|
||||||
%{_sbindir}/geostore
|
%{_sbindir}/geostore
|
||||||
%{_mandir}/man8/geostore.8*
|
%{_mandir}/man8/geostore.8*
|
||||||
## /usr/lib/ocf/resource.d provided by resource-agents
|
## /usr/lib/ocf/resource.d provided by resource-agents
|
||||||
%dir /usr/lib/ocf/resource.d/booth
|
%dir %{_usr}/lib/ocf/resource.d/booth
|
||||||
/usr/lib/ocf/resource.d/booth/geostore
|
%{_usr}/lib/ocf/resource.d/booth/geostore
|
||||||
# helper (possibly used in the configuration hook)
|
# helper (possibly used in the configuration hook)
|
||||||
%dir %{_datadir}/booth
|
%dir %{_datadir}/booth
|
||||||
%{_datadir}/booth/service-runnable
|
%{_datadir}/booth/service-runnable
|
||||||
@ -288,12 +288,13 @@ VERBOSE=1 make check
|
|||||||
# /usr/share/booth provided by -site
|
# /usr/share/booth provided by -site
|
||||||
%{test_path}
|
%{test_path}
|
||||||
# /usr/lib/ocf/resource.d/booth provided by -site
|
# /usr/lib/ocf/resource.d/booth provided by -site
|
||||||
/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.3
|
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.3
|
||||||
- Add CI tests
|
- Add CI tests
|
||||||
- Enable gating
|
- Enable gating
|
||||||
|
- Fix hardcoded-library-path
|
||||||
|
|
||||||
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.2
|
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.2
|
||||||
- Package /var/lib/booth where booth can chroot
|
- Package /var/lib/booth where booth can chroot
|
||||||
|
Loading…
Reference in New Issue
Block a user