summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-28 12:10:12 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-28 16:15:42 +0200
commit3e09a3eac20423cae5e596e72a4fc40b6ce454e6 (patch)
treef03b4ad36654c0d4bd62d327d448c767aae570b6
parentmkosi: Always specify _sourcedir as an absolute path (diff)
downloadsystemd-3e09a3eac20423cae5e596e72a4fc40b6ce454e6.tar.xz
systemd-3e09a3eac20423cae5e596e72a4fc40b6ce454e6.zip
mkosi: Include noarch in dnf repoquery architectures
ukify is noarch so we should include noarch to get all results.
-rwxr-xr-xmkosi.conf.d/10-centos-fedora/mkosi.prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf.d/10-centos-fedora/mkosi.prepare b/mkosi.conf.d/10-centos-fedora/mkosi.prepare
index 5729062953..9e74aabae2 100755
--- a/mkosi.conf.d/10-centos-fedora/mkosi.prepare
+++ b/mkosi.conf.d/10-centos-fedora/mkosi.prepare
@@ -12,7 +12,7 @@ for DEPS in --requires --recommends --suggests; do
# We need --latest-limit=1 to only consider the newest version of the packages.
# --latest-limit=1 is per <name>.<arch> so we have to pass --arch= explicitly to make sure i686 packages
# are not considered on x86-64.
- dnf repoquery --arch="$DISTRIBUTION_ARCHITECTURE" --latest-limit=1 --quiet "$DEPS" "${PACKAGES[@]}" |
+ dnf repoquery --arch="$DISTRIBUTION_ARCHITECTURE,noarch" --latest-limit=1 --quiet "$DEPS" "${PACKAGES[@]}" |
grep --invert-match --regexp systemd --regexp udev --regexp /bin/sh --regexp grubby --regexp sdubby --regexp libcurl-minimal |
sort --unique |
xargs --delimiter '\n' --no-run-if-empty mkosi-install