commit diskimage-builder for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2020-05-07 14:56:11

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.2738 (New)


Package is "diskimage-builder"

Thu May  7 14:56:11 2020 rev:29 rq:800946 version:2.28.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-10-11 15:17:54.292006658 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.2738/diskimage-builder.changes
2020-05-07 14:56:13.298479681 +0200
@@ -1,0 +2,8 @@
+Wed May  6 19:58:04 UTC 2020 - Dominique Leuenberger 
+
+- Run test-suite using python3: export PYTHON=%{_bindir}/python3
+  before running testr.
+- Replace all python2-* BuildRequires with their python3
+  equivalents.
+
+---



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.AJpp3Y/_old  2020-05-07 14:56:13.894480756 +0200
+++ /var/tmp/diff_new_pack.AJpp3Y/_new  2020-05-07 14:56:13.902480770 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package diskimage-builder
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,23 +25,20 @@
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/openstack/diskimage-builder
+URL:https://github.com/openstack/diskimage-builder
 Source0:
https://pypi.io/packages/source/d/%{name}/%{name}-%{version}.tar.gz
 Source99:   diskimage-builder-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  findutils
 BuildRequires:  python3-PyYAML >= 3.10.0
+BuildRequires:  python3-fixtures
 BuildRequires:  python3-networkx >= 1.10
+BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-setuptools
-# Test requirements (python2 only)
-BuildRequires:  python2-PyYAML >= 3.10.0
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-networkx >= 1.10
-BuildRequires:  python2-oslotest
-BuildRequires:  python2-stevedore >= 1.20.0
-BuildRequires:  python2-testrepository
-BuildRequires:  python2-testtools
+BuildRequires:  python3-stevedore >= 1.20.0
+BuildRequires:  python3-testrepository
+BuildRequires:  python3-testtools
 BuildRequires:  sed
 # No stuff in python_sitelib, thus autoreqprov won't work:
 Requires:   kpartx
@@ -84,6 +81,7 @@
 %fdupes %{buildroot}
 
 %check
+export PYTHON=%{_bindir}/python3
 if [ ! -d ./.testrepository ] ; then testr init ; fi
 testr run %{?_smp_mflags:--parallel %{_smp_flags}} #; RET=$? echo "Slowest 
Tests" ; testr slowest && exit $RET
 




commit diskimage-builder for openSUSE:Factory

2019-10-11 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-10-11 15:17:30

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.2352 (New)


Package is "diskimage-builder"

Fri Oct 11 15:17:30 2019 rev:28 rq:737144 version:2.28.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-09-10 00:01:11.345216761 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.2352/diskimage-builder.changes
2019-10-11 15:17:54.292006658 +0200
@@ -1,0 +2,24 @@
+Thu Oct 10 13:32:59 UTC 2019 - Markos Chandras 
+
+- Update to 2.28.0
+  * Add NetworkManager and dhcp-client for CentOS 8
+  * Fix networking for CentOS 8
+  * simple-init: Use wrappers to call pip for glean install
+  * simple-init: default to NetworkManager for CentOS and Fedora
+  * Add security mirror override for debian-minimal
+  * pip-and-virtualenv : deprecate source for CentOS 8, new variables
+  * yum-minimal: Don't install yum, install libcurl
+  * Use $YUM instead of direct calls in more places
+  * Add environment switch for centos8 to use dnf
+  * Update redhat-common pkg-map for centos 8
+  * Update locales for Centos 8
+  * dib-python : handle centos 8
+  * yum-minimal : update mirrors for Centos 8
+  * Remove "failovermethod=priority" for Fedora (dnf)
+  * Install Python 3 libselinux packages for Fedora
+  * Revert "Fixed use of flake8"
+  * Only install doc requirements if needed
+  * Use x86 architeture specific grub2 packages for RHEL
+  * Move doc related modules to doc/requirements.txt
+
+---

Old:

  diskimage-builder-2.27.0.tar.gz

New:

  diskimage-builder-2.28.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.CtGoOz/_old  2019-10-11 15:17:58.267995728 +0200
+++ /var/tmp/diff_new_pack.CtGoOz/_new  2019-10-11 15:17:58.271995717 +0200
@@ -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.27.0
+Version:2.28.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.27.0.tar.gz -> diskimage-builder-2.28.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.27.0/.zuul.d/jobs.yaml 
new/diskimage-builder-2.28.0/.zuul.d/jobs.yaml
--- old/diskimage-builder-2.27.0/.zuul.d/jobs.yaml  2019-09-09 
08:16:15.0 +0200
+++ new/diskimage-builder-2.28.0/.zuul.d/jobs.yaml  2019-10-09 
22:46:07.0 +0200
@@ -21,7 +21,8 @@
 vars:
   dib_functests:
 - apt-sources/test-sources
-- centos-minimal/build-succeeds
+- centos-minimal/7-build-succeeds
+- centos-minimal/8-build-succeeds
 - fedora-minimal/build-succeeds
 - ironic-agent/build-succeeds-fedora
 - pip-and-virtualenv/source-install-fedora
@@ -223,8 +224,20 @@
 base_element: centos-minimal
 release: '7'
 mirror: "http://{{ zuul_site_mirror_fqdn }}/centos"
-env-vars:
-  DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
+
+- job:
+name: dib-nodepool-functional-openstack-centos-8-src
+description: |
+  Test building and booting a Centos 8 image with Nodepool and OpenStack
+parent: dib-nodepool-functional-src-base
+vars:
+  nodepool_extra_packages:
+- rpm
+- yum-utils
+  nodepool_diskimage:
+base_element: centos-minimal
+release: '8'
+mirror: "http://{{ zuul_site_mirror_fqdn }}/centos"
 
 - job:
 name: dib-nodepool-functional-openstack-fedora-29-src
@@ -238,8 +251,6 @@
   nodepool_diskimage:
 base_element: fedora-minimal
 release: '29'
-env-vars:
-  DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
 
 - job:
 name: dib-nodepool-functional-openstack-fedora-30-src
@@ -253,8 +264,6 @@
   nodepool_diskimage:
 base_element: fedora-minimal
 release: '30'
-env-vars:
-  DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
 
 - job:
 name: dib-nodepool-functional-openstack-ubuntu-trusty-src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.27.0/.zuul.d/project.yaml 
new/diskimage-builder-2.28.0/.zuul.d/project.yaml
--- old/diskimage-builder-2.27.0/.zuul.d/project.yaml   2019-09-09 
08:16:15.0 +0200
+++ new/diskimage-builder-2.28.0/.zuul.d/project.yaml   2019-10-09 

commit diskimage-builder for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-09-10 00:01:08

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.7948 (New)


Package is "diskimage-builder"

Tue Sep 10 00:01:08 2019 rev:27 rq:729467 version:2.27.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-08-22 15:07:28.678515215 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.7948/diskimage-builder.changes
2019-09-10 00:01:11.345216761 +0200
@@ -1,0 +2,13 @@
+Mon Sep  9 11:33:05 UTC 2019 - Markos Chandras 
+
+- Update to 2.27.0
+  * Uninstall linux-firmware and linux-firmware-whence
+  * Fixed use of flake8
+  * Allow configurable gzip binary name
+  * Do not delete cracklib from /usr/share
+  * Fedora 30 functional and boot tests
+  * rpm-distro: ensure we selinux relabel underlying directories
+  * Allow extra repositories to be added to images
+  * yum-minimal: install fedora-release-cloud
+
+---

Old:

  diskimage-builder-2.26.1.tar.gz

New:

  diskimage-builder-2.27.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.uiuAkL/_old  2019-09-10 00:01:11.941216721 +0200
+++ /var/tmp/diff_new_pack.uiuAkL/_new  2019-09-10 00:01:11.941216721 +0200
@@ -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.26.1
+Version:2.27.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.26.1.tar.gz -> diskimage-builder-2.27.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.26.1/.zuul.d/jobs.yaml 
new/diskimage-builder-2.27.0/.zuul.d/jobs.yaml
--- old/diskimage-builder-2.26.1/.zuul.d/jobs.yaml  2019-08-21 
23:48:02.0 +0200
+++ new/diskimage-builder-2.27.0/.zuul.d/jobs.yaml  2019-09-09 
08:16:15.0 +0200
@@ -43,7 +43,7 @@
   dib_functests:
 - centos7/build-succeeds
 - opensuse/build-succeeds
-- opensuse/opensuse151-build-succeeds
+- opensuse/opensuse15-build-succeeds
 - fedora/build-succeeds
 - ubuntu/trusty-build-succeeds
 - ubuntu/xenial-build-succeeds
@@ -161,7 +161,7 @@
   # opensuse-minimal can only build on xenial ATM, as other
   # platforms don't have zypper
   dib_functests_extra:
-- opensuse-minimal/opensuse151-build-succeeds
+- opensuse-minimal/opensuse15-build-succeeds
 
 - job:
 name: dib-functests-xenial-python3-containers
@@ -242,6 +242,21 @@
   DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
 
 - job:
+name: dib-nodepool-functional-openstack-fedora-30-src
+description: |
+  Test building and booting a Fedora 30 image with Nodepool and OpenStack
+parent: dib-nodepool-functional-src-base
+vars:
+  nodepool_extra_packages:
+- rpm
+- yum-utils
+  nodepool_diskimage:
+base_element: fedora-minimal
+release: '30'
+env-vars:
+  DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
+
+- job:
 name: dib-nodepool-functional-openstack-ubuntu-trusty-src
 description: |
   Test building and booting an Ubuntu trusty image with Nodepool
@@ -367,9 +382,9 @@
 mirror: "http://{{ zuul_site_mirror_fqdn }}/opensuse"
 
 - job:
-name: dib-nodepool-functional-openstack-opensuse-151-src
+name: dib-nodepool-functional-openstack-opensuse-15-src
 description: |
-  Test building and booting an openSUSE 15.1 image with Nodepool
+  Test building and booting an openSUSE 15.x image with Nodepool
   and OpenStack
 parent: dib-nodepool-functional-src-base
 nodeset: ubuntu-xenial  # Bionic lacks zypper
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.26.1/.zuul.d/project.yaml 
new/diskimage-builder-2.27.0/.zuul.d/project.yaml
--- old/diskimage-builder-2.26.1/.zuul.d/project.yaml   2019-08-21 
23:48:02.0 +0200
+++ new/diskimage-builder-2.27.0/.zuul.d/project.yaml   2019-09-09 
08:16:15.0 +0200
@@ -12,8 +12,8 @@
 - openstack-tox-pylint
 - dib-nodepool-functional-openstack-centos-7-src
 - dib-nodepool-functional-openstack-fedora-29-src
-- dib-nodepool-functional-openstack-opensuse-150-src
-- dib-nodepool-functional-openstack-opensuse-151-src
+- 

commit diskimage-builder for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-08-22 15:04:59

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.7948 (New)


Package is "diskimage-builder"

Thu Aug 22 15:04:59 2019 rev:26 rq:725237 version:2.26.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-07-22 12:19:38.271676215 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.7948/diskimage-builder.changes
2019-08-22 15:07:28.678515215 +0200
@@ -1,0 +2,21 @@
+Thu Aug 22 06:31:15 UTC 2019 - Markos Chandras 
+
+- Update to 2.26.1
+  * zypper-minimal: Don't get confused by etc/resolv.conf symlink
+  * simple-init: add configurable RA timeout with network-manager
+  * update gentoo systemd profile to 17.1 from 17.0
+  * block-device-efi : expand disk size calculation
+  * Don't show all elements found
+  * dracut-regenerate: catch failures and exit code
+  * Fixes packages for arm64 bootloader
+  * Fixes DIB_DISTRIBUTION_MIRROR_UBUNTU_IGNORE matching when empty
+  * Fix the pypi element for multiple mirror URLs
+  * Stop regex warning
+  * Create /etc/machine-id for RHEL images
+  * fix comments / spelling errors in gentoo element
+  * support alternate portage directories
+  * journal-to-console: element to send systemd journal to console
+  * update version of open-iscsi that is installed on musl
+  * Cleanup: remove useless statement
+
+---

Old:

  diskimage-builder-2.25.0.tar.gz

New:

  diskimage-builder-2.26.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.2VRHAc/_old  2019-08-22 15:07:29.090515065 +0200
+++ /var/tmp/diff_new_pack.2VRHAc/_new  2019-08-22 15:07:29.094515062 +0200
@@ -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.25.0
+Version:2.26.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.25.0.tar.gz -> diskimage-builder-2.26.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.25.0/.zuul.d/jobs.yaml 
new/diskimage-builder-2.26.1/.zuul.d/jobs.yaml
--- old/diskimage-builder-2.25.0/.zuul.d/jobs.yaml  2019-07-15 
05:11:00.0 +0200
+++ new/diskimage-builder-2.26.1/.zuul.d/jobs.yaml  2019-08-21 
23:48:02.0 +0200
@@ -199,11 +199,22 @@
 vars:
   dib_python: python2
 
+# Build and boot functional tests
+
+- job:
+name: dib-nodepool-functional-src-base
+description: |
+  Base job for DIB functional tests, which build and boot a node under
+  nodepool
+parent: nodepool-functional-openstack-src-base
+vars:
+  nodepool_debug: true
+
 - job:
 name: dib-nodepool-functional-openstack-centos-7-src
 description: |
   Test building and booting a Centos 7 image with Nodepool and OpenStack
-parent: nodepool-functional-openstack-src-base
+parent: dib-nodepool-functional-src-base
 vars:
   nodepool_extra_packages:
 - rpm
@@ -219,7 +230,7 @@
 name: dib-nodepool-functional-openstack-fedora-29-src
 description: |
   Test building and booting a Fedora 29 image with Nodepool and OpenStack
-parent: nodepool-functional-openstack-src-base
+parent: dib-nodepool-functional-src-base
 vars:
   nodepool_extra_packages:
 - rpm
@@ -235,7 +246,7 @@
 description: |
   Test building and booting an Ubuntu trusty image with Nodepool
   and OpenStack
-parent: nodepool-functional-openstack-src-base
+parent: dib-nodepool-functional-src-base
 pre-run: playbooks/dib-nodepool/debootstrap.yaml
 nodeset: ubuntu-xenial  # Backported debootstrap only available for xenial
 vars:
@@ -251,7 +262,7 @@
 description: |
   Test building and booting an Ubuntu xenial image with Nodepool
   and OpenStack
-parent: nodepool-functional-openstack-src-base
+parent: dib-nodepool-functional-src-base
 pre-run: playbooks/dib-nodepool/debootstrap.yaml
 nodeset: ubuntu-xenial  # Backported debootstrap only available for xenial
 vars:
@@ -263,11 +274,28 @@
 mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
 
 - job:
+name: dib-nodepool-functional-openstack-ubuntu-bionic
+description: |
+  Test building and booting an Ubuntu bionic image with Nodepool
+  and OpenStack (using released libraries)
+

commit diskimage-builder for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-07-22 12:19:37

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.4126 (New)


Package is "diskimage-builder"

Mon Jul 22 12:19:37 2019 rev:25 rq:715642 version:2.25.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-05-22 11:14:42.454548428 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.4126/diskimage-builder.changes
2019-07-22 12:19:38.271676215 +0200
@@ -1,0 +2,42 @@
+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
+
+---

Old:

  diskimage-builder-2.22.0.tar.gz

New:

  diskimage-builder-2.25.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.rOLffx/_old  2019-07-22 12:19:38.955676036 +0200
+++ /var/tmp/diff_new_pack.rOLffx/_new  2019-07-22 12:19:38.959676034 +0200
@@ -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-six >= 1.10.0
 Requires:   python3-stevedore >= 1.20.0
 Requires:   qemu-tools
+Requires:   sudo
 BuildArch:  noarch
 
 %description

++ diskimage-builder-2.22.0.tar.gz -> diskimage-builder-2.25.0.tar.gz ++
 2534 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-05-22 11:14:31

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.5148 (New)


Package is "diskimage-builder"

Wed May 22 11:14:31 2019 rev:24 rq:704183 version:2.22.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-04-14 12:23:18.639824675 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.5148/diskimage-builder.changes
2019-05-22 11:14:42.454548428 +0200
@@ -1,0 +2,15 @@
+Wed May 15 23:41:19 UTC 2019 - Jonathan Harker 
+
+- Upgrade to 2.22.0
+  * Only enable dbus-daemon for fedora-29 and below
+  * Switch simple-init to support python3
+  * 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
+  * Constraint networkx to <2.3 for Python 2
+  * Fix Fedora aarch64 image location
+  * debian-minimal buster support
+  * Also use selinuxenabled to check selinux status
+
+---

Old:

  diskimage-builder-2.21.0.tar.gz

New:

  diskimage-builder-2.22.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.mXvCVO/_old  2019-05-22 11:14:44.430548064 +0200
+++ /var/tmp/diff_new_pack.mXvCVO/_new  2019-05-22 11:14:44.434548064 +0200
@@ -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.21.0
+Version:2.22.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.21.0.tar.gz -> diskimage-builder-2.22.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.21.0/AUTHORS 
new/diskimage-builder-2.22.0/AUTHORS
--- old/diskimage-builder-2.21.0/AUTHORS2019-04-04 09:06:59.0 
+0200
+++ new/diskimage-builder-2.22.0/AUTHORS2019-05-07 11:00:12.0 
+0200
@@ -70,6 +70,7 @@
 Erwan Velu 
 Ethan Gafford 
 Evgeny Antyshev 
+Fatih Degirmenci 
 Frederic Lepied 
 Gabriele Cerami 
 Gary Duan 
@@ -171,6 +172,7 @@
 Om Kumar 
 Ondřej Nový 
 Paul Belanger 
+Pedro Alvarez 
 Perry Myers 
 Peter Stachowski 
 Pierre Riteau 
@@ -200,9 +202,11 @@
 Sandhya Ganapathy 
 Sascha Peilicke 
 Saverio Proto 
+Serena Ziviani 
 Shane Wang 
 Shivanand Tendulker 
 Simon Leinen 
+Sorin Sbarnea 
 Spencer Krum 
 Stanislav Makar 
 Stephen Mulcahy 
@@ -247,6 +251,7 @@
 Zhao Lei 
 Zhiguo Deng 
 aweiteka 
+caoyuan 
 chengebj5238 
 chenxiangui 
 chenxing 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.21.0/ChangeLog 
new/diskimage-builder-2.22.0/ChangeLog
--- old/diskimage-builder-2.21.0/ChangeLog  2019-04-04 09:06:59.0 
+0200
+++ new/diskimage-builder-2.22.0/ChangeLog  2019-05-07 11:00:12.0 
+0200
@@ -1,6 +1,20 @@
 CHANGES
 ===
 
+2.22.0
+--
+
+* Only enable dbus-daemon for fedora-29 and below
+* Switch simple-init to support python3
+* Fix broken requirements url
+* Replace git.openstack.org URLs with opendev.org URLs
+* Update to https:// version of \*openstack.org urls
+* OpenDev Migration Patch
+* Constraint networkx to <2.3 for Python 2
+* Fix Fedora aarch64 image location
+* debian-minimal buster support
+* Also use selinuxenabled to check selinux status
+
 2.21.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.21.0/PKG-INFO 
new/diskimage-builder-2.22.0/PKG-INFO
--- old/diskimage-builder-2.21.0/PKG-INFO   2019-04-04 09:07:00.0 
+0200
+++ new/diskimage-builder-2.22.0/PKG-INFO   2019-05-07 11:00:13.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.21.0
+Version: 2.22.0
 Summary: Golden Disk Image builder.
 Home-page: https://docs.openstack.org/diskimage-builder/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.21.0/diskimage_builder/elements/debian-minimal/environment.d/10-debian-minimal.bash
 
new/diskimage-builder-2.22.0/diskimage_builder/elements/debian-minimal/environment.d/10-debian-minimal.bash
--- 
old/diskimage-builder-2.21.0/diskimage_builder/elements/debian-minimal/environment.d/10-debian-minimal.bash
 2019-04-04 09:05:37.0 +0200
+++ 

commit diskimage-builder for openSUSE:Factory

2019-04-14 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-04-14 12:23:17

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.27019 (New)


Package is "diskimage-builder"

Sun Apr 14 12:23:17 2019 rev:23 rq:693800 version:2.21.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-03-20 13:19:44.57277 +0100
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.27019/diskimage-builder.changes
   2019-04-14 12:23:18.639824675 +0200
@@ -1,0 +2,9 @@
+Fri Apr 12 13:36:52 UTC 2019 - Markos Chandras 
+
+- Version bump to 2.21.0
+  * Minor clarifications in centos7 element docs
+  * Unmount internal mounts on finalise errors
+  * Add DIB_APT_MINIMAL_CREATE_INTERFACES toggle
+  * [lvm] Add Ubuntu bionic as supported distro
+
+---

Old:

  diskimage-builder-2.20.3.tar.gz

New:

  diskimage-builder-2.21.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.fZRM4b/_old  2019-04-14 12:23:19.191825189 +0200
+++ /var/tmp/diff_new_pack.fZRM4b/_new  2019-04-14 12:23:19.191825189 +0200
@@ -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.20.3
+Version:2.21.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.20.3.tar.gz -> diskimage-builder-2.21.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.20.3/AUTHORS 
new/diskimage-builder-2.21.0/AUTHORS
--- old/diskimage-builder-2.20.3/AUTHORS2019-02-28 07:50:11.0 
+0100
+++ new/diskimage-builder-2.21.0/AUTHORS2019-04-04 09:06:59.0 
+0200
@@ -50,6 +50,7 @@
 Cédric Ollivier 
 Dan Prince 
 Dan Radez 
+Daniel Abad 
 Darragh Bailey 
 Darragh Bailey 
 Dave Hill 
@@ -72,6 +73,7 @@
 Frederic Lepied 
 Gabriele Cerami 
 Gary Duan 
+Gaëtan Trellu 
 Ghe Rivero 
 Ghe Rivero 
 Ghe Rivero 
@@ -128,6 +130,7 @@
 Lenny Verkhovsky 
 Lin Tan 
 Liu Qing 
+Logan V 
 Luca Lorenzetto 
 Lucas Alvares Gomes 
 Luigi Toscano 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.20.3/ChangeLog 
new/diskimage-builder-2.21.0/ChangeLog
--- old/diskimage-builder-2.20.3/ChangeLog  2019-02-28 07:50:11.0 
+0100
+++ new/diskimage-builder-2.21.0/ChangeLog  2019-04-04 09:06:59.0 
+0200
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+2.21.0
+--
+
+* Replace openstack.org git:// URLs with https://
+* Replace openstack.org git:// URLs with https://
+* Minor clarifications in centos7 element docs
+* Unmount internal mounts on finalise errors
+* Add DIB\_APT\_MINIMAL\_CREATE\_INTERFACES toggle
+* [lvm] Add Ubuntu bionic as supported distro
+
 2.20.3
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.20.3/PKG-INFO 
new/diskimage-builder-2.21.0/PKG-INFO
--- old/diskimage-builder-2.20.3/PKG-INFO   2019-02-28 07:50:12.0 
+0100
+++ new/diskimage-builder-2.21.0/PKG-INFO   2019-04-04 09:07:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.20.3
+Version: 2.21.0
 Summary: Golden Disk Image builder.
 Home-page: https://docs.openstack.org/diskimage-builder/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.20.3/diskimage_builder/elements/centos7/README.rst 
new/diskimage-builder-2.21.0/diskimage_builder/elements/centos7/README.rst
--- old/diskimage-builder-2.20.3/diskimage_builder/elements/centos7/README.rst  
2019-02-28 07:49:08.0 +0100
+++ new/diskimage-builder-2.21.0/diskimage_builder/elements/centos7/README.rst  
2019-04-04 09:05:37.0 +0200
@@ -1,7 +1,7 @@
 ===
 centos7
 ===
-Use Centos 7 cloud images as the baseline for built disk images.
+Use CentOS 7 cloud images as the baseline for built disk images.
 
 For further details see the redhat-common README.
 
@@ -13,9 +13,10 @@
  the directory containing the ``5/6/7`` directories.
:Example: ``DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos``
 
-DIB_CLOUD_IMAGES
+DIB_CLOUD_IMAGES:
   :Required: No
   :Description: Set the desired URL to fetch the images from.  ppc64le:
 Currently the CentOS community is working on providing the
-  

commit diskimage-builder for openSUSE:Factory

2019-03-20 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-03-20 13:19:41

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.28833 (New)


Package is "diskimage-builder"

Wed Mar 20 13:19:41 2019 rev:22 rq:686317 version:2.20.3

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-03-10 09:36:56.992153618 +0100
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.28833/diskimage-builder.changes
   2019-03-20 13:19:44.57277 +0100
@@ -1,0 +2,6 @@
+Tue Mar 19 01:32:35 UTC 2019 - John Vandenberg 
+
+- Relax egg-info requirement flake8 >=2.5.4,<2.6.0 which is
+  incompatible with available flake8 3.x
+
+---



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.LVlGfm/_old  2019-03-20 13:19:45.597337019 +0100
+++ /var/tmp/diff_new_pack.LVlGfm/_new  2019-03-20 13:19:45.601337018 +0100
@@ -66,6 +66,10 @@
 
 %prep
 %setup -q
+# Remove <2.6.0 which is incompatible with python-flake8
+# dib-lint uses flake8, but does not appear incompatible with flake8 v3.x
+sed -i 's/^flake8<.*/flake8/' requirements.txt
+
 # Fix env-script-interpreter rpmlint warning
 find diskimage_builder/elements -type f -perm /a+x \
-exec sh -c "sed -E -i 
s@^#\!%{_bindir}/env[[:space:]]+python@#\!%{_bindir}/python@ {}" \;




commit diskimage-builder for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-03-10 09:36:46

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.28833 (New)


Package is "diskimage-builder"

Sun Mar 10 09:36:46 2019 rev:21 rq:682594 version:2.20.3

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2019-02-27 15:05:49.526452918 +0100
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.28833/diskimage-builder.changes
   2019-03-10 09:36:56.992153618 +0100
@@ -1,0 +2,10 @@
+Fri Mar  1 15:40:31 UTC 2019 - Markos Chandras 
+
+- Version bump to 2.20.3
+  * Update gentoo-releng gpg key
+  * Fix opensuse 42.3 pip-and-virtualenv
+  * Keep git after ironic-agent post
+  * set rhel minor release
+  * update spelling errors
+
+---

Old:

  diskimage-builder-2.20.1.tar.gz

New:

  diskimage-builder-2.20.3.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.8MxldU/_old  2019-03-10 09:36:57.612153470 +0100
+++ /var/tmp/diff_new_pack.8MxldU/_new  2019-03-10 09:36:57.612153470 +0100
@@ -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.20.1
+Version:2.20.3
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.20.1.tar.gz -> diskimage-builder-2.20.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.20.1/AUTHORS 
new/diskimage-builder-2.20.3/AUTHORS
--- old/diskimage-builder-2.20.1/AUTHORS2019-02-14 03:14:32.0 
+0100
+++ new/diskimage-builder-2.20.3/AUTHORS2019-02-28 07:50:11.0 
+0100
@@ -173,6 +173,7 @@
 Pierre Riteau 
 Pierre Riteau 
 Pino Toscano 
+Quique Llorente 
 Rafael Folco 
 Rafael Folco 
 Ralf Haferkamp 
@@ -267,6 +268,7 @@
 tanlin 
 vmud213 
 wangqi 
+weiyj 
 xhzhf 
 yogananth subramanian 
 zhang.lei 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.20.1/ChangeLog 
new/diskimage-builder-2.20.3/ChangeLog
--- old/diskimage-builder-2.20.1/ChangeLog  2019-02-14 03:14:32.0 
+0100
+++ new/diskimage-builder-2.20.3/ChangeLog  2019-02-28 07:50:11.0 
+0100
@@ -1,6 +1,18 @@
 CHANGES
 ===
 
+2.20.3
+--
+
+* Update gentoo-releng gpg key
+
+2.20.2
+--
+
+* Fix opensuse 42.3 pip-and-virtualenv
+* Keep git after ironic-agent post
+* set rhel minor release
+
 2.20.1
 --
 
@@ -22,6 +34,7 @@
 --
 
 * change to python36 for gentoo
+* update spelling errors
 * source-repositories: Replace documentation http with https links
 * Delete the duplicate words in  50-zipl
 * Change phase to check for dracut-regenerate in iscsi-boot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.20.1/PKG-INFO 
new/diskimage-builder-2.20.3/PKG-INFO
--- old/diskimage-builder-2.20.1/PKG-INFO   2019-02-14 03:14:33.0 
+0100
+++ new/diskimage-builder-2.20.3/PKG-INFO   2019-02-28 07:50:12.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.20.1
+Version: 2.20.3
 Summary: Golden Disk Image builder.
 Home-page: https://docs.openstack.org/diskimage-builder/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.20.1/diskimage_builder/elements/debootstrap/root.d/08-debootstrap
 
new/diskimage-builder-2.20.3/diskimage_builder/elements/debootstrap/root.d/08-debootstrap
--- 
old/diskimage-builder-2.20.1/diskimage_builder/elements/debootstrap/root.d/08-debootstrap
   2019-02-14 03:13:02.0 +0100
+++ 
new/diskimage-builder-2.20.3/diskimage_builder/elements/debootstrap/root.d/08-debootstrap
   2019-02-28 07:49:08.0 +0100
@@ -51,7 +51,7 @@
 # Have to --include=busybox because initramfs needs it
 
 if [ $(dpkg --print-architecture) != ${ARCH} ]; then
-# Target architecture diffrent from host architecture:
+# Target architecture different from host architecture:
 # there is the need to call 'qemu-debootstrap'.
 DEBOOTSTRAP_QEMU="qemu-"
 fi
Binary files 
old/diskimage-builder-2.20.1/diskimage_builder/elements/gentoo/extra-data.d/gentoo-releng.gpg
 and 
new/diskimage-builder-2.20.3/diskimage_builder/elements/gentoo/extra-data.d/gentoo-releng.gpg
 differ

commit diskimage-builder for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-02-27 15:05:46

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new.28833 (New)


Package is "diskimage-builder"

Wed Feb 27 15:05:46 2019 rev:20 rq:676958 version:2.20.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2018-11-08 09:48:46.741079415 +0100
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.28833/diskimage-builder.changes
   2019-02-27 15:05:49.526452918 +0100
@@ -1,0 +2,24 @@
+Fri Feb 15 12:57:22 UTC 2019 - Markos Chandras 
+
+- Version bump to 2.20.1
+  * pip-and-virtualenv: handle centos image-based builds
+  * pip-and-virtualenv : only remove system files on centos
+  * Enable dbus-broker for Fedora 29
+  * fix systemd import-tar for gentoo
+  * Add python3-setuptools to bindep.txt for Fedora
+  * support cracklib in pam for Gentoo's musl profile
+  * Make sure $TMP_BUILD_DIR/mnt is owned by root
+  * change to python36 for gentoo
+  * source-repositories: Replace documentation http with https links
+  * Delete the duplicate words in  50-zipl
+  * Change phase to check for dracut-regenerate in iscsi-boot
+  * Add policycoreutils-python-utils to bindep
+  * Use template for lower-constraints
+  * simple-init: allow for NetworkManager support
+  * package-installs: provide for skip from env var
+  * Add an element to configure iBFT network interfaces
+  * move selinux-permissive configure to pre-install phase
+  * Update to Fedora 29
+  * Increase size of EFI system partition 
+
+---

Old:

  diskimage-builder-2.18.0.tar.gz

New:

  diskimage-builder-2.20.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.dJwxIz/_old  2019-02-27 15:05:50.158452725 +0100
+++ /var/tmp/diff_new_pack.dJwxIz/_new  2019-02-27 15:05:50.162452725 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diskimage-builder
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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.18.0
+Version:2.20.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.18.0.tar.gz -> diskimage-builder-2.20.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.18.0/.testr.conf 
new/diskimage-builder-2.20.1/.testr.conf
--- old/diskimage-builder-2.18.0/.testr.conf2018-11-04 23:48:16.0 
+0100
+++ new/diskimage-builder-2.20.1/.testr.conf2019-02-14 03:13:02.0 
+0100
@@ -3,7 +3,7 @@
  OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
  OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
  OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
- OS_DEBUG=${OS_DEBUG:-0} \
+ OS_DEBUG=${OS_DEBUG:-1} \
  ${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
 test_id_option=--load-list $IDFILE
 test_list_option=--list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.18.0/.zuul.d/jobs.yaml 
new/diskimage-builder-2.20.1/.zuul.d/jobs.yaml
--- old/diskimage-builder-2.18.0/.zuul.d/jobs.yaml  2018-11-04 
23:48:16.0 +0100
+++ new/diskimage-builder-2.20.1/.zuul.d/jobs.yaml  2019-02-14 
03:13:02.0 +0100
@@ -1,5 +1,6 @@
 - project:
 templates:
+  - openstack-lower-constraints-jobs
   - tripleo-buildimage-jobs
 check:
   jobs:
@@ -17,16 +18,11 @@
 - dib-functests-bionic-python3-image
 - dib-functests-bionic-python3-extras
 - dib-functests-bionic-python3-containers
-- tripleo-buildimage-overcloud-full-centos-7
-- openstack-tox-lower-constraints
-
 gate:
   jobs:
 - dib-functests-trusty-python2
 - dib-functests-xenial-python3
 - dib-functests-centos7-python2
-- tripleo-buildimage-overcloud-full-centos-7
-- openstack-tox-lower-constraints
 
 - job:
 name: dib-functests-base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.18.0/AUTHORS 

commit diskimage-builder for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2018-11-08 09:48:39

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Thu Nov  8 09:48:39 2018 rev:19 rq:646589 version:2.18.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2018-09-18 11:43:27.675908989 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2018-11-08 09:48:46.741079415 +0100
@@ -1,0 +2,24 @@
+Mon Nov  5 16:31:48 UTC 2018 - Markos Chandras 
+
+- Version bump to 2.18.0
+  * Add ubuntu-systemd-container operating-system element
+  * Turn on quiet mode when logfile specified
+  * Fix epel repo rewrite, add to testing
+  * Add a post-root.d phase
+  * Fix DIB_DISTRIBUTION_MIRROR_UBUNTU_IGNORE regex typo
+  * Add support for Fedora 28, remove EOL Fedora 26
+  * ubuntu: Add options to ignore mirror components and use insecure repos
+  * simplify overlay logic for Gentoo
+  * simplify python3.6 selection on gentoo
+  * Turn down pkg-map and hook copy tracing output
+  * enable caching for gentoo builds
+  * Add a pre-finalise.d phase
+  * Minor documentation updates
+  * Allow debootstrap to cleanup without a kernel
+  * Fail build due to missing kauditd only when SELinux is enabled
+  * Fix DIB ubuntu-minimal running on bionic (18.04)
+  * ubuntu-common: Update default DIB_RELEASE to bionic
+  * Move common ubuntu environment setting to ubuntu-common element
+  * allow building non-gentoo images on gentoo hosts
+
+---

Old:

  diskimage-builder-2.17.0.tar.gz

New:

  diskimage-builder-2.18.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.g6vrJt/_old  2018-11-08 09:48:49.877075719 +0100
+++ /var/tmp/diff_new_pack.g6vrJt/_new  2018-11-08 09:48:49.877075719 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -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.17.0
+Version:2.18.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.17.0.tar.gz -> diskimage-builder-2.18.0.tar.gz ++
 4314 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2018-09-18 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2018-09-18 11:43:21

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Tue Sep 18 11:43:21 2018 rev:18 rq:635709 version:2.17.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2018-07-21 10:24:54.902961917 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2018-09-18 11:43:27.675908989 +0200
@@ -1,0 +2,22 @@
+Fri Sep 14 09:16:45 UTC 2018 - Markos Chandras 
+
+- Version bump to 2.17.0
+  * Only append DIB_BOOTLOADER_DEFAULT_CMDLINE to default grub entry
+  * Fix CentOS image build failure when dib runs on system where audit disabled
+  * Fix bootloader packages for aarch64
+  * Install ca-certificate with redhat-common
+  * Add netcat to redhat-common map-packages
+  * Only detach device if all partitions have been cleaned
+  * Move LVM cleanup phase into cleanup
+  * Add DIB element to blacklist nouveau
+  * modprobe DIB_MODPROBE_BLACKLIST should be optional
+  * cache-url requires curl
+  * Fix for proper LVM support
+  * Call kpartx remove in umount, not cleanup
+  * block-device lvm: fix umount phase
+  * Don't quote names with sgdisk
+  * better handle existing keywords files/directories
+  * IPA requires iptables
+  * Install sudo on Gentoo images by deault
+
+---

Old:

  diskimage-builder-2.16.0.tar.gz

New:

  diskimage-builder-2.17.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.kUypjW/_old  2018-09-18 11:43:29.311907282 +0200
+++ /var/tmp/diff_new_pack.kUypjW/_new  2018-09-18 11:43:29.315907277 +0200
@@ -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.16.0
+Version:2.17.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.16.0.tar.gz -> diskimage-builder-2.17.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.16.0/.zuul.d/jobs.yaml 
new/diskimage-builder-2.17.0/.zuul.d/jobs.yaml
--- old/diskimage-builder-2.16.0/.zuul.d/jobs.yaml  2018-07-18 
07:10:39.0 +0200
+++ new/diskimage-builder-2.17.0/.zuul.d/jobs.yaml  2018-09-13 
06:28:23.0 +0200
@@ -99,16 +99,6 @@
   - openstack/diskimage-builder
 
 - job:
-name: dib-dsvm-functests-python2-opensuse-423
-parent: legacy-dsvm-base
-run: playbooks/legacy/dib-dsvm-functests-python2-opensuse-423/run.yaml
-post-run: 
playbooks/legacy/dib-dsvm-functests-python2-opensuse-423/post.yaml
-timeout: 3600
-nodeset: legacy-opensuse-423
-required-projects:
-  - openstack/diskimage-builder
-
-- job:
 name: dib-dsvm-functests-python2-ubuntu-trusty
 parent: legacy-dsvm-base
 run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty/run.yaml
@@ -164,14 +154,3 @@
 timeout: 3600
 required-projects:
   - openstack/diskimage-builder
-
-- job:
-name: dib-dsvm-functests-python3-opensuse-423
-parent: legacy-dsvm-base
-run: playbooks/legacy/dib-dsvm-functests-python3-opensuse-423/run.yaml
-post-run: 
playbooks/legacy/dib-dsvm-functests-python3-opensuse-423/post.yaml
-timeout: 3600
-nodeset: legacy-opensuse-423
-required-projects:
-  - openstack/diskimage-builder
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.16.0/AUTHORS 
new/diskimage-builder-2.17.0/AUTHORS
--- old/diskimage-builder-2.16.0/AUTHORS2018-07-18 07:12:21.0 
+0200
+++ new/diskimage-builder-2.17.0/AUTHORS2018-09-13 06:30:23.0 
+0200
@@ -29,12 +29,15 @@
 Bruno Cornec 
 Cady_Chen 
 Cao Xuan Hoang 
+Carlos Goncalves 
+Charalampos Kominos 
 Chhavi Agarwal 
 Chris Alfonso 
 Chris Jones 
 Chris Jones 
 Chris Krelle 
 Christian Berendt 
+Chuck Short 
 Cian O'Driscoll 
 Clark Boylan 
 Clint Adams 
@@ -248,6 +251,7 @@
 janonymous 
 jodewey 
 justin-hopper 
+kaiokassiano 
 lifeless 
 liyuanzhen 
 loki 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.16.0/ChangeLog 
new/diskimage-builder-2.17.0/ChangeLog
--- old/diskimage-builder-2.16.0/ChangeLog  2018-07-18 07:12:21.0 
+0200
+++ new/diskimage-builder-2.17.0/ChangeLog  2018-09-13 06:30:22.0 

commit diskimage-builder for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2018-07-21 10:24:53

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Sat Jul 21 10:24:53 2018 rev:17 rq:624031 version:2.16.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2018-06-19 11:55:57.075212843 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2018-07-21 10:24:54.902961917 +0200
@@ -1,0 +2,26 @@
+Wed Jul 18 14:52:24 UTC 2018 - mchand...@suse.de
+
+- Version bump to 2.16.0
+  * Update pylint to 1.7.6, uncap networkx
+  * Add expected semicolons for dhclient.conf
+  * Add keyring if supplied
+  * Add new modprobe element
+  * Add iscsi-boot element for CentOS images
+  * Fix /etc/network/interfaces file contents
+  * Convert labels to upper case
+  * Fix bootloader for efi on rhel systems
+  * Don't run setfiles on /boot/efi
+  * Add iscsi-boot element
+  * Fix bootloader packages for rhel
+  * Don't install zypper on bionic
+  * Rename output log files
+  * Save and close stdout on exit
+  * Reduce path length in PS4 for debug
+  * Use surrogateescape with outfilter.py
+  * Fix encoding issue during processing output
+- Package improvements
+  * convert to python3
+  * Improve description
+  * spec-cleaner fixes
+
+---

Old:

  diskimage-builder-2.15.1.tar.gz

New:

  diskimage-builder-2.16.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.qm7IFD/_old  2018-07-21 10:24:55.490961775 +0200
+++ /var/tmp/diff_new_pack.qm7IFD/_new  2018-07-21 10:24:55.494961774 +0200
@@ -18,10 +18,9 @@
 
 # Prevent shebangs of element scripts from being added as a requirement (they
 # are only ever run inside the disk image build chroot).
-
-%global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
+%global __requires_exclude_from 
^%{python3_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.15.1
+Version:2.16.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0
@@ -31,58 +30,59 @@
 Source99:   diskimage-builder-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  findutils
-BuildRequires:  python-PyYAML >= 3.10.0
-BuildRequires:  python-devel
+BuildRequires:  python3-PyYAML >= 3.10.0
+BuildRequires:  python3-networkx >= 1.10
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-setuptools
+# Test requirements (python2 only)
+BuildRequires:  python2-PyYAML >= 3.10.0
+BuildRequires:  python2-fixtures
 BuildRequires:  python2-networkx >= 1.10
-# Test requirements:
-BuildRequires:  python-fixtures
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-setuptools
-BuildRequires:  python-stevedore >= 1.20.0
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-stevedore >= 1.20.0
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testtools
 BuildRequires:  sed
 # No stuff in python_sitelib, thus autoreqprov won't work:
 Requires:   kpartx
-Requires:   python-Babel >= 2.3.4
-Requires:   python-PyYAML >= 3.10.0
-Requires:   python-six >= 1.10.0
-Requires:   python-stevedore >= 1.20.0
-Requires:   python2-networkx >= 1.10
+Requires:   python3-Babel >= 2.3.4
+Requires:   python3-PyYAML >= 3.10.0
+Requires:   python3-networkx >= 1.10
+Requires:   python3-six >= 1.10.0
+Requires:   python3-stevedore >= 1.20.0
 Requires:   qemu-tools
-Requires:   python(abi) = %{py_ver}
-# diskimage-builder-2.0.0 was merged with python-dib-utils
-Provides:   python-dib-utils = %version
-Obsoletes:  python-dib-utils < %version
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-These tools are the components of TripleO
-(https://wiki.openstack.org/wiki/TripleO) that are responsible for
-building disk images.
+diskimage-builder is a tool for automatically building customized
+operating-system images for use in clouds and other environments.
+
+It includes support for building images based on many major
+distributions and can produce cloud-images in all common formats
+(qcow2, vhd, raw, etc), bare metal file-system images and ram-disk
+images. These images are composed from the many included elements;
+diskimage-builder acts as a framework to easily add your own elements
+for even further customization.
 
 %prep
 

commit diskimage-builder for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2018-06-19 11:55:53

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Tue Jun 19 11:55:53 2018 rev:16 rq:616235 version:2.15.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2018-04-30 22:59:39.358890685 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2018-06-19 11:55:57.075212843 +0200
@@ -1,0 +2,18 @@
+Thu Jun  7 13:13:28 UTC 2018 - mchand...@suse.de
+
+- Version bump to 2.15.1 (bsc#1097115)
+  * elements: pip-and-virtualenv: Handle openSUSE Leap 15
+  * Allow to rebuild arbitrary images
+  * Replace the ubuntu-minimal trusty test with a bionic one
+  * Remove non-maintained ubuntu-core element
+  * elements: zypper-minimal: Add support for openSUSE Leap 15.X
+  * Add Ubuntu 18.04 support
+  * Remove duplicate GRUB command line entry
+  * rpm-distro: set the contentdir yum var
+  * Trivial: update url to new url
+  * Fixes add-apt-keys in dpkg element
+  * Add pip cache cleanup to pip-and-virtualenv
+  * pip-and-virtualenv: fix install-pip when centos-release-openstack is 
enabled
+  * Stop using slave_scripts/install-distro-packages.sh
+
+---

Old:

  diskimage-builder-2.14.1.tar.gz

New:

  diskimage-builder-2.15.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.GagtVw/_old  2018-06-19 11:55:57.619192646 +0200
+++ /var/tmp/diff_new_pack.GagtVw/_new  2018-06-19 11:55:57.623192498 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.14.1
+Version:2.15.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0
@@ -83,7 +83,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README.rst LICENSE AUTHORS
+%doc ChangeLog README.rst AUTHORS
+%license LICENSE
 %{_bindir}/dib-block-device
 %{_bindir}/disk-image-create
 %{_bindir}/dib-lint

++ diskimage-builder-2.14.1.tar.gz -> diskimage-builder-2.15.1.tar.gz ++
 1818 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2018-04-30 22:58:38

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Mon Apr 30 22:58:38 2018 rev:15 rq:602548 version:2.14.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2018-03-11 15:25:00.907723609 +0100
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2018-04-30 22:59:39.358890685 +0200
@@ -1,0 +2,43 @@
+Mon Apr 30 11:48:07 UTC 2018 - mchand...@suse.de
+
+- Version bump to 2.14.1
+  * Fix epel element for centos-minimal
+  * Revert "debootstrap: Call update-initramfs explicitly"
+  * Remove installed packages before pip install
+  * Don't only install python3-virtualenv
+  * Don't use -e to test for what might be broken symlink
+  * add lower-constraints job
+  * Set the dhclient timeout to match DIB_DHCP_TIMEOUT
+  * Formalise saving of /etc/resolv.conf
+  * Restore tracing on exit points of block_device_create_config_file
+  * delete unused module
+  * debootstrap: Call update-initramfs explicitly
+  * Change the GENTOO_PORTAGE_CLEANUP variable default
+  * Fix element-provides in debian element
+  * Revert "Remove tripleo jobs"
+  * enable systemd profile for Gentoo
+  * install sudo in the devuser element
+  * Fix default partition type
+  * Remove tripleo jobs
+  * remove portage git directory
+  * Updated from global requirements
+  * Updated from global requirements
+  * proliant-tools: add net-tools package to support hpsum utility
+  * Make the build reproducible
+  * Updated from global requirements
+  * secondary architectures use different url
+  * Fix for rhel7 iso image creation.
+  * Fix for passing user defined value for satellite cert for rhel-common.
+  * arm64: use HWE kernel and fix console
+  * Choose appropriate bootloader for block-device
+  * Add block-device defaults
+  * Fail if two elements provide the same thing
+  * GPT partitioning support
+  * update Gentoo Hardened profiles (now stable)
+  * Checking link status according to DIB_DHCP_TIMEOUT
+  * Remove some redundant indents
+  * Update Fedora defaults to 27
+  * zypper-minimal: Set default locale env to C.UTF-8
+  * Clean up dib-python symlink
+
+---

Old:

  diskimage-builder-2.11.0.tar.gz

New:

  diskimage-builder-2.14.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.zDsz7I/_old  2018-04-30 22:59:40.050865435 +0200
+++ /var/tmp/diff_new_pack.zDsz7I/_new  2018-04-30 22:59:40.054865289 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.11.0
+Version:2.14.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.11.0.tar.gz -> diskimage-builder-2.14.1.tar.gz ++
 2289 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2018-03-11 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2018-03-11 15:24:59

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Sun Mar 11 15:24:59 2018 rev:14 rq:584983 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-12-06 08:59:13.403592082 +0100
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2018-03-11 15:25:00.907723609 +0100
@@ -1,0 +2,56 @@
+Fri Mar  9 10:52:39 UTC 2018 - mchand...@suse.de
+
+- Version bump to 2.11.0
+  * Install systemd earlier for Ubuntu Bionic
+  * update gentoo vars for new profile and python
+  * Set default label for XFS disks
+  * Don't install dmidecode on Fedora ppc64le
+  * Updated from global requirements
+  * Add support for Fedora 27, remove EOL Fedora 25
+  * Don't fstrim vfat partitions
+  * Remove RH1 check OVB jobs from configuration
+  * upgrade pip before using -c option
+  * Correct link address
+  * Updated from global requirements
+  * Add SUSE Mapping
+  * Revert "Dont install python-pip for py3k"
+  * Adding mapping for SUSE package
+  * Check source-repository-* files for trailing newline
+  * ironic-agent: don't remove make
+  * Remove architecture rules on lshw dependency in ironic-agent
+  * zypper: fix package removal
+  * Avoid tox_install.sh for constraints support
+  * Fix wrong epel-release-7* package URL
+  * Add the groundwork for musl profile support
+  * Enable support for Gentoo overlays
+  * Pre-install curl
+  * Install fedora-gpg-keys for F27
+  * Make preinstall.d more deterministic
+  * Use EPEL for debootstrap on centos
+  * Fix /dev/pts mount options handling
+  * Make python changes more reliable
+  * Remove setting of version/release from releasenotes
+  * elements: zypper-minimal: Refresh repositories where necessary
+  * Updated from global requirements
+  * elements: Respect devpts mount options 
+  * Dont install python-pip for py3k
+  * Enable gentoo in pip-and-virtualenv element
+  * Add zipl element as s390x architecture bootloader
+  * diskimage_builder: lib: common-functions: Fix options for devpts mount
+  * Move to a common lock-file directory
+  * Create rescue user on ironic agent
+  * Use -t devpts for /dev/pts mounts
+  * Dont install python-virtualenv for py3k in deb
+  * Import legacy playbooks
+  * Add debian minimal requirement for arm64
+  * Fix grub2 dependency on arm64
+  * Remove dd from LVM element
+  * Update Gentoo element for element changes
+  * Update proliant-tools to support Gen10 Proliant servers
+  * Move fstrim to block device layer
+  * Actually sort mount-point list
+  * Change to install a package in 'proliant-tools'
+  * Clear /etc/machine-id to avoid duplicate machine-ids
+  * Add timestamp output filter
+
+---

Old:

  diskimage-builder-2.9.0.tar.gz

New:

  diskimage-builder-2.11.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.91MHgC/_old  2018-03-11 15:25:01.607698498 +0100
+++ /var/tmp/diff_new_pack.91MHgC/_new  2018-03-11 15:25:01.607698498 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diskimage-builder
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.9.0
+Version:2.11.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.9.0.tar.gz -> diskimage-builder-2.11.0.tar.gz ++
 4224 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-12-06 08:59:12

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Wed Dec  6 08:59:12 2017 rev:13 rq:548359 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-08-24 18:51:59.264894163 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-12-06 08:59:13.403592082 +0100
@@ -1,0 +2,21 @@
+Mon Dec  4 13:41:57 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.9.0
+  * Add initramfs-tools for ubuntu-minimal
+  * Create /etc/machine-id for fedora
+  * Use latest Fedora .qcow URL
+  * Updated from global requirements
+  * Add missing package dependency for yaml
+  * Mention the need of dracut-regenerate element
+  * Move the ordering of the dracut regenerate command
+  * Fix cylical systemd config for dhcp-all-interfaces
+  * LVM support for dib-block-device
+  * Increase timeout for removal
+  * Add netbase to ensure /etc/protocols is placed for debian
+  * Add kpartx as a requirement to build images
+  * Clear up debian element documentation
+  * Bump fedora/fedora-minimal DIB_RELEASE 26
+  * Allow users to specify partition type in the MBR PTE
+- Fix env-script-interpreter rpmlint warnings.
+
+---

Old:

  diskimage-builder-2.8.0.tar.gz

New:

  diskimage-builder-2.9.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.pqaRbw/_old  2017-12-06 08:59:14.259560751 +0100
+++ /var/tmp/diff_new_pack.pqaRbw/_new  2017-12-06 08:59:14.259560751 +0100
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.8.0
+Version:2.9.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0
@@ -30,6 +30,7 @@
 Source0:
https://pypi.io/packages/source/d/%{name}/%{name}-%{version}.tar.gz
 Source99:   diskimage-builder-rpmlintrc
 BuildRequires:  fdupes
+BuildRequires:  findutils
 BuildRequires:  python-PyYAML >= 3.10.0
 BuildRequires:  python-devel
 BuildRequires:  python2-networkx >= 1.10
@@ -41,10 +42,12 @@
 BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testrepository
 BuildRequires:  python-testtools
+BuildRequires:  sed
 # No stuff in python_sitelib, thus autoreqprov won't work:
+Requires:   kpartx
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PyYAML >= 3.10.0
-Requires:   python-six >= 1.9.0
+Requires:   python-six >= 1.10.0
 Requires:   python-stevedore >= 1.20.0
 Requires:   python2-networkx >= 1.10
 Requires:   qemu-tools
@@ -62,6 +65,9 @@
 
 %prep
 %setup -q
+# Fix env-script-interpreter rpmlint warning
+find diskimage_builder/elements -type f -perm /a+x \
+   -exec sh -c "sed -E -i 
s@^#\!/usr/bin/env[[:space:]]+python@#\!/usr/bin/python@ {}" \;
 
 %build
 %{__python2} setup.py build

++ diskimage-builder-2.8.0.tar.gz -> diskimage-builder-2.9.0.tar.gz ++
 2255 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-08-24 18:51:57

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Thu Aug 24 18:51:57 2017 rev:12 rq:516762 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-08-10 14:12:05.200592740 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-08-24 18:51:59.264894163 +0200
@@ -1,0 +2,8 @@
+Mon Aug 14 06:22:03 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.8.0
+  * Move selinux packages to redhat-common
+  * Use SELinuxfs to check selinux status
+  * Switch openSUSE to 42.3 by default
+
+---

Old:

  diskimage-builder-2.7.1.tar.gz

New:

  diskimage-builder-2.8.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.QCWjt2/_old  2017-08-24 18:52:02.448445902 +0200
+++ /var/tmp/diff_new_pack.QCWjt2/_new  2017-08-24 18:52:02.476441960 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.7.1
+Version:2.8.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.7.1.tar.gz -> diskimage-builder-2.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.7.1/AUTHORS 
new/diskimage-builder-2.8.0/AUTHORS
--- old/diskimage-builder-2.7.1/AUTHORS 2017-07-26 07:43:17.0 +0200
+++ new/diskimage-builder-2.8.0/AUTHORS 2017-08-03 01:27:41.0 +0200
@@ -4,6 +4,7 @@
 Alex Schultz 
 Alexander Gordeev 
 Alexis Lee 
+Alfredo Moralejo 
 Amrith Kumar 
 Ana Krivokapic 
 Andreas Florath 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.7.1/ChangeLog 
new/diskimage-builder-2.8.0/ChangeLog
--- old/diskimage-builder-2.7.1/ChangeLog   2017-07-26 07:43:17.0 
+0200
+++ new/diskimage-builder-2.8.0/ChangeLog   2017-08-03 01:27:41.0 
+0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+2.8.0
+-
+
+* Move selinux packages to redhat-common
+
+2.7.2
+-
+
+* Use SELinuxfs to check selinux status
+* Switch openSUSE to 42.3 by default
+
 2.7.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.7.1/PKG-INFO 
new/diskimage-builder-2.8.0/PKG-INFO
--- old/diskimage-builder-2.7.1/PKG-INFO2017-07-26 07:43:18.0 
+0200
+++ new/diskimage-builder-2.8.0/PKG-INFO2017-08-03 01:27:42.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.7.1
+Version: 2.8.0
 Summary: Golden Disk Image builder.
 Home-page: https://docs.openstack.org/diskimage-builder/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.7.1/diskimage_builder/elements/opensuse/README.rst 
new/diskimage-builder-2.8.0/diskimage_builder/elements/opensuse/README.rst
--- old/diskimage-builder-2.7.1/diskimage_builder/elements/opensuse/README.rst  
2017-07-26 07:42:25.0 +0200
+++ new/diskimage-builder-2.8.0/diskimage_builder/elements/opensuse/README.rst  
2017-08-03 01:26:03.0 +0200
@@ -14,7 +14,7 @@
 
 DIB_RELEASE
   :Required: No
-  :Default: 42.2
+  :Default: 42.3
   :Description: Set the desired openSUSE release.
 
 DIB_CLOUD_IMAGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.7.1/diskimage_builder/elements/opensuse/environment.d/10-opensuse-distro-name.bash
 
new/diskimage-builder-2.8.0/diskimage_builder/elements/opensuse/environment.d/10-opensuse-distro-name.bash
--- 
old/diskimage-builder-2.7.1/diskimage_builder/elements/opensuse/environment.d/10-opensuse-distro-name.bash
  2017-07-26 07:42:25.0 +0200
+++ 
new/diskimage-builder-2.8.0/diskimage_builder/elements/opensuse/environment.d/10-opensuse-distro-name.bash
  2017-08-03 01:26:03.0 +0200
@@ -1,5 +1,5 @@
 export DISTRO_NAME=opensuse
-export DIB_RELEASE=${DIB_RELEASE:-42.2}
+export DIB_RELEASE=${DIB_RELEASE:-42.3}
 export DIB_OPENSUSE_PATTERNS=patterns-openSUSE-base
 case ${DIB_RELEASE} in
 # Old openSUSE releases
diff -urN '--exclude=CVS' 

commit diskimage-builder for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-08-10 14:04:12

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Thu Aug 10 14:04:12 2017 rev:11 rq:512627 version:2.7.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-07-17 09:11:36.224172038 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-08-10 14:12:05.200592740 +0200
@@ -1,0 +2,40 @@
+Wed Jul 26 09:22:29 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.7.1
+  * elements: zypper-minimal: Install tar package
+  * zypper: Clean caches and don't cache packages locally
+
+---
+Mon Jul 24 09:24:46 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.7.0 
+  * Move setfiles to outside chroot with runcon
+  * doc: supported_distros: Add openSUSE Leap 42.2/3 and Tumbleweed
+  * Add -m flag to setfiles for Fedora 26
+  * yum-minimal: pre-install coreutils
+  * Force install during pip-and-virtualenv
+  * Fix latest-limit command line
+  * opensuse-minimal: install glibc-locale
+  * elements: openstack-ci-mirrors: Use openSUSE mirrors for gating jobs
+  * Remove DIB_[DISTRO]_DISTRIBUTION_MIRROR
+  * doc: Switch from oslosphinx to openstackdocstheme
+  * The correct option for label name in fat and vfat is '-n'
+  * zypper-minimal: No point in preserving the environment here
+  * Remove additional Bumblebee repository for opensuse element
+  * Enable console during kernel boot on Power
+  * fix readme.rst to reflect correct environment variable
+  * Add symlink test for resolv.conf restore
+  * pip-and-virtualenv: Install python3 on openSUSE
+  * Support for Cloud Images on ppc64le for rhel7 and centos7
+  * bindep.txt: Exclude gnupg2 package on openSUSE
+  * Avoid hanging endlessly on unreachable cache urls
+  * elements: pip-and-virtualenv: Use common packages for openSUSE
+  * Remove mirror create
+  * Remove centos and rhel elements
+  * Updated from global requirements
+  * dib-lint: Ignore editor temp files for linting run
+  * Fix mkfs use wrong label option for vfat
+  * Use the dib python to do cleanup
+  * Replace architecture-emulation-binaries with qemu-debootstrap
+
+---

Old:

  diskimage-builder-2.6.1.tar.gz

New:

  diskimage-builder-2.7.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.YifvBg/_old  2017-08-10 14:12:06.024476739 +0200
+++ /var/tmp/diff_new_pack.YifvBg/_new  2017-08-10 14:12:06.040474486 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.6.1
+Version:2.7.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.6.1.tar.gz -> diskimage-builder-2.7.1.tar.gz ++
 1940 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-07-17 09:11:34

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Mon Jul 17 09:11:34 2017 rev:10 rq:510261 version:2.6.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-06-16 10:54:30.345843815 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-07-17 09:11:36.224172038 +0200
@@ -1,0 +2,13 @@
+Fri Jul 14 11:11:17 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.6.1
+  * On suse the python2 dev package is python-devel
+  * Move ironic-agent test to fedora-minimal   
+  * Start at using CI mirrors for fedora/centos
+  * Use local mirror for ubuntu-minimal jobs   
+  * Move apt-sources to ubuntu-minimal / move debian to skip list  

+  * Sync after writing partition table 
+  * Install systemd earlier for Stretch
+  * Fix mkfs failure when loop device is not ready
+
+---

Old:

  diskimage-builder-2.6.0.tar.gz

New:

  diskimage-builder-2.6.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.myOEu0/_old  2017-07-17 09:11:36.880079653 +0200
+++ /var/tmp/diff_new_pack.myOEu0/_new  2017-07-17 09:11:36.880079653 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.6.0
+Version:2.6.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.6.0.tar.gz -> diskimage-builder-2.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.6.0/ChangeLog 
new/diskimage-builder-2.6.1/ChangeLog
--- old/diskimage-builder-2.6.0/ChangeLog   2017-06-13 07:13:38.0 
+0200
+++ new/diskimage-builder-2.6.1/ChangeLog   2017-06-23 06:34:12.0 
+0200
@@ -1,6 +1,18 @@
 CHANGES
 ===
 
+2.6.1
+-
+
+* On suse the python2 dev package is python-devel
+* Move ironic-agent test to fedora-minimal
+* Start at using CI mirrors for fedora/centos
+* Use local mirror for ubuntu-minimal jobs
+* Move apt-sources to ubuntu-minimal / move debian to skip list
+* Sync after writing partition table
+* Install systemd earlier for Stretch
+* Fix mkfs failure when loop device is not ready
+
 2.6.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.6.0/PKG-INFO 
new/diskimage-builder-2.6.1/PKG-INFO
--- old/diskimage-builder-2.6.0/PKG-INFO2017-06-13 07:13:38.0 
+0200
+++ new/diskimage-builder-2.6.1/PKG-INFO2017-06-23 06:34:13.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.6.0
+Version: 2.6.1
 Summary: Golden Disk Image builder.
 Home-page: https://docs.openstack.org/developer/diskimage-builder/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.6.0/contrib/setup-gate-mirrors.sh 
new/diskimage-builder-2.6.1/contrib/setup-gate-mirrors.sh
--- old/diskimage-builder-2.6.0/contrib/setup-gate-mirrors.sh   1970-01-01 
01:00:00.0 +0100
+++ new/diskimage-builder-2.6.1/contrib/setup-gate-mirrors.sh   2017-06-23 
06:33:30.0 +0200
@@ -0,0 +1,81 @@
+#!/bin/bash
+
+set -x
+
+#
+# This tool creates repo/sources files that point to the mirrors for
+# the host region in the OpenStack CI gate.
+#
+
+# This pre-created on CI nodes by slave scripts
+source /etc/ci/mirror_info.sh
+
+# Tests should probe for this directory and then use the repos/sources
+# files inside it for the gate tests.
+BASE_DIR=$WORKSPACE/dib-mirror
+
+mkdir -p $BASE_DIR
+
+## REPOS
+
+# all should start with "dib-mirror-"
+# gpg check turned off, because we don't have the keys outside the chroot
+
+# fedora-minimal
+FEDORA_MIN_DIR=$BASE_DIR/fedora-minimal/yum.repos.d
+mkdir -p $FEDORA_MIN_DIR
+
+cat < $FEDORA_MIN_DIR/dib-mirror-fedora.repo
+[fedora]
+name=Fedora \$releasever - \$basearch
+failovermethod=priority
+baseurl=$NODEPOOL_FEDORA_MIRROR/releases/\$releasever/Everything/\$basearch/os/
+enabled=1
+metadata_expire=7d
+gpgcheck=0
+skip_if_unavailable=False
+deltarpm=False
+deltarpm_percentage=0
+EOF
+
+cat < $FEDORA_MIN_DIR/dib-mirror-fedora-updates.repo
+[updates]
+name=Fedora \$releasever - 

commit diskimage-builder for openSUSE:Factory

2017-06-16 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-06-16 10:54:28

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Fri Jun 16 10:54:28 2017 rev:9 rq:503781 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-06-13 16:09:15.184972040 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-06-16 10:54:30.345843815 +0200
@@ -1,0 +2,28 @@
+Tue Jun 13 06:43:16 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.6.0
+  * PPC bootloader; install to boot partition
+  * Pass all blockdevices to bootloader
+  * Move global mount tracking into state
+  * Use global state to check for duplicate fs labels
+  * Remove 'state' argument from later cmd_* calls
+  * Use picked nodes for later cmd_* calls
+  * Don't make image & loopdev functions static
+  * Add env var to dump config graph
+  * Move ppc block-device default to right $ARCH
+  * Update tracing in block_device_create_config_file
+  * Pad state dump
+  * Adjust package mapping for SUSE family
+  * Drop support for Ubuntu precise
+  * Adjust package installation for openSUSE
+  * Refactor mount-point sorting
+  * Remove dracut-network element
+  * Remove ccache
+  * Test openSUSE 42.2/42.3 image builds
+  * Add state object, rename "results", add unit tests
+  * allow uninstalls to fail on gentoo
+  * Refactor: use lazy logging
+  * drop deprecated map-services/packages from zypper element
+  * dhcp-all-interfaces.sh - Add support for InfiniBand interface DHCP
+
+---

Old:

  diskimage-builder-2.5.0.tar.gz

New:

  diskimage-builder-2.6.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.QXZIec/_old  2017-06-16 10:54:31.981613542 +0200
+++ /var/tmp/diff_new_pack.QXZIec/_new  2017-06-16 10:54:31.985612979 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.5.0.tar.gz -> diskimage-builder-2.6.0.tar.gz ++
 4865 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2017-06-13 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-06-13 16:09:12

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Tue Jun 13 16:09:12 2017 rev:8 rq:503202 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-05-27 13:20:47.970854763 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-06-13 16:09:15.184972040 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 16:59:45 UTC 2017 - mchand...@suse.de
+
+- Version bump 2.5.0
+  * Disable recommended package installations for zypper-minimal
+  * Use networkx for digraph
+  * Various internal fixes
+  * Adding unit testing for configuration
+  * Produce API documentation
+
+---

Old:

  diskimage-builder-2.4.1.tar.gz

New:

  diskimage-builder-2.5.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.udX8WL/_old  2017-06-13 16:09:16.572776456 +0200
+++ /var/tmp/diff_new_pack.udX8WL/_new  2017-06-13 16:09:16.576775892 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.4.1
+Version:2.5.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0
@@ -32,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-PyYAML >= 3.10.0
 BuildRequires:  python-devel
+BuildRequires:  python2-networkx >= 1.10
 # Test requirements:
 BuildRequires:  python-fixtures
 BuildRequires:  python-oslotest
@@ -45,6 +46,7 @@
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-six >= 1.9.0
 Requires:   python-stevedore >= 1.20.0
+Requires:   python2-networkx >= 1.10
 Requires:   qemu-tools
 Requires:   python(abi) = %{py_ver}
 # diskimage-builder-2.0.0 was merged with python-dib-utils

++ diskimage-builder-2.4.1.tar.gz -> diskimage-builder-2.5.0.tar.gz ++
 2693 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-05-27 13:19:33

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Sat May 27 13:19:33 2017 rev:7 rq:498609 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-05-18 20:51:43.022497402 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-05-27 13:20:47.970854763 +0200
@@ -1,0 +2,15 @@
+Thu May 25 07:59:42 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.4.1
+  * Set manifest permissions in the image
+  * Move parts of Partition creation into object
+  * Split partition into it's own file
+  * Move exception to it's own file (again)
+  * Add weights to digraph
+  * Switch debian to deb.debian.org
+  * Add dracut-regenerate elements
+  * Set manifests to mode 600 and owner root
+  * Only unmount directories that are mounted
+  * Apply setfiles on all mountpoints
+
+---

Old:

  diskimage-builder-2.4.0.tar.gz

New:

  diskimage-builder-2.4.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.gxjTLg/_old  2017-05-27 13:20:49.014707191 +0200
+++ /var/tmp/diff_new_pack.gxjTLg/_new  2017-05-27 13:20:49.018706626 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.4.0.tar.gz -> diskimage-builder-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.4.0/ChangeLog 
new/diskimage-builder-2.4.1/ChangeLog
--- old/diskimage-builder-2.4.0/ChangeLog   2017-05-15 02:47:19.0 
+0200
+++ new/diskimage-builder-2.4.1/ChangeLog   2017-05-25 01:23:56.0 
+0200
@@ -1,6 +1,25 @@
 CHANGES
 ===
 
+2.4.1
+-
+
+* Set manifest permissions in the image
+* Move parts of Partition creation into object
+* Split partition into it's own file
+* Move exception to it's own file (again)
+* Add weights to digraph
+* Switch debian to deb.debian.org
+* Add dracut-regenerate elements
+* Remove \_config\_error thrower
+* Set manifests to mode 600 and owner root
+* Use fakelogger in test\_blockdevice\_mbr
+* Remove PluginBase/NodePluginBase class
+* Only unmount directories that are mounted
+* Updated from global requirements
+* Apply setfiles on all mountpoints
+* Updated from global requirements
+
 2.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.4.0/PKG-INFO 
new/diskimage-builder-2.4.1/PKG-INFO
--- old/diskimage-builder-2.4.0/PKG-INFO2017-05-15 02:47:20.0 
+0200
+++ new/diskimage-builder-2.4.1/PKG-INFO2017-05-25 01:23:57.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.4.0
+Version: 2.4.1
 Summary: Golden Disk Image builder.
 Home-page: http://docs.openstack.org/developer/diskimage-builder/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.4.0/diskimage_builder/block_device/blockdevice.py 
new/diskimage-builder-2.4.1/diskimage_builder/block_device/blockdevice.py
--- old/diskimage-builder-2.4.0/diskimage_builder/block_device/blockdevice.py   
2017-05-15 02:46:47.0 +0200
+++ new/diskimage-builder-2.4.1/diskimage_builder/block_device/blockdevice.py   
2017-05-25 01:23:24.0 +0200
@@ -22,6 +22,8 @@
 
 from stevedore import extension
 
+from diskimage_builder.block_device.exception import \
+BlockDeviceSetupException
 from diskimage_builder.block_device.utils import exec_sudo
 from diskimage_builder.graph.digraph import Digraph
 
@@ -29,10 +31,6 @@
 logger = logging.getLogger(__name__)
 
 
-class BlockDeviceSetupException(Exception):
-pass
-
-
 class BlockDevice(object):
 """Handles block devices.
 
@@ -298,7 +296,10 @@
 return 0
 if symbol == 'mount-points':
 mount_points = self._config_get_all_mount_points()
-print("%s" % " ".join(mount_points))
+# we return the mountpoints joined by a pipe, because it is not
+# a valid char in directories, so it is a safe separator for the
+# mountpoints list
+print("%s" % "|".join(mount_points))
 return 0
 

commit diskimage-builder for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-05-18 20:51:28

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Thu May 18 20:51:28 2017 rev:6 rq:495758 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-05-17 17:18:16.225783650 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-05-18 20:51:43.022497402 +0200
@@ -1,0 +2,21 @@
+Wed May 17 15:25:37 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.4.0
+  * Refactor: block-device filesystem creation, mount and fstab
+  * Take --params from environment
+  * Refactor documentation on image creation
+  * Add a test to validate we can build debian vms
+  * Introduce exec_sudo command
+  * Fix py3 error in block-device
+  * Refactor block-device base functions.
+  * Add bzip2 to test install
+  * Add refactor of tree-like vs graph
+  * Set LC_ALL in disk-image-create
+  * Improve documentation for image creation
+  * Refactor block_device: isolate the getval call
+  * Refactor block_device: passing command line parameters
+  * Make Gentoo package updates work more often
+  * Turn off strict_id mode for Ec2 datasource
+  * Clean out apt index caches at end of image build
+
+---

Old:

  diskimage-builder-2.3.3.tar.gz

New:

  diskimage-builder-2.4.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.fXtVTB/_old  2017-05-18 20:51:43.498430249 +0200
+++ /var/tmp/diff_new_pack.fXtVTB/_new  2017-05-18 20:51:43.498430249 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.3.3
+Version:2.4.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.3.3.tar.gz -> diskimage-builder-2.4.0.tar.gz ++
 3194 lines of diff (skipped)




commit diskimage-builder for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-05-17 17:18:09

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Wed May 17 17:18:09 2017 rev:5 rq:491209 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-02-25 00:53:17.870870955 +0100
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-05-17 17:18:16.225783650 +0200
@@ -1,0 +2,98 @@
+Wed Apr 21 10:07:28 UTC 2017 - mchand...@suse.de
+
+- Update to version 2.3.3
+  * Add yum-utils as EPEL dependency
+  * Skip python3-virtualenv on <= trusty
+  * pip-and-virtualenv : install python2 & 3, and default to 2
+  * Install pip with python interpreter
+  * Move do_extra_package_install to run in install phase
+  * Updated from global requirements
+  * Unify and fix doc of several Debian and Ubuntu elements
+  * Fix package-installs-v2 output
+  * Basic logging for package-installs-squash
+  * Use DIB_PYTHON_EXEC to run commands
+  * Fix typo in pip-and-virtualenv
+  * Ignore missing path in unmount_dir
+  * Run dib-run-parts out of /tmp
+  * Don't provide dib-run-parts
+  * Add flag to disable EPEL
+  * Fix code-block in README of rhel7 element
+  * Fix opensuse-minimal element on non-SUSE hosts
+  * Use stevedore for plugin config of block device
+  * Adding aarch64 support for CentOS7
+  * Have simple-init enable network.service
+  * Use correct Ubuntu distro url on non-x86 arches
+  * Typo fix: curent => current
+  * functests: skip qcow2 generically but add specific test
+  * Add default PPC block-device layout
+  * Capture output in _exec_sudo
+  * Fix typo in CMDLINE env var for bootloader
+  * Allow ELEMENTS_DIR to be configurable
+  * Use sphinx warning-is-error
+  * Updated from global requirements
+  * squash-package-install to use the correct python
+  * Make our virtualenv source py3 safe
+  * blockdevice.py: python3 fixes
+  * Fix dib-init-system for Debian Jessie and Debian Stretch
+  * Send custom parameters in bootloader to GRUB_CMDLINE
+
+---
+Mon Mar 13 12:19:38 UTC 2017 - mchand...@suse.de
+
+- Update to version 2.0.0
+  * Add 2.0.0 release notes
+  * Run indent checks in diskimage_builder/lib
+  * Use OrderedDict for partitions instead of simple dictionary
+  * Refactor: block-device partitioning cleanup
+  * fix grub2 element for ubuntu xenial [lp##1627402]
+  * Semi-automatic doc generation of element dependency
+  * Fix up element doc generation
+  * Check return of _load_state
+  * block-device: change top level config from dict to list
+  * Handle blank lines in element-deps
+  * Don't run unit tests from run_functests.sh
+  * Refactor: block-device handling (partitioning)
+  * Add get_elements; preserve backwards compat for expand_dependencies
+  * Fix --version display
+  * Activate virtualenv in disk-image-create
+  * Remove execute perm from disk-image-create
+  * Move dib-run-parts into diskimage-builder
+  * Move diskimage-image-create to an entry point
+  * Move elements & lib relative to diskimage_builder package
+  * Fail on element-info error
+  * Remove deploy element
+  * Remove deprecated deploy-ironic element
+  * Remove deprecated ironic-discoverd-ramdisk
+  * Remove deprecated expand-dependencies arg
+  * Remove deprecated serial-console element
+  * Remove deprecated map-services
+  * Add release notes for block device handling.
+  * Move element-info to a standard entry-point
+  * Refactor: block-device handling (local loop)
+  * Convert pkg-map and svc-map copies to explicit variables
+  * Add IMAGE_ELEMENT_YAML and get_image_element_array
+  * Making element overriding explicit
+  * For developer and low-level oriented changes please read the following 
thread
+- 
http://lists.openstack.org/pipermail/openstack-dev/2017-February/111833.html
+
+---
+Fri Mar  3 01:02:44 UTC 2017 - mchand...@suse.de
+
+- Update to version 1.28.0
+  * [suse] Handle pip-and-virtualenv install for opensuse
+  * pip-and-virtualenv: also handle rhel distros
+  * [suse] remove --no-confirm from zypper invocation
+  * gentoo: do not manually clean /tmp
+  * Fix requirements update
+  * Fix up doc errors
+  * python-brickclient: accommodate python2/3 changes
+  * Move Ubuntu specific use_tempaddr setting to ubuntu-common element
+  * Fix typo in README.rst
+  * yum/install-packages output cleanup
+  * Preinstall pyOpenSSL
+  * Target map-packages deprecation message
+  * Turn down some low-value tracing output
+  * Move generation of dib_[environment|args] to manifest element
+  * Use strings in 

commit diskimage-builder for openSUSE:Factory

2017-02-24 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-02-25 00:53:13

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-01-10 10:45:33.625777020 +0100
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-02-25 00:53:17.870870955 +0100
@@ -1,0 +2,27 @@
+Thu Feb 16 17:46:42 UTC 2017 - mchand...@suse.de
+
+- Update to version 1.27.0
+  * Add DIB_IPA_COMPRESS_CMD option
+  * ironic-agent: use /sbin for modprobe
+  * move post-install.d to finalize.d
+  * Bump fedora release to 25
+  * Fix dhcp-all-interfaces for ubuntu-minimal xenial
+  * Don't set base element path in run_functests.sh
+  * Use %i instead of %I in dhcp-interface@.service
+  * Remove hardcoded components
+  * Set grub device in /etc/default/grub
+  * Replace yaml.load() with yaml.safe_load()
+  * Unify tidy up logs in lib/img-functions
+  * Also check bin/ for tabs
+  * Handle failure of carrier check in dhcp-all-interfaces.sh
+  * Make DHCP timeout configurable
+  * Run dhcp-interface@.service after network.target
+  * update pkg-map entries for python3
+  * dib-lint: python3 compatibility fixes
+  * debootstrap: avoid duplicate network configuration
+  * Remove yum chroot caching
+  * Speed up chroot checking loop
+  * Allow disto-specific mirror settings
+  * Update hpssacli to ssacli in proliant-tools element
+
+---

Old:

  diskimage-builder-1.26.1.tar.gz

New:

  diskimage-builder-1.27.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.2T767s/_old  2017-02-25 00:53:18.602758652 +0100
+++ /var/tmp/diff_new_pack.2T767s/_new  2017-02-25 00:53:18.606758038 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diskimage-builder
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # are only ever run inside the disk image build chroot).
 %global __requires_exclude_from ^%{_datadir}/%{name}/elements/.*$
 Name:   diskimage-builder
-Version:1.26.1
+Version:1.27.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-1.26.1.tar.gz -> diskimage-builder-1.27.0.tar.gz ++
 1623 lines of diff (skipped)

++ diskimage-builder-rpmlintrc ++
--- /var/tmp/diff_new_pack.2T767s/_old  2017-02-25 00:53:19.214664759 +0100
+++ /var/tmp/diff_new_pack.2T767s/_new  2017-02-25 00:53:19.214664759 +0100
@@ -2,3 +2,5 @@
 # the generated image so it's not something that affects the
 # host or the package itself.
 
addFilter(".*wrong-script-interpreter.*/usr/share/diskimage-builder/elements/.*")
+# lib/* scripts are not meant to be used directly but rather be sourced by 
others.
+addFilter(".*non-executable-script.*/usr/share/diskimage-builder/lib/.*")




commit diskimage-builder for openSUSE:Factory

2016-12-06 Thread h_root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2016-12-06 14:27:41

Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and  /work/SRC/openSUSE:Factory/.diskimage-builder.new (New)


Package is "diskimage-builder"

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2016-10-31 09:54:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2016-12-06 14:27:42.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec  5 15:24:49 UTC 2016 - mchand...@suse.de
+
+- Update to version 1.24.0
+  * elements: pip-and-virtualenv: Add python-xml dependency
+  * Trace package install in package-installs-v2
+  * elements: zypper-minimal: Add ca-certificates-mozilla package
+  * Improve checksum performance for images
+  * Perform package install outside of debootstrap
+  * Remove obsolete patches for the time being
+- 0001-lib-Drop-shebang-from-library-scripts.patch
+- 0002-elements-Drop-executable-bits-from-environment-files.patch 
+
+---

Old:

  0001-lib-Drop-shebang-from-library-scripts.patch
  0002-elements-Drop-executable-bits-from-environment-files.patch
  diskimage-builder-1.21.0.tar.gz

New:

  diskimage-builder-1.24.0.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.sX8PBt/_old  2016-12-06 14:27:43.0 +0100
+++ /var/tmp/diff_new_pack.sX8PBt/_new  2016-12-06 14:27:43.0 +0100
@@ -20,7 +20,7 @@
 # are only ever run inside the disk image build chroot).
 %global __requires_exclude_from ^%{_datadir}/%{name}/elements/.*$
 Name:   diskimage-builder
-Version:1.21.0
+Version:1.24.0
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0
@@ -28,12 +28,6 @@
 Url:https://github.com/openstack/diskimage-builder
 Source0:
https://pypi.io/packages/source/d/%{name}/%{name}-%{version}.tar.gz
 Source99:   diskimage-builder-rpmlintrc
-# PATCH-FIX-UPSTREAM: 0001-lib-Drop-shebang-from-library-scripts.patch
-# https://review.openstack.org/387440
-Patch0: 0001-lib-Drop-shebang-from-library-scripts.patch
-# PATCH-FIX-UPSTREAM: 
0002-elements-Drop-executable-bits-from-environment-files.patch
-# https://review.openstack.org/387441
-Patch1: 0002-elements-Drop-executable-bits-from-environment-files.patch
 BuildRequires:  fdupes
 BuildRequires:  python-PyYAML
 BuildRequires:  python-devel
@@ -45,12 +39,12 @@
 BuildRequires:  python-testrepository
 BuildRequires:  python-testtools
 # No stuff in python_sitelib, thus autoreqprov won't work:
-Requires:   python(abi) = %{py_ver}
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PyYAML >= 3.1.0
 Requires:   python-dib-utils
 Requires:   python-six >= 1.9.0
 Requires:   qemu-tools
+Requires:   python(abi) = %{py_ver}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -61,8 +55,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__python2} setup.py build

++ diskimage-builder-1.21.0.tar.gz -> diskimage-builder-1.24.0.tar.gz ++
 2731 lines of diff (skipped)