[arch-commits] Commit in docker/trunk (PKGBUILD docker.install docker.sysusers)

Sébastien Luttringer seblu at archlinux.org
Thu Jan 12 10:54:56 UTC 2017


    Date: Thursday, January 12, 2017 @ 10:54:56
  Author: seblu
Revision: 206979

upgpkg: docker 1:1.12.6-1

Modified:
  docker/trunk/PKGBUILD
  docker/trunk/docker.sysusers
Deleted:
  docker/trunk/docker.install

-----------------+
 PKGBUILD        |    5 ++---
 docker.install  |   13 -------------
 docker.sysusers |    1 +
 3 files changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 10:50:29 UTC (rev 206978)
+++ PKGBUILD	2017-01-12 10:54:56 UTC (rev 206979)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.12.5
+pkgver=1.12.6
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -15,7 +15,6 @@
             'lxc: lxc backend support')
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
-install=$pkgname.install
 # Use exact commit version from Dockerfile for runc and containerd until 1.0.0
 # https://github.com/docker/containerd/issues/299#issuecomment-240745119
 source=("git+https://github.com/docker/docker.git#tag=v$pkgver"
@@ -25,7 +24,7 @@
 md5sums=('SKIP'
          'SKIP'
          'SKIP'
-         '8cf9900ebada61f352a03465a088da34')
+         '9a8b2744db23b14ca3cd350fdf73c179')
 
 prepare() {
   cd docker

Deleted: docker.install
===================================================================
--- docker.install	2017-01-12 10:50:29 UTC (rev 206978)
+++ docker.install	2017-01-12 10:54:56 UTC (rev 206979)
@@ -1,13 +0,0 @@
-# Arg 1:  the new package version
-post_install() {
-  # create docker group (FS#38029)
-  systemd-sysusers docker.conf
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  (( $(vercmp $2 '1:0.7.1-1') < 0 )) &&  post_install "$1" || true
-}
-
-# vim:set ts=2 sw=2 et:

Modified: docker.sysusers
===================================================================
--- docker.sysusers	2017-01-12 10:50:29 UTC (rev 206978)
+++ docker.sysusers	2017-01-12 10:54:56 UTC (rev 206979)
@@ -1 +1,2 @@
+# create docker group (FS#38029)
 g docker - -



More information about the arch-commits mailing list