diff options
| author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-09-09 23:49:48 +0200 |
|---|---|---|
| committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-09-09 23:49:48 +0200 |
| commit | 10acb8e44ab368f4869b466aabde907bc2bd7ff0 (patch) | |
| tree | 8d8b30611d76689466a525d85684254885034916 | |
| parent | f53486a35ae09a75c52d274100fee4ca5cef391e (diff) | |
| download | blogc-10acb8e44ab368f4869b466aabde907bc2bd7ff0.tar.gz blogc-10acb8e44ab368f4869b466aabde907bc2bd7ff0.tar.bz2 blogc-10acb8e44ab368f4869b466aabde907bc2bd7ff0.zip | |
build: do not run tests for rhel8
| -rw-r--r-- | blogc.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 8a8b2dd..33db18d 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -56,8 +56,10 @@ blogc-runserver is a simple HTTP server to test blogc websites. %endif make %{?_smp_mflags} +%if ! 0%{?el8} %check make check +%endif %install rm -rf $RPM_BUILD_ROOT |
