summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-02 22:47:52 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-08-02 22:47:55 +0200
commitf38aac5e01990d913b005aee0ac2b8cfb4a57309 (patch)
tree3d06f2dbe4058eb230c4bcc0413b474b967483ef /mkosi.conf.d
parentman: fix typo (diff)
downloadsystemd-f38aac5e01990d913b005aee0ac2b8cfb4a57309.tar.xz
systemd-f38aac5e01990d913b005aee0ac2b8cfb4a57309.zip
mkosi: fix typo
Follow-up for 7205fc7dc31eb2be3075ee6ba23ebe84324aa5cb.
Diffstat (limited to 'mkosi.conf.d')
-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 2a890bcada..5729062953 100755
--- a/mkosi.conf.d/10-centos-fedora/mkosi.prepare
+++ b/mkosi.conf.d/10-centos-fedora/mkosi.prepare
@@ -11,7 +11,7 @@ mapfile -t PACKAGES < <(jq --raw-output .VolatilePackages[] <"$MKOSI_CONFIG")
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 considerd on x86-64.
+ # are not considered on x86-64.
dnf repoquery --arch="$DISTRIBUTION_ARCHITECTURE" --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 |