Comment 7 for bug 1488844

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-agent (master)

Reviewed: https://review.openstack.org/217108
Committed: https://git.openstack.org/cgit/stackforge/fuel-agent/commit/?id=bf324e8f3981b050e89f710ab64411ef0d60ff04
Submitter: Jenkins
Branch: master

commit bf324e8f3981b050e89f710ab64411ef0d60ff04
Author: Alexey Sheplyakov <email address hidden>
Date: Wed Aug 26 14:48:23 2015 +0300

    Fix pinning rules so a package from main can override the one from universe

    Current pinning rules don't match packages from the `universe' section.
    As a result a customized MOS package (which always resides in the `main'
    section) has lower priority than its Ubuntu counterpart:

     # apt-cache policy ohai
     ohai:
       Installed: (none)
       Candidate: 6.14.0-2
       Version table:
          6.14.0-2 0
             500 http://10.20.0.1/mirror/ubuntu/ trusty/universe amd64 Packages
          6.14.0-2~u14.04+mos1 0
             500 http://10.20.0.2:8080/2015.1.0-7.0/ubuntu/x86_64/ mos7.0/main amd64 Packages

    As a result the original version of package (shipped with Ubuntu) gets
    installed into the IBP image which might reintroduce bugs fixed by
    patched packages and/or break features which require customized
    packages.

    Closes-Bug: #1488844
    Change-Id: I655b34bf0de80d26ba3f8c25fbb6b17bbaefc076