My guess is you probably didn't disable yum update repo when you installed the conary deps. It pulled in upstream packages not in the group-os yet
So fedora has repo for the release. And a repo for the updates when you are first installing conary deps (before conary is installed) you need to turn the updates repo off that way yum won't pull any updates in before you get conary on the box. fedora ships with the /etc/yum.repos.d/fedora-updates.repo on so first time you try to install anything it pulls it from the updates repo since our groups are behind that when you try to update with conary you end up down leveling pkgs so we use sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-updates.repo to disable the updates repo before starting Once conary is installed yum shouldn't matter anymore Sorry if this is confusing... -- Brett C. Smith [email protected] Sr Software Developer Platform Deployment Technologies (919)531-6635 -- x16635 ________________________________________ From: Foresight-devel <[email protected]> on behalf of Tomas Forsman <[email protected]> Sent: Monday, September 1, 2014 12:01 PM To: Foresight Linux Development Subject: [Foresight-devel] Re: Minimal installation fails with sync About popt issue, it gets downgraded to version 1.13 was 1.16 That's why the issue appears with popt. //Tomas Forsman Skickat från min Sony Xperia™-smartphone _______________________________________________ Foresight-devel mailing list [email protected] https://lists.foresightlinux.org/mailman/listinfo/foresight-devel
