diff --git a/installer/host/osmc-installer.spec b/installer/host/osmc-installer.spec index cc124e9668e3..a5db1ed59352 100644 --- a/installer/host/osmc-installer.spec +++ b/installer/host/osmc-installer.spec @@ -51,15 +51,24 @@ BuildRequires: gcc-c++ %if ! 0%{?suse_version} # Common dependencies -Requires: libjpeg8 Requires: libmng -Requires: libtiff5 -Requires: libpng12-0 Requires: qt # Patch Requires: patch %endif +%if 0%{?centos_version} == 700 || 0%{?rhel_version} == 700 +Requires: libjpeg-turbo +Requires: libtiff +Requires: libpng +%else +%if ! 0%{?suse_version} +Requires: libjpeg8 +Requires: libtiff5 +Requires: libpng12-0 +%endif +%endif + # Don't make this noarch although it is just a fetch script otherwise the following wont' work: # dep_postfix macro is used to append "-32bit" to dependencies for x86_64 on openSUSE diff --git a/installer/host/qt_host_installer/qt_host_installer.pro b/installer/host/qt_host_installer/qt_host_installer.pro index 81da5e563ae8..cea51b70e82e 100644 --- a/installer/host/qt_host_installer/qt_host_installer.pro +++ b/installer/host/qt_host_installer/qt_host_installer.pro @@ -91,7 +91,7 @@ FORMS += mainwindow.ui \ extractprogress.ui \ successdialog.ui -VERSION = 1.0.1 +VERSION = 1.0.2 TRANSLATIONS = osmc.ts \ osmc_da.ts \