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
Hello Shagun,
On Sat, 2016-11-19 at 07:50 +0000, Maheshwari, Shagun wrote:
package: kde-baseapps-4.10.5-4.el7.centos.x86_64 unresolved deps: kde-runtime >= 0:4.14.8
$ grep kde-runtime kde-baseapps.spec Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
That would suggest that you have built your rpms on a system that has kde 0:4.14.8 installed. It is probably a good idea to have your build system match your production environment, so build on C7 if you deploy on C7.
Regards, Leonard.