NetworkManager/contrib/fedora
Thomas Haller 185567559c tests: fix failure installing non-existing packages in REQUIRED_PACKAGES
Previously, dnf/yum used to ignore packages that didn't exist.
In Fedora 32, dnf starts to fail the entire command:

  No match for argument: python-gobject-base
  Error: Unable to find a match: python-gobject-base

Since this script is supposed to work with different RHEL/Fedora
versions, it's expected that not all packages are available everywhere.

Fix that, by installing packages that we know that they might be missing
one by one (and ignore the error).
2019-09-25 15:47:39 +02:00
..
rpm contrib/rpm: "Suggest" wpa_supplicant for NetworkManager-wifi package 2019-09-23 13:29:12 +02:00
REQUIRED_PACKAGES tests: fix failure installing non-existing packages in REQUIRED_PACKAGES 2019-09-25 15:47:39 +02:00