File: 1.16.0-updates-bad91fc0b36c1755.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (17 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
fixes:

  - The ``yum-minimal`` element now correctly strips locale-archive
    files, but leaves en.US/en.US-UTF8 for compatibility with remote
    access.  Better failure detection has been added to avoid leaving
    lock files behind if initial installs to the chroot fail.

  - The ``epel`` element was fixed to not incorrectly install EPEL6 on
    Centos 7.  EPEL is added as a requirement of ``centos-minimal``
    (previously, it was tacitly required but not expressed).

  - The ``dib-lint`` tool is now more verbose, has better
    documentation and more correctly detects errors in JSON & YAML.

  - The ``ironic-agent`` element no longer removes the ``sudo``
    package in its cleanup phase.