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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Sep 2 12:01:54 UTC 2016


    Date: Friday, September 2, 2016 @ 12:01:53
  Author: mtorromeo
Revision: 188296

upgpkg: rkt 1.14.0-1

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-02 10:47:36 UTC (rev 188295)
+++ PKGBUILD	2016-09-02 12:01:53 UTC (rev 188296)
@@ -7,7 +7,7 @@
 # Contributor: Carl George <arch at cgtx dot us> PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
@@ -18,8 +18,8 @@
              'intltool' 'gperf' 'git' 'libseccomp' 'bc')
 
 # stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1097.0.0
-CCN_SYSTEMD_VERSION=v229
+CCN_IMG_RELEASE=1151.0.0
+CCN_SYSTEMD_VERSION=v231
 
 # stage1/usr_from_kvm/kernel.mk
 KERNEL_VERSION=4.3.1
@@ -32,8 +32,8 @@
 noextract=(coreos_production_pxe_image.cpio.gz
            linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('fddcb675b36ad0860561ee281cdefcf9fb947f781a36bf3967af1b11e8123c80'
-            'aa205919c4c733cf4cb7220f038f272f4b3ce6a185e5195945fdc625f506f737'
+sha256sums=('2458783023c561358c59600accb58ccfe335535931a58da988d70893a1c5a5e7'
+            '6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
             'SKIP'
             '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
             '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
@@ -57,9 +57,9 @@
     --localstatedir=/var \
     --enable-tpm=auto \
     --with-stage1-flavors=coreos,kvm,host,fly \
-    --with-stage1-default-flavor=coreos \
+    --with-stage1-default-flavor=host \
     --with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-    --with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
+    --with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-host.aci \
     --with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz \
     --with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
 



More information about the arch-commits mailing list