Hello community,

here is the log from the commit of package libostree for openSUSE:Factory 
checked in at 2018-11-18 23:26:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libostree (Old)
 and      /work/SRC/openSUSE:Factory/.libostree.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libostree"

Sun Nov 18 23:26:11 2018 rev:13 rq:649254 version:2018.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libostree/libostree.changes      2018-09-11 
17:12:11.323883183 +0200
+++ /work/SRC/openSUSE:Factory/.libostree.new/libostree.changes 2018-11-18 
23:26:24.449900634 +0100
@@ -1,0 +2,37 @@
+Wed Nov 14 08:35:59 UTC 2018 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to version 2018.9:
+  + New features:
+    * Allow disabling pulling from LAN/USB/Internet
+    * lib/repo: Add an API to get min-free-space-* reserved bytes
+    * OstreeMutableTree: add _remove method
+    * repo: Add a checkout option to not hardlink zero-sized files
+  + Bugfixes (apart from regular memory leaks fixes):
+    * finalize-staged: Bump timeout to 5 minutes
+    * deploy: Fix removing /var/.updated with separate /var mount
+    * src/ostree: Don't delete refs having aliases
+  + One notable change in this release is the initrd service
+    ostree-prepare-root.service now runs earlier in the boot
+    process. This shouldn't actually affect OSes, unless there's
+    extended logic in the initrd that integrates tightly with
+    OSTree.
+  + Another systemd related change is the introduction of a path
+    unit: ostree-finalize-staged.path. This allows the service of
+    the same name to be path activated instead of explicitly started
+    at deployment staging time. This release however does not yet
+    rely on this mechanism to give time for packagers and
+    integrators to adapt to the new unit (e.g. by enabling it in
+    the systemd presets). A future release will require this. Note
+    that deployment staging is still not the default for libostree,
+    although at least rpm-ostree now unconditionally uses staging,
+    and while it generally worked well, we hit issues with people
+    using slower hard drives, hence the increase in timeout in
+    PR #1755 .
+  + Another change to call out is:
+    lib/commit: Don't chown objects to repo target owner.
+    We previously had incomplete support for a process running as
+    uid 0 writing to a repository owned by a non-zero uid, but it
+    was never finished. This will likely be revisited at a later
+    time.
+
+-------------------------------------------------------------------

Old:
----
  libostree-2018.8.tar.xz

New:
----
  libostree-2018.9.tar.xz

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

Other differences:
------------------
++++++ libostree.spec ++++++
--- /var/tmp/diff_new_pack.L3G5YY/_old  2018-11-18 23:26:25.657899168 +0100
+++ /var/tmp/diff_new_pack.L3G5YY/_new  2018-11-18 23:26:25.661899163 +0100
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:           libostree
-Version:        2018.8
+Version:        2018.9
 Release:        0
 Summary:        Git for operating system binaries
 License:        LGPL-2.0-or-later
@@ -171,6 +171,7 @@
 %{_unitdir}/ostree-prepare-root.service
 %{_unitdir}/ostree-remount.service
 %{_unitdir}/ostree-finalize-staged.service
+%{_unitdir}/ostree-finalize-staged.path
 %dir %{_sysconfdir}/dracut.conf.d
 %{_sysconfdir}/dracut.conf.d/ostree.conf
 %{_datadir}/ostree/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.L3G5YY/_old  2018-11-18 23:26:25.689899129 +0100
+++ /var/tmp/diff_new_pack.L3G5YY/_new  2018-11-18 23:26:25.693899124 +0100
@@ -6,7 +6,7 @@
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="filename">libostree</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/v2018.8</param>
+    <param name="revision">refs/tags/v2018.9</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.L3G5YY/_old  2018-11-18 23:26:25.709899105 +0100
+++ /var/tmp/diff_new_pack.L3G5YY/_new  2018-11-18 23:26:25.709899105 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/ostreedev/ostree.git</param>
-              <param 
name="changesrevision">7aa242c34cbfde2cd09d36d1ee2b32166287d9b6</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">f3eba6bcec39c163eb831c02c148ffa483292906</param></service></servicedata>
\ No newline at end of file

++++++ libostree-2018.8.tar.xz -> libostree-2018.9.tar.xz ++++++
++++ 2244 lines of diff (skipped)


Reply via email to