Skip to content

Commit

Permalink
config: Fix dist value for openSUSE Leap 15.4
Browse files Browse the repository at this point in the history
One small bit leftover from Leap 15.3 -> 15.4 adaptation

Fixes: 0d4dca7
  • Loading branch information
Conan-Kudo committed Jun 10, 2022
1 parent ae1ebde commit 20785a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config_opts['chroot_setup_cmd'] = 'install patterns-devel-base-devel_rpm_build'
config_opts['dist'] = 'suse.lp153' # only useful for --resultdir variable subst
config_opts['dist'] = 'suse.lp154' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgid}} -d {{chroothome}} {{chrootuser}}'
config_opts['releasever'] = '15.4'
Expand Down

0 comments on commit 20785a7

Please sign in to comment.