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 - [email protected] + +- 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)
