Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kiwi-image-docker-requires-1.2.0-2.51 RPM for x86_64

From OpenSuSE Leap 15.4 for x86_64

Name: kiwi-image-docker-requires Distribution: SUSE Linux Enterprise 15
Version: 1.2.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 2.51 Build date: Sat Jun 6 03:48:04 2020
Group: System/Management Build host: sheep09
Size: 0 Source RPM: kiwi-boot-descriptions-1.2.0-2.51.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/SUSE/kiwi-descriptions
Summary: KIWI - buildservice host requirements for docker images
Meta package for the buildservice to pull in all required packages
for the build host to build docker images

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Wed Oct 16 2019 ms@suse.com
  - Fixed ISO Application ID match
    When creating ISO's with xorriso the application ID is stored
    upper case. The match in this code did not care for this and
    failed the match.
* Thu Sep 12 2019 dcassany@suse.com
  - Drop netboot descriptions for openSUSE Leap 15.2
    This commit drops support for netboot descriptions for openSUSE Leap 15.2
    or higher.
    More specific, this commit removes the tool chain requirements of
    kiwi-boot-requires for Leap 15.2 or higher. This results on
    kiwi-boot-descriptions being present and installable but not containing
    any Leap 15.2 description, just SLE descriptions and older Leap ones.
    Additionally this commit also removes the Leap 42.2 and Leap 42.3
    descriptions those distros are no longer supported.
    Fixes bsc#1145724
* Tue Aug 20 2019 ms@suse.com
  - Make application ID check in searchImageISODevice() case-insensitive
* Mon Jul 29 2019 ms@suse.com
  - Use %suse_version instead of %sle_version do detect SLE 15 (SP*)
    %sle_version is different depending on SP1 vs GA, but %suse_version
    is the same for all SLE 15.
* Wed Jul 24 2019 ms@suse.com
  - modify 'dn' to avoid mangling /dev/sdp block names
* Fri Jul 19 2019 ms@suse.com
  - Improve partition validation for PXE
    This commit includes a patch to relax the partition
    size validation. It turned to happen that under some
    specific partition size configurations in the PXE client
    the partition layout was always seen as an invalid one
    in each boot. This was causing a repartition and redeploy
    of the PXE image in every single boot.
    Fixes bsc#1141156
* Fri Jul 19 2019 ms@suse.com
  - Normalize partedGetPartitionID output (bsc#1136744)
    This commit ensures the partedGetPartitionID output returns the
    same partition ID codes with or without the presence of sgdisk
    utility. It basically trusts partition names provided by KIWI to map
    partitions to specific IDs.
    Additionally this commit also makes sure that the partition stated
    to be of `ef` type in config.<mac> is named `legacy`, to be consistent
    with the partedGetPartitionID expectations.
* Mon Jul 08 2019 ms@suse.com
  - Deleted obsolete boot image descriptions
    The support for dracut in kiwi has settled some time ago and
    for the custom boot descriptions deleted here there is a dracut
    based replacement. See the following list and the reason for
    the deletion:
    * arm/oemboot
      Any oem image created with kiwi-ng for arm uses dracut.
      There is no tested support for oemboot on arm
    * ppc/netboot and ppc/oemboot
      Support for ppc with kiwi-ng is still being worked on.
      We will not support custom oem code when we can have
      dracut based support. This obsolete descriptions are an
      artifact of the legacy kiwi version
    * s390/oemboot
      Any oem image created with kiwi-ng for s390 uses dracut
      There is no tested support for oemboot on s390
    * x86_64/oemboot/rhel-07.0 and x86_64/oemboot/ubuntu-xenial
      Obsolete and replaced with generic dracut support in kiwi-ng
    * x86_64/oemboot/suse-leap42.2 and x86_64/oemboot/suse-leap42.3
      Distributions out of support per upstream kiwi policy
    * x86_64/oemboot/suse-tumbleweed
      Lots of changes on the udev and systemd side made oemboot
      non functional anyway. The switch to dracut is inevitable here.
      Thus no reason to keep broken oemboot code around
* Mon Jun 17 2019 ms@suse.com
  - Use default values for nr_inode on devtmpfs mounts
    Using nr_inode=0 is causing mount failures in recent kernels. This
    option was introduced to fix issues in split systems, which are no
    longer supported. According to that we just remove this option and
    let mount set the default value, which depends on available memory
    of the system. Fixes SUSE/kiwi#1105
* Thu May 23 2019 ms@suse.com
  - Allow disabling multipath
* Wed May 22 2019 ms@suse.com
  - Fixed udev startup
    Due to a change in the udev rules an error in kiwi was triggered
    that outlines an incomplete udev startup sequence. This
    patch fixes the creation of the dev tree by udev and is
    related to bsc#1135762
* Wed May 22 2019 ms@suse.com
  - Set SERVER variable as expected by netboot code (#674)
    This commit sets $host from $SERVER variable if present and no
    $kiwiserver is given from the command line.
    The same criteria applies for $type and $SERVERTYPE variables.
    Fixes bsc#1133537
* Wed Apr 24 2019 dcassany@suse.com
  - Added netboot definitions for Leap 15.1 (boo#1132839)
* Wed Mar 06 2019 ms@suse.com
  - custom_boot/functions.sh: add support for PLABEL in config
* Wed Mar 06 2019 ms@suse.com
  - Update spec file:
    * syslinux is only available on x86*, so requires it only for x86
    * Run format spec file
* Mon Jan 07 2019 ms@suse.com
  - Fallback to sulogin if setctsid is missing
* Mon Jan 07 2019 ms@suse.com
  - Use setctsid/bash instead of sulogin for debugging
    The custom kiwi boot descriptions supports a boot process
    accompanying debug shell if the kiwidebug=1 option is
    set on the kernel command line. That shell was invoked
    using sulogin. Problem is that this call occupies the
    controlling terminal and console such that the typical
    multiplexing of consoles through plymouth is stopped.
    This means it's not possible to run e.g an oem deployment
    with several active/multiplexed consoles and a backgrounding
    debuging shell. This patch moves away from sulogin and
    calls a bash through setctsid on a free console
* Mon Dec 17 2018 ms@suse.com
  - Fixed console multiplexer when dialogs get displayed.
    https://github.com/SUSE/kiwi-descriptions/pull/30
* Fri Sep 28 2018 dcassany@suse.com
  - Added syslinux requirement for kiwi-image-iso-requires, this
    fixes bnc#1103398
* Thu Sep 20 2018 ms@suse.com
  - Setup swap space with a label in any case
    Independently of the device persistency setup we create
    the swap space with the label named SWAP and add it as
    such to the fstab file
* Mon Aug 13 2018 ms@suse.com
  - Clear the terminal I/O before dialog
    Call the reset program to clear the terminal I/O
    prior to call the dialog program. This Fixes bsc#1095856
* Mon May 28 2018 ms@suse.com
  - Make sure root entry in fstab is created for pxe
    On pxe deployment via netboot the root entry in fstab was
    not created even if the client config file contains a DISK
    setup
* Wed Apr 04 2018 ms@suse.com
  - Add kiwi-image-tbz-requires to provide kiwi-image:tbz
* Tue Mar 13 2018 ms@suse.com
  - Added jing as required package in the *-requires sub packages
* Tue Feb 20 2018 ms@suse.com
  - Update meta packages structure for the buildservice
* Tue Feb 06 2018 ms@suse.de
  - Move of kiwi boot descriptions to its own package

Files

No Filelist in the Package !

Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:02:19 2024