diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-09-05 18:38:33 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-09-05 18:38:33 +0200 |
commit | 4eae2be0d7cd8832688d38ef2cdf4a42578fbff0 (patch) | |
tree | 73c93b5db3b1ef6e09b1fb36d5e80c698944654c /mkosi.conf.d | |
parent | Merge pull request #34266 from DaanDeMeyer/fix (diff) | |
download | systemd-4eae2be0d7cd8832688d38ef2cdf4a42578fbff0.tar.xz systemd-4eae2be0d7cd8832688d38ef2cdf4a42578fbff0.zip |
mkosi: Install util-linux-script on Rawhide
It's now subpackaged so we can build images without pulling in
libutempter but we use script in the testsuite so let's install the
subpackage.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-fedora/mkosi.conf.d/rawhide.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkosi.conf.d/10-fedora/mkosi.conf.d/rawhide.conf b/mkosi.conf.d/10-fedora/mkosi.conf.d/rawhide.conf new file mode 100644 index 0000000000..f657b3dca4 --- /dev/null +++ b/mkosi.conf.d/10-fedora/mkosi.conf.d/rawhide.conf @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +Release=rawhide + +[Content] +Packages=util-linux-script |