conditionnaly build for fedora

This commit is contained in:
Tru Huynh (pasteur.fr) 2018-03-23 16:21:12 +01:00
parent c70a26930a
commit 4290f8e96a
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ scl enable devtoolset-3 ./clean_build.sh
%if 0%{?rhel} == 7
./clean_build.sh
%endif
%if 0%{?fedora}
./clean_build.sh
%endif
# maybe need a default if/else for non rhel target :P
%install