1.1.13-2.rev12: (tentatively) enable test in %check scriptlet
(Partly adopted from another spec) Signed-off-by: Jan Pokorný <jpokorny@redhat.com> Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
f90a0e15b1
commit
a261b17ec3
@ -2,7 +2,7 @@
|
|||||||
%global uname hacluster
|
%global uname hacluster
|
||||||
%global pcmk_docdir %{_docdir}/%{name}
|
%global pcmk_docdir %{_docdir}/%{name}
|
||||||
|
|
||||||
%global specversion 2.rev11
|
%global specversion 2.rev12
|
||||||
%global commit 6052cd16c2f455809f8088af76ce86483bf98353
|
%global commit 6052cd16c2f455809f8088af76ce86483bf98353
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global github_owner ClusterLabs
|
%global github_owner ClusterLabs
|
||||||
@ -239,6 +239,10 @@ docdir=%{pcmk_docdir} %{configure} \
|
|||||||
|
|
||||||
make %{_smp_mflags} V=1 docdir=%{pcmk_docdir} all
|
make %{_smp_mflags} V=1 docdir=%{pcmk_docdir} all
|
||||||
|
|
||||||
|
%check
|
||||||
|
# Prevent false positives in rpmlint
|
||||||
|
./BasicSanity.sh -V pengine cli 2>&1 | sed s/[fF]ail/faiil/g
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make DESTDIR=%{buildroot} docdir=%{pcmk_docdir} V=1 install
|
make DESTDIR=%{buildroot} docdir=%{pcmk_docdir} V=1 install
|
||||||
|
Loading…
Reference in New Issue
Block a user