committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-06-17 19:40:56 +03:00
parent 63cea6f394
commit 9b764da8f5
27 changed files with 41 additions and 54 deletions

View File

@@ -1,7 +1,6 @@
config_opts['root'] = 'openmandriva-{{ releasever }}-{{ target_arch }}'
config_opts['chroot_setup_cmd'] = 'install basesystem-build'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgid}} -d {{chroothome}} {{chrootuser}}'
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
config_opts['package_manager'] = 'dnf'
config_opts['description'] = 'OpenMandriva {{ releasever }}'