[Libguestfs] [supermin PATCH 0/5] rpm: fix package selection w/ multilib

Pino Toscano ptoscano at redhat.com
Fri Apr 12 10:56:46 UTC 2019


This patch series fixes the way supermin sorts the list of installed
packages when resolving a name, picking the right package for the host
architecture.

Pino Toscano (5):
  rpm: do not unpack parameters
  rpm: fix version comparison
  rpm: query the RPM architecture
  rpm: fix package sorting (RHBZ#1696822)
  utils: remove unused 'compare_architecture' function

 src/librpm-c.c | 10 ++++++++++
 src/librpm.ml  |  1 +
 src/librpm.mli |  3 +++
 src/ph_rpm.ml  | 44 ++++++++++++++++++++++++++++++++++++++------
 src/utils.ml   | 27 ---------------------------
 src/utils.mli  |  3 ---
 6 files changed, 52 insertions(+), 36 deletions(-)

-- 
2.20.1




More information about the Libguestfs mailing list