Revisions of python-kiwi

Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 74)
- Bump version: 9.11.28 → 9.11.29
  

  
- Allow to choose dracut live module
  
  There is the standard dracut dmsquash-live module based on
  the device mapper technology and the kiwi-live module based
  on the overlayfs technology. The setup of the live iso structure
  in kiwi is compatible to both modules. Thus it makes sense
  to allow to choose the technology via the flags attribute
  
  <type image="iso" ... flags="overlay|dmsquash"/>
  
  Please note both modules supports a different set of live
  features. This Fixes #568
  

  
- Bump version: 9.11.27 → 9.11.28
  

  
- Fixed ec2 and azure test builds
  
  cryptconfig is no longer provided
  

  
- Bump version: 9.11.26 → 9.11.27
buildservice-autocommit accepted request 546692 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 73)
baserev update by copy to link target
buildservice-autocommit accepted request 544423 from Marcus Schaefer's avatar Marcus Schaefer (sax2) (revision 72)
baserev update by copy to link target
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 71)
- Bump version: 9.11.23 → 9.11.24
  

  
- Fixed URL to semver.org in development guide
  

  
- Bump version: 9.11.22 → 9.11.23
  

  
- Fixed module setup for dracut-kiwi-lib
  
  lsblk tool used in code but missing in dependencies
  

  
- Fixed test-image-azure build test
  
  azurectl does not resolve because of missing AppScheduler
  but for the integration test image we also don't need azurectl
  Thus it was just deleted from the list
  

  
- Fixed test-image-azure build test
  
  pam-modules package doesn't exist anymore
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 70)
- Bump version: 9.11.21 → 9.11.22
  

  
- Fixed typo in spec file
  
  The use of the suse_version macro from the last change
  introduced a syntax error which caused the package build
  to fail in obs
  

  
- Bump version: 9.11.20 → 9.11.21
  

  
- package: Prepare for Tumbleweed moving to suse_version 1550
  

  
- Bump version: 9.11.19 → 9.11.20
  

  
- Only add package manager on image package requests (#550)
  
  If an image description only contains package requests
  from a bootstrap section but no image packages, it's not
  required to install a package manager package into the
  system
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 69)
- Bump version: 9.11.19 → 9.11.20
  
- Only add package manager on image package requests (#550)
  
  If an image description only contains package requests
  from a bootstrap section but no image packages, it's not
  required to install a package manager package into the
  system
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 68)
- Bump version: 9.11.18 → 9.11.19
  

  
- Update gfxboot.cfg for iso images
  
  Don't move down one menu entry the first time a F-key is used
  This Fixes bsc#1068790
  

  
- Adding quotes to ensure '%_dbpath' is treated as string
  

  
- Fixed ec2 integration test
  
  requirements for unneeded crash package broken
  

  
- Fixed ec2 integration test
  
  nothing provides pam-modules
  

  
- Removes the hardcoded path of the rpm database
  
  With this commit the rpmdb path is evaluated from the %_dbpath
buildservice-autocommit accepted request 541767 from Marcus Schaefer's avatar Marcus Schaefer (sax2) (revision 67)
baserev update by copy to link target
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 66)
- Bump version: 9.11.16 → 9.11.17
  

  
- Delete atftp from SLE15 boot descriptions
  
  atftp will not be part of SLE15 per fate#323633.
  This Fixes #543
  

  
- Fixed blocksize setup in losetup
  
  The -L option was used to set the blocksize value for losetup
  However there is an option name clash between suse util-linux
  and upstream which now leads to the problem that option -L
  has changed its meaning and actually means --nooverlap which
  completely breaks the call in kiwi. This patch changes the
  call to use the long form --logical-blocksize.
  This Fixes bsc#1066873
  

  
- Code cleaning and enhancing variables names
  

  
- Use usr/lib/rpm if present instead of var/lib/rpm
  
  With this commit OEM recovery tries to backup usr/lib/rpm if present,
buildservice-autocommit accepted request 538128 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 65)
baserev update by copy to link target
buildservice-autocommit accepted request 536422 from Marcus Schaefer's avatar Marcus Schaefer (sax2) (revision 64)
baserev update by copy to link target
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 63)
- Bump version: 9.11.15 → 9.11.16
  

  
- Fixed validation of isohybrid warnings
  
  The list of warning messages is evaluated line by line
  and those not matching the ignore warnings list are treated
  as errors. However if an empty line exists it did not match
  the ignore warnings list but is also not an error. This
  patch makes sure only non empty warning information has
  an effect
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 62)
- Bump version: 9.11.14 → 9.11.15
  

  
- Do not require cracklib-dict-full in boot images
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 61)
- Bump version: 9.11.13 → 9.11.14
  

  
- Cleanup SLE12 boot image descriptions
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 60)
- Bump version: 9.11.12 → 9.11.13
  

  
- Cleanup SLE boot image descriptions
  
  Don't use packages which does not exist on SLE, Fixes #523
  

  
- Improve coding style to make flake8 happy
  
  This commit includes the exact Exception class that the 'except' statement
  catches. According to the new flake8 3.5.0 version it should be explicit
  rather than implicit.
  

  
- Add OCI reference in skopeo copy call and umoci config call
  
  Skopeo, since v1.24, does no longer assume 'latest' as the default
  tag/reference and requires explicit tag or reference in skopeo
  call. In KIWI the default was only used to import the base rootfs,
  with this commit the imported container is tagged as 'base_layer'.
  The current patch works for all skopeo versions.
  

  
- Update hooks documentation
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 59)
- Bump version: 9.11.9 → 9.11.10
  
  
- Cleanup boot descriptions
  
  The still existing kiwi boot descriptions contained wrong
  information about no longer existing packages and many
  other obsolete information.
  

  
- Bump version: 9.11.8 → 9.11.9
  

  
- Prefer image packages section for bootincludes
  
  If a package is marked bootinclude prefer <packages type="image">
  section in the target XML as primary target and only if no such
  section exists put the package in the <packages type="bootstrap">
  section
  

  
- Keep NVMe drivers in the initrd
  
  Support systems with the root filesystem on a NVMe device
buildservice-autocommit accepted request 529934 from Marcus Schaefer's avatar Marcus Schaefer (sax2) (revision 58)
baserev update by copy to link target
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 57)
- Bump version: 9.11.7 → 9.11.8
  

  
- Changed permissions of /srv/tftpboot to be readable (bsc#940608)
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 56)
- Bump version: 9.11.6 → 9.11.7
  

  
- Also handle multiple error conditions
  

  
- Allow to ignore certain isohybrid warnings
  
  kiwi treates warning from isohybrid as fatal errors becuase in
  most cases they are fatal. However some of them are kind of
  historical and should be ignored like the one described here:
  http://www.syslinux.org/archives/2015-March/023306.html
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 55)
- Bump version: 9.11.5 → 9.11.6
  

  
- Make sure xz options are used with pxe tarball
  
  The tar command used in the pxe builder did not utilize threading
  and/or the xz options provided by an optional kiwi config file.
  This Fixes #507
  

  
- Move depmod into baseUpdateModuleDependencies
  
  Kernel module dependencies should be resolved after kiwi has
  called all the stripping functions and not as part of the
  baseCreateCommonKernelFile which runs before.
  This Fixes #508
  

  
- Fixed order of volume mount list
  
  re-order mount_list by mountpoint hierarchy. This is needed
  because the handling of the fullsize volume and all other
  volumes is outside of the canonical order. If the fullsize
  volume forms a nested structure together with another
  volume the volume mount list must be re-ordered to avoid
  mounting the volumes in the wrong order
Displaying revisions 181 - 200 of 254
openSUSE Build Service is sponsored by