Closed tpokorra closed 9 years ago
nightly Kolab package pykolab: somehow the package from Kolab:Development is installed: pykolab_0.7.11-0~kolab1_all.deb
instead of 0.7.11-99.nightly20150428 from the lbs nightly repository.
It seems to work for the nightly packages built on OBS.
dpkg --compare-versions 0.7.11-0~kolab1 lt 0.7.11-nightly20150428 && echo true shows correct ordering of the packages
dpkg --compare-versions 0.7.11-0~kolab1 lt 0.7.11-nightly20150428 && echo true
aptitude versions pykolab shows all versions.
aptitude versions pykolab
Why does it install the older package?
aptitude versions pykolab did show the answer, the last column shows the priority: 500 and 501.
lbs.solidcharity.com was not in /etc/apt/preferences.d/kolab, but obs.kolabsys.com, this was the reason
/etc/apt/preferences.d/kolab
nightly Kolab package pykolab: somehow the package from Kolab:Development is installed: pykolab_0.7.11-0~kolab1_all.deb
instead of 0.7.11-99.nightly20150428 from the lbs nightly repository.
It seems to work for the nightly packages built on OBS.
dpkg --compare-versions 0.7.11-0~kolab1 lt 0.7.11-nightly20150428 && echo true
shows correct ordering of the packagesaptitude versions pykolab
shows all versions.Why does it install the older package?