[arch-commits] Commit in ostree/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Apr 17 11:11:28 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:11:27
  Author: dvzrv
Revision: 412804

upgpkg: ostree 2021.2-1: Upgrade to 2021.2.

Use pinned commit while opening conversation with upstream about establishing a
chain of trust for releases:
https://github.com/ostreedev/ostree/issues/2349

Modified:
  ostree/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 10:19:52 UTC (rev 412803)
+++ PKGBUILD	2021-04-17 11:11:27 UTC (rev 412804)
@@ -4,7 +4,8 @@
 
 _name=libostree
 pkgname=ostree
-pkgver=2021.1
+pkgver=2021.2
+_commit='6a72674ec621a2282043c3a083fe1e45cd6a8761' # 2021.2
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/"
@@ -16,7 +17,7 @@
 'gtk-doc' 'libarchive' 'libsoup' libxslt 'mkinitcpio' 'python' 'systemd')
 checkdepends=('cpio' 'elfutils' 'gjs' 'parallel' 'python-yaml' 'syslinux')
 provides=('libostree-1.so')
-source=("git+https://github.com/ostreedev/ostree#tag=v${pkgver}"
+source=("git+https://github.com/ostreedev/ostree#commit=${_commit}"
         "git+https://github.com/mendsley/bsdiff"
         "git+https://gitlab.gnome.org/GNOME/libglnx.git")
 sha512sums=('SKIP'
@@ -25,6 +26,8 @@
 b2sums=('SKIP'
         'SKIP'
         'SKIP')
+# upstream ticket about chain of trust:
+# https://github.com/ostreedev/ostree/issues/2349
 validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters <walters at redhat.com>
 
 prepare() {



More information about the arch-commits mailing list