We've always strived to keep entries sorted in a way that reflects
the order in which they're actually processed, with entries that
have the same priority being sorted alphabetically, however a few
mistakes have managed to sneak into the file over time. Fix them.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
Pushed as trivial.
guests/vars/mappings.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 1d8d1e0..14bf2ff 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -348,8 +348,8 @@ mappings:
libgovirt:
rpm: libgovirt-devel
- CentOS8:
Debian: libgovirt-dev
+ CentOS8:
cross-policy-deb: foreign
libiscsi:
@@ -370,9 +370,9 @@ mappings:
libnuma:
deb: libnuma-dev
rpm: numactl-devel
+ OpenSUSE: libnuma-devel
armv6l-deb:
armv7l-deb:
- OpenSUSE: libnuma-devel
cross-policy-deb: foreign
libparted:
@@ -468,9 +468,9 @@ mappings:
locales:
deb: locales
rpm: glibc-langpack-en
- CentOS7: glibc-common
FreeBSD:
OpenSUSE: glibc-locale
+ CentOS7: glibc-common
lsof:
default: lsof
@@ -849,8 +849,8 @@ mappings:
python3-docutils:
default: python3-docutils
- CentOS7: python36-docutils
FreeBSD: py37-docutils
+ CentOS7: python36-docutils
python3:
default: python3
@@ -930,8 +930,8 @@ mappings:
rpcgen:
deb: libc-dev-bin
rpm: rpcgen
- CentOS7: glibc-common
FreeBSD:
+ CentOS7: glibc-common
rpmbuild:
rpm: rpm-build
@@ -975,8 +975,8 @@ mappings:
tc:
deb: iproute2
rpm: iproute-tc
- CentOS7: iproute
OpenSUSE: iproute2
+ CentOS7: iproute
unzip:
default: unzip
@@ -1005,9 +1005,9 @@ mappings:
xen:
rpm: xen-devel
CentOS:
- x86_64-deb: libxen-dev
- armv7l-deb: libxen-dev
aarch64-deb: libxen-dev
+ armv7l-deb: libxen-dev
+ x86_64-deb: libxen-dev
cross-policy-deb: foreign
xfsprogs:
--
2.24.1
Show replies by date