15
0

Accepting request 548112 from home:markoschandras:sysinstall

- 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.

OBS-URL: https://build.opensuse.org/request/show/548112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diskimage-builder?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2017-12-04 21:27:33 +00:00
committed by Git OBS Bridge
parent be9df1afba
commit 6402ea4bc5
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac93598cff826074c4a83049be0c3745b13891dc21e5e9d85fc354d99583c0e8
size 315628

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6a8fa0e4be224af8365eb6ef4ed1653026b87fedca017fafdbd86fe58bcb603
size 319035

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Dec 4 13:41:57 UTC 2017 - mchandras@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.
-------------------------------------------------------------------
Mon Aug 14 06:22:03 UTC 2017 - mchandras@suse.de

View File

@@ -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 @@ 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: python-PyYAML >= 3.10.0
BuildRequires: python-devel
BuildRequires: python2-networkx >= 1.10
@@ -41,10 +42,12 @@ BuildRequires: python-setuptools
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 @@ building disk images.
%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