Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch removes document files.
Change-Id: Ic18090ab7af5f44b75c31e5f04d6a0001c3c0bf7
Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
|
|
Change-Id: Ieb9dcb6af9facf7c3c870503261cc8a702f5cf10
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug 885830.
|
|
we iterated over the wrong array, thus the rpm -> buddy link
did not work.
|
|
|
|
This allows us to auto-minimize packages that got supplemented
later on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setting this flag means that the solver will prefer picking
a package version that fits the other installed packages
over updating installed packages.
|
|
|
|
This allows us to parse files with no newlines.
|
|
|
|
|
|
Add a couple of architectures.
|
|
The Fedora rel-eng team missed ia32e, amd64, athlon, geode, ppc64iseries
and ppc64pseries.
|
|
|
|
|
|
|
|
|
|
BREAK_ORPHANS is not implemented yet
|
|
|
|
|
|
|
|
Also makes the code deal correctly with non-canonicalized
filename dependencies.
|
|
|
|
Should use less memory and be a tiny bit faster. The code is
a bit simpler as well.
|
|
|
|
makes the code only slightly slower, but helps a lot with oversized
repositories like Fedora Everything...
|
|
This is in preparation of stringify no longer patching
the str element in the kv.
|
|
|
|
We will only consider packages of the same color as update candidate.
This currently also is true for the feature rules, thus the solver
will not offer to use replacement packages of a different color.
Let's see how this works out in real life...
|
|
I don't think that this can happen the way we use the modulo
code, but I feel somewhat safer with the check in place...
|
|
|
|
Also change dumpsolv to use solv_chksum_type2str instead of printing
the internal type.
|
|
|
|
|