Accepting request 573734 from GNOME:Next

- Update to version 2018.1:
  + Support for booting without initramfs.
  + bash/ostree: add missing --add-metadata option.
  + bin/commit: add --keep-metadata option.
  + bin/commit: move parent checking code higher up.
  + bin: Fix cookie builtin build with curl but no soup.
  + build-sys: Allow building with curl, but without libsoup.
  + build-sys: Link with -ldl for rust build.
  + deploy: add --karg-none argument.
  + find-remotes: Add --finders option.
  + grub2: Exit gracefully if there's no system ostree repository.
  + lib/checkout: Validate pathnames during checkout.
  + lib/fetcher: Add version to USER_AGENT string.
  + lib/pull: allways include ostree-repo-pull-private.h.
  + lib: Validate metadata structure more consistently during pull.
  + ostree-prepare-root: enabler for simpler kernel arg.
  + rofiles: Add --copyup option.
  + rofiles: Fix --copyup when creating a new file.

OBS-URL: https://build.opensuse.org/request/show/573734
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libostree?expand=0&rev=18
This commit is contained in:
2018-02-08 12:06:49 +00:00
committed by Git OBS Bridge
parent 55c131f90d
commit fb9f9cc1f4
6 changed files with 31 additions and 8 deletions
+22
View File
@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Feb 05 14:25:03 UTC 2018 - dimstar@opensuse.org
- Update to version 2018.1:
+ Support for booting without initramfs.
+ bash/ostree: add missing --add-metadata option.
+ bin/commit: add --keep-metadata option.
+ bin/commit: move parent checking code higher up.
+ bin: Fix cookie builtin build with curl but no soup.
+ build-sys: Allow building with curl, but without libsoup.
+ build-sys: Link with -ldl for rust build.
+ deploy: add --karg-none argument.
+ find-remotes: Add --finders option.
+ grub2: Exit gracefully if there's no system ostree repository.
+ lib/checkout: Validate pathnames during checkout.
+ lib/fetcher: Add version to USER_AGENT string.
+ lib/pull: allways include ostree-repo-pull-private.h.
+ lib: Validate metadata structure more consistently during pull.
+ ostree-prepare-root: enabler for simpler kernel arg.
+ rofiles: Add --copyup option.
+ rofiles: Fix --copyup when creating a new file.
-------------------------------------------------------------------
Wed Dec 20 10:37:56 UTC 2017 - zaitor@opensuse.org
+2 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package libostree
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libostree
Version: 2017.15
Version: 2018.1
Release: 0
Summary: Git for operating system binaries
License: LGPL-2.0+
+3 -2
View File
@@ -2,10 +2,11 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ostreedev/ostree.git</param>
<param name="scm">git</param>
<param name="versionformat">2017.15</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/v2017.15</param>
<param name="revision">refs/tags/v2018.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
+1 -1
View File
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ostreedev/ostree.git</param>
<param name="changesrevision">19d08dab617bf060c6440ecbd8df3347b04741b5</param></service></servicedata>
<param name="changesrevision">d3fa95023e1d944f5923064d5b19cc6ee62cf80a</param></service></servicedata>
Binary file not shown.
BIN
View File
Binary file not shown.