diff options
author | François Andriot <[email protected]> | 2017-11-12 12:21:13 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2017-11-12 12:21:13 +0100 |
commit | ad4ad03c161338dce77d4af88b34b74af6f4c4d8 (patch) | |
tree | 7c46d6f6aa986ed918bc44d9f7cfb2c6f6b5c7de /redhat/main | |
parent | 8a9f8ca470c2bb5cebff1da897fd3d4898344a49 (diff) | |
download | tde-packaging-ad4ad03c161338dce77d4af88b34b74af6f4c4d8.tar.gz tde-packaging-ad4ad03c161338dce77d4af88b34b74af6f4c4d8.zip |
RPM: update build scripts
Diffstat (limited to 'redhat/main')
-rw-r--r-- | redhat/main/tdebase/tdebase-14.0.0.spec | 1 | ||||
-rw-r--r-- | redhat/main/tdebindings/tdebindings-14.0.0.spec | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/redhat/main/tdebase/tdebase-14.0.0.spec b/redhat/main/tdebase/tdebase-14.0.0.spec index 786589e4a..632305827 100644 --- a/redhat/main/tdebase/tdebase-14.0.0.spec +++ b/redhat/main/tdebase/tdebase-14.0.0.spec @@ -483,6 +483,7 @@ BuildRequires: OpenEXR-devel # XSCREENSAVER support # RHEL 4: disabled +# RHEL 5: available in centos-extras # RHEL 6: available in EPEL # RHEL 7: available in NUX %if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} >= 5 || 0%{?suse_version} diff --git a/redhat/main/tdebindings/tdebindings-14.0.0.spec b/redhat/main/tdebindings/tdebindings-14.0.0.spec index d8c8d2b97..7e0607e73 100644 --- a/redhat/main/tdebindings/tdebindings-14.0.0.spec +++ b/redhat/main/tdebindings/tdebindings-14.0.0.spec @@ -189,7 +189,7 @@ BuildRequires: rubypick %endif %endif %endif -%if 0%{?rhel} == 5 +%if 0%{?rhel} == 5 || 0%{?rhel} == 6 %define ruby_arch %(ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]') %endif |