15
0
Files
diskimage-builder/diskimage-builder.changes
Markos Chandras 2a6a055cbf Accepting request 443936 from home:markoschandras:sysinstall
- 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

OBS-URL: https://build.opensuse.org/request/show/443936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diskimage-builder?expand=0&rev=4
2016-12-06 08:58:14 +00:00

35 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Mon Dec 5 15:24:49 UTC 2016 - mchandras@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
-------------------------------------------------------------------
Tue Oct 18 11:05:19 UTC 2016 - mchandras@suse.de
- Use addFilter instead of setBadness in the rpmlintrc file.
-------------------------------------------------------------------
Mon Oct 17 12:19:14 UTC 2016 - mchandras@suse.de
- Initial commit. Taken from the Cloud OBS project
* diskimage-builder-rpmlintrc: Add rpmlint file to prevent build
failures due to the 'wrong-script-interpreter' check. It's a
spurious warning since the interpreter is only used within the
generated image and it does not affect the host or the package
itself.
* 0001-lib-Drop-shebang-from-library-scripts.patch: Add patch to
drop the shebang from the lib/* files which are meant to be
sourced instead of executed (fixes: 'non-executable-script')
* 0002-elements-Drop-executable-bits-from-environment-files.patch:
Add patch to drop the executable bit from files which are meant to
be sourced instead of executed. (fixes: 'script-without-shebang')