From 9507c6cf46cf15acd5fd1110a0d2f5eda22bc987ca2c009755764d58e3e5ca59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 16 Jul 2019 10:54:45 +0000 Subject: [PATCH] Accepting request 715466 from home:markoschandras:sysinstall - Update to 2.25.0 * Only enable dbus-daemon on fedora-29 * Set router solicitation delay with using NM * [RHEL-8] Set _clear_old_files=0 in install-pip element * disable autounmask for emerge * ironic-agent: Use targetcli & python3-devel on rhel8 * Mailing lists change openstack-dev to openstack-discuss * install gnupg2 by default in debian-minimal * set default sources conf for buster as it now has a release * Enable nodepool testing for opensuse 15.1 * Replace nodepool func jobs * Move existing Zuul project config to projects.yaml * Move Zuul config in-repo * Add DIB_UBUNTU_KERNEL to ubuntu-minimal * Sync Sphinx requirement * Update test coverage for openSUSE/-minimal to 15.1 * Remove the rhel 8 check for xfs * debootstrap: make default network interface names configurable * Move pypi to dib-python * ironic-agent: install mdadm on the ramdisk * Use architecture-specific grub2 RPMs on RHEL8 * Increase size of EFI system partition (again) * bindep: exclude zypper from debian-stretch * Makes image caching more resilient * fail early when lates build information can not be fetched * Deprecate rhel7 in favor of rhel * Add version-less RHEL element for RHEL7 and RHEL8 * allow the use of non-bzip compressed stages for building gentoo * Replace git.openstack.org URLs with opendev.org URLs * Use megabyte granularity for image extra space OBS-URL: https://build.opensuse.org/request/show/715466 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diskimage-builder?expand=0&rev=52 --- diskimage-builder-2.22.0.tar.gz | 3 --- diskimage-builder-2.25.0.tar.gz | 3 +++ diskimage-builder.changes | 42 +++++++++++++++++++++++++++++++++ diskimage-builder.spec | 3 ++- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 diskimage-builder-2.22.0.tar.gz create mode 100644 diskimage-builder-2.25.0.tar.gz diff --git a/diskimage-builder-2.22.0.tar.gz b/diskimage-builder-2.22.0.tar.gz deleted file mode 100644 index bc08552..0000000 --- a/diskimage-builder-2.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e600c3fc7ab7578d3e8c847e6688a8f81e1e034f842659e64e5e39dbe9af3fc2 -size 410939 diff --git a/diskimage-builder-2.25.0.tar.gz b/diskimage-builder-2.25.0.tar.gz new file mode 100644 index 0000000..88dd8da --- /dev/null +++ b/diskimage-builder-2.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604ec4b22db0e3268c8b228194e7a8353d1ceeb10d70e20d88457be1bfe70009 +size 419297 diff --git a/diskimage-builder.changes b/diskimage-builder.changes index 40a3eae..5421f33 100644 --- a/diskimage-builder.changes +++ b/diskimage-builder.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Jul 15 11:21:56 UTC 2019 - Markos Chandras + +- Update to 2.25.0 + * Only enable dbus-daemon on fedora-29 + * Set router solicitation delay with using NM + * [RHEL-8] Set _clear_old_files=0 in install-pip element + * disable autounmask for emerge + * ironic-agent: Use targetcli & python3-devel on rhel8 + * Mailing lists change openstack-dev to openstack-discuss + * install gnupg2 by default in debian-minimal + * set default sources conf for buster as it now has a release + * Enable nodepool testing for opensuse 15.1 + * Replace nodepool func jobs + * Move existing Zuul project config to projects.yaml + * Move Zuul config in-repo + * Add DIB_UBUNTU_KERNEL to ubuntu-minimal + * Sync Sphinx requirement + * Update test coverage for openSUSE/-minimal to 15.1 + * Remove the rhel 8 check for xfs + * debootstrap: make default network interface names configurable + * Move pypi to dib-python + * ironic-agent: install mdadm on the ramdisk + * Use architecture-specific grub2 RPMs on RHEL8 + * Increase size of EFI system partition (again) + * bindep: exclude zypper from debian-stretch + * Makes image caching more resilient + * fail early when lates build information can not be fetched + * Deprecate rhel7 in favor of rhel + * Add version-less RHEL element for RHEL7 and RHEL8 + * allow the use of non-bzip compressed stages for building gentoo + * Replace git.openstack.org URLs with opendev.org URLs + * Use megabyte granularity for image extra space + * bindep: add sudo + * Update test coverage for openSUSE/-minimal to 15.0 + * Use fedora-release-common for fedora 30+ + * openssh-server: harden sshd config + * Support defining the free space in the image + * Allow specification of filesystem journal size + * Document the various global filesystem options + * Add option to skip update packages + ------------------------------------------------------------------- Wed May 15 23:41:19 UTC 2019 - Jonathan Harker diff --git a/diskimage-builder.spec b/diskimage-builder.spec index d687ac5..515d137 100644 --- a/diskimage-builder.spec +++ b/diskimage-builder.spec @@ -20,7 +20,7 @@ # are only ever run inside the disk image build chroot). %global __requires_exclude_from ^%{python3_sitelib}/diskimage_builder/elements/.*$ Name: diskimage-builder -Version: 2.22.0 +Version: 2.25.0 Release: 0 Summary: Image Building Tools for OpenStack License: Apache-2.0 @@ -51,6 +51,7 @@ Requires: python3-networkx >= 1.10 Requires: python3-six >= 1.10.0 Requires: python3-stevedore >= 1.20.0 Requires: qemu-tools +Requires: sudo BuildArch: noarch %description