diff options
author | Luca Boccassi <bluca@debian.org> | 2024-08-28 18:17:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 18:17:12 +0200 |
commit | 4b54da2e3767549cc6e3e77d0f05c15e27b61486 (patch) | |
tree | 21aff8f869d4819f8996508bc56006cd4a79d595 /mkosi.conf.d | |
parent | nspawn: propagate SSH authorized keys when binding user into contaier via --b... (diff) | |
parent | mkosi: update debian commit reference (diff) | |
download | systemd-4b54da2e3767549cc6e3e77d0f05c15e27b61486.tar.xz systemd-4b54da2e3767549cc6e3e77d0f05c15e27b61486.zip |
Merge pull request #34142 from DaanDeMeyer/update-distributions
mkosi: Update distribution packaging commits
Diffstat (limited to 'mkosi.conf.d')
-rwxr-xr-x | mkosi.conf.d/10-centos-fedora/mkosi.prepare | 2 |
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 |