[arch-commits] Commit in rkt/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Oct 3 08:29:49 UTC 2016
Date: Monday, October 3, 2016 @ 08:29:48
Author: mtorromeo
Revision: 191252
upgpkg: rkt 1.16.0-1
Modified:
rkt/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-03 07:58:48 UTC (rev 191251)
+++ PKGBUILD 2016-10-03 08:29:48 UTC (rev 191252)
@@ -7,8 +7,8 @@
# Contributor: Carl George <arch at cgtx dot us> PGP-Key: 4BA2F7E101D9F512
pkgname=rkt
-pkgver=1.15.0
-pkgrel=3
+pkgver=1.16.0
+pkgrel=1
pkgdesc="App container runtime"
arch=('x86_64')
url="https://github.com/coreos/rkt"
@@ -28,17 +28,15 @@
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
- rkt.sysusers
- rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
+ rkt.sysusers)
noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('3efd0dc96c8783d5b378862c7239f733863a181bb3148f3b2e8e10023df06e01'
+sha256sums=('8c7bb07217b68e153d54e45646072fd267ee1ee88a410887f2d8f75eb4752e89'
'6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
'SKIP'
'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
- '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6'
- '1dc68b38d58858840e99537c9c17f9a9ac087a6b2eb393aa48c79f98d7dcc2ee')
+ '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
install="rkt.install"
prepare() {
@@ -46,11 +44,6 @@
mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-
- # stage1-host fails to start container on systemd 231
- # https://github.com/coreos/rkt/issues/3215
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i "$srcdir"/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
}
build() {
More information about the arch-commits
mailing list