[CentOS] kde-runtime fails to install on Custom ISO due to dependency error

Sat Nov 19 07:50:04 UTC 2016
Maheshwari, Shagun <Shagun.Maheshwari at Harman.com>

Hi,

I have built successfully all the dependent packages of kde-runtime.

Following is the list of RPMs cloned and built from GIT:-

kde-runtime-4.10.5-8.el7.centos.x86_64.rpm
kde-runtime-drkonqi-4.10.5-8.el7.centos.x86_64.rpm
kde-runtime-libs-4.10.5-8.el7.centos.x86_64.rpm
kde-baseapps-4.10.5-4.el7.centos.x86_64.rpm
kde-baseapps-libs-4.10.5-4.el7.centos.x86_64.rpm

However, when we copy these RPMS to our ISO, anaconda installer fails to install due to dependency error:

package: kde-baseapps-4.10.5-4.el7.centos.x86_64
  unresolved deps:
     kde-runtime >= 0:4.14.8

On GIT kde-runtime has 4.10.5 latest version. How is it possible, to get this error, how come package is not satisfying minimum dependency ?

If i do yumdownloader for all these above RPMs, then i get following RPMs without "centos" name:-

kde-runtime-4.10.5-8.el7.x86_64.rpm
kde-runtime-drkonqi-4.10.5-8.el7.x86_64.rpm
kde-runtime-libs-4.10.5-8.el7.x86_64.rpm
kde-baseapps-4.10.5-4.el7.x86_64.rpm
kde-baseapps-libs-4.10.5-4.el7.x86_64.rpm

If i copy paste above RPMS to my custom ISO, then anaconda successfully installs these packages, without any errors.

Regards,
Shagun