Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2019-05-27 08:28:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Mon May 27 08:28:39 2019 rev:42 rq:705193 version:9.17.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2019-04-17 
10:05:20.054569881 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new.5148/python-kiwi.changes        
2019-05-27 08:28:43.711296847 +0200
@@ -1,0 +2,335 @@
+Fri May 24 08:57:42 CEST 2019 - Marcus Schäfer <[email protected]>
+
+- Bump version: 9.17.38 → 9.17.39
+
+-------------------------------------------------------------------
+Thu May 23 15:33:18 CEST 2019 - Marcus Schäfer <[email protected]>
+
+- Update obs docs per review by Tom
+
+-------------------------------------------------------------------
+Wed May 22 16:04:47 CEST 2019 - David Cassany <[email protected]>
+
+- Disable check-valid-until with repository_gpgcheck
+
+  This commit is two fold:
+
+  * From one side fixes a wrong use of the `trusted` option for
+  apt repositories. `trusted=no` does not force to run the gpg checks
+  it just forces the repository to be considered untrusted regardless
+  the result of the security checks.
+
+  * From the other side it disables the option `check-valid-until` in
+  case gpg checks are disabled using the `repository_gpgcheck`. It
+  works at repository level. This enables using unmaintained or
+  expired repositories for the build.
+
+  Fixes #1028
+
+-------------------------------------------------------------------
+Fri May 17 14:08:21 CEST 2019 - Thomas Schraitle <[email protected]>
+
+- Simplify shell pipe expression with shell builtin
+
+  Replace "echo $var | sed ..." expression with ${var//SEARCH/REPLACE}
+  shell builtin as suggested by Codacy
+
+-------------------------------------------------------------------
+Wed May 15 08:55:52 CEST 2019 - Marcus Schäfer <[email protected]>
+
+- Make mediacheck runtime check arch independent
+
+  The check_mediacheck_only_for_x86_arch runtime check fails on
+  non x86 architectures but the tagmedia toolchain exists independent
+  of the platform architecture. This Fixes #1091
+
+-------------------------------------------------------------------
+Tue May 14 08:45:21 CEST 2019 - Marcus Schäfer <[email protected]>
+
+- Set home as protected path
+
+  Along with adding home to the protection list, cleanup
+  the prepare instance cleanup code in a way that it only
+  runs if a root_bind object exists which needs to call
+  its cleanup path
+
+-------------------------------------------------------------------
+Mon May 13 17:17:02 CEST 2019 - Dan Čermák <[email protected]>
+
+- Extend docs about building multiple profiles on OBS
+
+-------------------------------------------------------------------
+Fri May 10 23:04:18 CEST 2019 - Dan Čermák <[email protected]>
+
+- Remove FIXME from the runtime configuration file example
+
+-------------------------------------------------------------------
+Thu May 09 23:33:42 CEST 2019 - Dan Čermák <[email protected]>
+
+- Improve the documentation about building in the Build Service
+
+  Co-Authored-By: Thomas Schraitle <[email protected]>
+
+-------------------------------------------------------------------
+Thu May 09 23:03:36 CEST 2019 - Dan Čermák <[email protected]>
+
+- Turn sphinx warnings into errors
+
+  Modify the sphinx Makefile to treat warnings
+  like undefined references as errors
+
+-------------------------------------------------------------------
+Wed May 08 17:02:41 CEST 2019 - Alberto Planas <[email protected]>
+
+- kiwi-live-lib: mount live ISO as read-only
+
+  During the boot process of a live image, dracut shows this WARNING:
+
+  dracut-initqueue: mount: /run/initramfs/live: WARNING: device 
write-protected, mounted read-only
+
+  This is not a problem, as the live ISO image is, indeed, read-only.
+
+  This patch fix this cosmetic issue being explicit in the mount
+  options in `mountIso` function.
+
+-------------------------------------------------------------------
+Tue May 07 11:10:39 CEST 2019 - Marcus Schäfer <[email protected]>
+
+- Call isolinux-config only on supported archs
+
+-------------------------------------------------------------------
+Mon May 06 15:53:45 CEST 2019 - David Cassany <[email protected]>
+
+- Discard default dependencies for sysroot.mount
+
+  This commit makes default dependencies from sysroot.mount to be
+  explicitly omitted. This fixes potential inconsistencies in
+  ordering pre-mount.service with local-fs.target. This change is
+  also applied to upstream sysroot.mount generator here:
+
+  https://github.com/systemd/systemd/pull/12281
+
+  Fixes #1015
+
+-------------------------------------------------------------------
+Fri May 03 11:51:02 CEST 2019 - David Cassany <[email protected]>
+
+- Fix locale setting
+
+  For pre-Leap 15 openSUSE versions KIWI >= 9.12.0 was not completely
+  setting locale, as it was missingto set the RC_LANG variable from
+  `/etc/sysconfig/language` file. Current commit enforces to update
+  locale in `/etc/sysconfig/language` (if the file exists) at the
+  same time it applies systemd-firstboot configurations.
+
+  Fixes #1081
+
+-------------------------------------------------------------------
+Thu May 02 16:17:50 CEST 2019 - Dan Čermák <[email protected]>
+
+- Cleanup TODO & FIXME from xml_description.rst
+
+-------------------------------------------------------------------
+Fri Apr 26 15:06:14 CEST 2019 - Dan Čermák <[email protected]>
+
+- Add GitLab CI pipeline badge to README.rst
+
+-------------------------------------------------------------------
+Fri Apr 26 15:05:51 CEST 2019 - Dan Čermák <[email protected]>
+
+- Extend the development documentation
+
+  Co-Authored-By: Thomas Schraitle <[email protected]>
+
+-------------------------------------------------------------------
+Fri Apr 26 12:29:19 CEST 2019 - Dan Čermák <[email protected]>
+
+- Log thrown exceptions in Compress.get_format()
+
+-------------------------------------------------------------------
+Fri Apr 26 12:29:00 CEST 2019 - Dan Čermák <[email protected]>
+
+- Fix documentation of Compress.get_format()
+
+-------------------------------------------------------------------
+Fri Apr 26 11:40:14 CEST 2019 - Dan Čermák <[email protected]>
+
+- log exception in SystemPrepare.__del__
+
+-------------------------------------------------------------------
+Fri Apr 26 10:53:51 CEST 2019 - Dan Čermák <[email protected]>
+
+- Use yaml.safe_load instead of yaml.load
+
+  yaml.load is relatively dangerous when the loaded data comes from untrusted
+  sources, as it can allow for arbitrary code execution, see:
+  https://pyyaml.org/wiki/PyYAMLDocumentation#LoadingYAML
+
+  safe_load limits the created python objects to the basic Python types like
+  integers and strings, which is all that we need for the runtime configuration
+  file.
+
+-------------------------------------------------------------------
+Thu Apr 25 16:40:39 CEST 2019 - Marcus Schäfer <[email protected]>
+
+- Fixing doc source for broken refs and xml syntax
+
+-------------------------------------------------------------------
+Wed Apr 24 22:56:24 CEST 2019 - Dan Čermák <[email protected]>
+
+- Document the usage of profiles via the CLI and OBS
+
+-------------------------------------------------------------------
+Wed Apr 24 22:31:44 CEST 2019 - Tom Schraitle 
<[email protected]>
+
+- Apply suggestions from @tomschr
+
+  Co-Authored-By: dcermak <[email protected]>
+
+-------------------------------------------------------------------
+Wed Apr 24 17:26:52 CEST 2019 - Dan Čermák <[email protected]>
+
+- Improve the documentation of the runtime configuration file
+
+  Co-Authored-By: Thomas Schraitle <[email protected]>
+
+-------------------------------------------------------------------
+Wed Apr 24 15:33:19 CEST 2019 - Tom Schraitle 
<[email protected]>
++++ 166 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.5148/python-kiwi.changes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.ueuA48/_old  2019-05-27 08:28:44.831296411 +0200
+++ /var/tmp/diff_new_pack.ueuA48/_new  2019-05-27 08:28:44.851296403 +0200
@@ -45,7 +45,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.17.37
+Version:        9.17.39
 Provides:       kiwi-schema = 6.6
 Release:        0
 Url:            https://github.com/SUSE/kiwi

++++++ python-kiwi.tar.gz ++++++
++++ 2203 lines of diff (skipped)


Reply via email to