Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libostree for openSUSE:Factory checked in at 2021-12-16 21:19:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libostree (Old) and /work/SRC/openSUSE:Factory/.libostree.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libostree" Thu Dec 16 21:19:27 2021 rev:21 rq:940312 version:2021.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libostree/libostree.changes 2021-03-21 23:19:50.776728450 +0100 +++ /work/SRC/openSUSE:Factory/.libostree.new.2520/libostree.changes 2021-12-16 21:20:23.750545978 +0100 @@ -1,0 +2,21 @@ +Fri Dec 10 19:38:06 UTC 2021 - Bj??rn Lie <[email protected]> + +- Update to version 2021.6: + + Most of the fixes are related to warnings highlighted by gcc + -fanalyzer static source analysis. + + Performance of pruning logic has been improved, avoiding + unnecessary trips through redundant serialization. + + A regression has been fixed so that ostree is properly behaving + again when used from the initramfs, at a point where /sysroot + may not be mounted yet. + + A race condition related to sysroot.readonly has been addressed + by directly setting up sysroot readonly in initramfs. +- Changes from version 2020.8 to 2021.5 please see upstreams list + https://github.com/ostreedev/ostree/releases +- Switch to obs_scm from tar_scm, and use obscpio instead of + generated tarball. Also stop autogeneration of .changes, upstream + now have proper release notes that should be used. +- Use ldconfig_scriptlets macro for post(un) handling for shared + library, modernize spec. + +------------------------------------------------------------------- Old: ---- _servicedata libostree-2020.8.tar.xz New: ---- libostree-2021.6.obscpio libostree.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libostree.spec ++++++ --- /var/tmp/diff_new_pack.JA1gUH/_old 2021-12-16 21:20:24.162546135 +0100 +++ /var/tmp/diff_new_pack.JA1gUH/_new 2021-12-16 21:20:24.166546136 +0100 @@ -1,7 +1,7 @@ # # spec file for package libostree # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) Name: libostree -Version: 2020.8 +Version: 2021.6 Release: 0 Summary: Git for operating system binaries License: LGPL-2.0-or-later @@ -123,8 +123,10 @@ %build NOCONFIGURE=1 ./autogen.sh -%configure --with-dracut -make %{?_smp_mflags} +%configure \ + --with-dracut \ + %{nil} +%make_build %install %make_install @@ -135,8 +137,8 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcostree-prepare-root ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcostree-remount -%post -n libostree-1-1 -p /sbin/ldconfig -%postun -n libostree-1-1 -p /sbin/ldconfig +%ldconfig_scriptlets -n libostree-1-1 + %pre %service_add_pre ostree-prepare-root.service %service_add_pre ostree-remount.service ++++++ _service ++++++ --- /var/tmp/diff_new_pack.JA1gUH/_old 2021-12-16 21:20:24.194546147 +0100 +++ /var/tmp/diff_new_pack.JA1gUH/_new 2021-12-16 21:20:24.198546148 +0100 @@ -1,14 +1,14 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/ostreedev/ostree.git</param> <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="filename">libostree</param> - <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/v2020.8</param> + <param name="revision">refs/tags/v2021.6</param> </service> - <service name="recompress" mode="disabled"> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> ++++++ libostree.obsinfo ++++++ name: libostree version: 2021.6 mtime: 1637662412 commit: f1155c8d283c3c85d74d5e1050b0dcf8198f750a
