Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update booth.spec
Tried to compile on RHEL6.5 without success due to bad path on lines 80-81, and extra files in BUILDROOT.  Extra files was resolved by adding references to %files section.
  • Loading branch information
Ferritt1975 committed Jul 18, 2014
commit d35b56b932a059467d76092217033d2d7528df12
7 changes: 5 additions & 2 deletions booth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ cp -a conf/[email protected] %{buildroot}/usr/lib/systemd/system/[email protected]

mkdir -p %{buildroot}/%{test_path}
cp -a unit-tests/ script/unit-test.py test conf %{buildroot}/%{test_path}/
chmod +x %{buildroot}/%{test_path}/booth_path
chmod +x %{buildroot}/%{test_path}/live_test.sh
chmod +x %{buildroot}/%{test_path}/test/booth_path
chmod +x %{buildroot}/%{test_path}/test/live_test.sh

mkdir -p %{buildroot}/%{test_path}/src/
ln -s %{_sbindir}/boothd %{buildroot}/%{test_path}/src/
Expand All @@ -94,6 +94,9 @@ rm -rf %{buildroot}
%{_initrddir}/booth-arbitrator
%{_mandir}/man8/booth.8.gz
%{_mandir}/man8/boothd.8.gz
%{_datadir}/doc/booth/README
%{_datadir}/doc/booth/COPYING
%{_datadir}/doc/booth/boothd.8.html
%dir /usr/lib/ocf
%dir /usr/lib/ocf/resource.d
%dir /usr/lib/ocf/resource.d/pacemaker
Expand Down