diff options
author | François Andriot <albator78@libertysurf.fr> | 2020-02-22 09:31:03 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2020-02-22 09:35:41 +0100 |
commit | a7eaf23fbd8b514c1d0a7a37fa51c2ce2907166a (patch) | |
tree | ba906f15a90909005f16910dc3111329690624fb /redhat/applications/koffice | |
parent | 1d773bbe28508bf5496e862383e648994f1110b2 (diff) | |
download | tde-packaging-a7eaf23fbd8b514c1d0a7a37fa51c2ce2907166a.tar.gz tde-packaging-a7eaf23fbd8b514c1d0a7a37fa51c2ce2907166a.zip |
RPM: update build scripts for RHEL8
Diffstat (limited to 'redhat/applications/koffice')
-rw-r--r-- | redhat/applications/koffice/koffice.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/koffice/koffice.spec b/redhat/applications/koffice/koffice.spec index 6525e00cb..c9cc5f878 100644 --- a/redhat/applications/koffice/koffice.spec +++ b/redhat/applications/koffice/koffice.spec @@ -720,7 +720,7 @@ Requires: %{name}-core = %{?epoch:%{epoch}:}%{version}-%{release} %if 0%{?mgaversion} || 0%{?mdkversion} Requires: fonts-ttf-dejavu %else -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 11 || 0%{?rhel} == 6 || 0%{?rhel} == 7 Requires: dejavu-lgc-sans-fonts %endif %if 0%{?fedora} >= 11 || 0%{?rhel} == 6 || 0%{?rhel} == 7 |