]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Change how pool_setarch deals with unknown architectures
authorMichael Schroeder <mls@suse.de>
Fri, 6 May 2016 09:50:46 +0000 (11:50 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 6 May 2016 09:50:46 +0000 (11:50 +0200)
commitaea953a42d99399938eb6c98a220310aa438c376
tree1842fa88dc4219162b3576f3d12985848a849403
parente48fbd2121efa59911b87c070125e3f774a1bd55
Change how pool_setarch deals with unknown architectures

Before this commit, pool_setarch switched to a "" policy for
unknown architectures, i.e. no non-noarch package could be
installed. After this change, we allow packages of the provided
arch string.

Because of this, we also can delete all dummy policies from
the archpolicies array.
src/poolarch.c