[arch-commits] Commit in lxcfs/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon May 7 11:54:42 UTC 2018


    Date: Monday, May 7, 2018 @ 11:54:41
  Author: spupykin
Revision: 319094

archrelease: copy trunk to community-x86_64

Added:
  lxcfs/repos/community-x86_64/PKGBUILD
    (from rev 319093, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
    (from rev 319093, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

---------------+
 PKGBUILD      |   70 ++++++++++++++++++++++++++++----------------------------
 lxcfs.service |   28 ++++++++++------------
 2 files changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-07 11:54:26 UTC (rev 319093)
+++ PKGBUILD	2018-05-07 11:54:41 UTC (rev 319094)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Christian Brauner <christianvanbrauner at gmail.com>
-
-pkgname=lxcfs
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/"
-license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"
-	"lxcfs.service")
-sha256sums=('204044eb22299cf03fc32580810cdc488eefe8cc277864d1937daf36ea98239a'
-            '37de44dc1bc645f1cadb598ec367d3055cc6813a4e25010c8521e735ddc03c4e')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    ./configure \
-        --prefix=/usr \
-        --sbindir=/usr/bin \
-        --with-pamdir=/usr/lib/security \
-        --localstatedir=/var
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir/" install
-    install -dm0755 "$pkgdir"/var/lib/lxcfs
-    install -Dm0644 "$srcdir"/lxcfs.service "$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 319093, lxcfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-07 11:54:41 UTC (rev 319094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Brauner <christianvanbrauner at gmail.com>
+
+pkgname=lxcfs
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"
+	"lxcfs.service")
+sha256sums=('204044eb22299cf03fc32580810cdc488eefe8cc277864d1937daf36ea98239a'
+            '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --sbindir=/usr/bin \
+        --with-pamdir=/usr/lib/security \
+        --localstatedir=/var
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+    install -dm0755 "$pkgdir"/var/lib/lxcfs
+    install -Dm0644 "$srcdir"/lxcfs.service "$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===================================================================
--- lxcfs.service	2018-05-07 11:54:26 UTC (rev 319093)
+++ lxcfs.service	2018-05-07 11:54:41 UTC (rev 319094)
@@ -1,15 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-After=cgmanager.service
-Requires=cgmanager.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 319093, lxcfs/trunk/lxcfs.service)
===================================================================
--- lxcfs.service	                        (rev 0)
+++ lxcfs.service	2018-05-07 11:54:41 UTC (rev 319094)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list