commit 3d18e9e2519c22a9a6404580a64c59c1d86faf21
Author: Vladimir Kozhukalov <email address hidden>
Date: Wed Aug 26 15:28:07 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:
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.
Reviewed: https:/ /review. openstack. org/217112 /git.openstack. org/cgit/ stackforge/ fuel-web/ commit/ ?id=3d18e9e2519 c22a9a6404580a6 4c59c1d86faf21
Committed: https:/
Submitter: Jenkins
Branch: master
commit 3d18e9e2519c22a 9a6404580a64c59 c1d86faf21
Author: Vladimir Kozhukalov <email address hidden>
Date: Wed Aug 26 15:28:07 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 10.20.0. 1/mirror/ ubuntu/ trusty/universe amd64
6.14. 0-2~u14. 04+mos1 0 10.20.0. 2:8080/ 2015.1. 0-7.0/ubuntu/ x86_64/
ohai:
Installed: (none)
Candidate: 6.14.0-2
Version table:
6.14.0-2 0
500 http://
Packages
500 http://
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.
Change-Id: I9326849751a861 6fcdd4e3a57297b bb0f49def50
Co-Authored-By: Alexey Sheplyakov <email address hidden>
Closes-Bug: #1488844