From d56083baedc6823797515c37e5204af3103ab772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 5 Sep 2016 19:46:18 +0200 Subject: RPM Packaging: fix dependency to qalculate --- redhat/Makefile.r14 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'redhat/Makefile.r14') diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index b9f52d2a9..36fb72ed0 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -585,7 +585,10 @@ potracegui: tdebase $(call buildpkg,applications/potracegui) qalculate-tde: tdebase +# Do NOT build on CentOS 5, CentOS 6 +ifeq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el6*),) $(call buildpkg,applications/qalculate-tde) +endif qt4-tqt-theme-engine: tdebase # Do NOT build on CentOS 5, CentOS 6 -- cgit v1.2.1