Skip to content

Commit

Permalink
mkosi: add back system-packages used by build-recipe directly (#1058)
Browse files Browse the repository at this point in the history
The previous commit was a bit too zealous in dropping system-packages.
Add back those that are used directly by the obs-build build-recipe-mkosi
as the mkosi packages in the distros won't necessarily use them and
thus depend on them directly.

Follow-up for 69e46e7
  • Loading branch information
bluca authored Feb 25, 2025
1 parent cd69faa commit e32111a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ my %subst_defaults = (
'apt-utils', 'cpio', 'dpkg-dev', 'live-build', 'lsb-release', 'tar',
],
'system-packages:mkosi:rpm' => [
'mkosi',
'mkosi', 'createrepo', 'gzip',
],
'system-packages:mkosi:deb' => [
'mkosi',
'mkosi', 'dpkg-dev', 'lsb-release', 'gzip',
],
'system-packages:mkosi:arch' => [
'mkosi',
'mkosi', 'arch-install-scripts', 'gzip',
],
'system-packages:mock' => [
'mock', 'system-packages:repo-creation',
Expand Down

0 comments on commit e32111a

Please sign in to comment.