diff options
author | François Andriot <[email protected]> | 2019-11-06 18:28:25 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2019-11-19 15:07:26 +0100 |
commit | 18cafac14a063cb54c8ed6afc64e87b929c957ee (patch) | |
tree | 06fc16c044727989b00efaf3b5403268c632006c /redhat/main/tdepim | |
parent | 26d469b405d902b6ba50ae7bf45b940cc6c9d57e (diff) | |
download | tde-packaging-18cafac14a063cb54c8ed6afc64e87b929c957ee.tar.gz tde-packaging-18cafac14a063cb54c8ed6afc64e87b929c957ee.zip |
RPM: various fixes to build on CentOS 8
Diffstat (limited to 'redhat/main/tdepim')
-rw-r--r-- | redhat/main/tdepim/tdepim.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/main/tdepim/tdepim.spec b/redhat/main/tdepim/tdepim.spec index 5a22f1ed3..35b3e3b76 100644 --- a/redhat/main/tdepim/tdepim.spec +++ b/redhat/main/tdepim/tdepim.spec @@ -144,7 +144,7 @@ BuildRequires: libXcomposite-devel # RHEL 4: disabled # RHEL 6: available in EPEL # RHEL 7: available in NUX -%if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} >= 5 || 0%{?suse_version} +%if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} == 5 || 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?suse_version} %define with_xscreensaver 1 %if 0%{?fedora} || 0%{?rhel} >= 5 |