Date: Monday, April 9, 2018 @ 12:16:09
  Author: spupykin
Revision: 315412

remove requires=cgmanager

Modified:
  lxcfs/trunk/PKGBUILD
  lxcfs/trunk/lxcfs.service

---------------+
 PKGBUILD      |    2 +-
 lxcfs.service |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-09 11:49:46 UTC (rev 315411)
+++ PKGBUILD    2018-04-09 12:16:09 UTC (rev 315412)
@@ -4,7 +4,7 @@
 
 pkgname=lxcfs
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
 url="https://linuxcontainers.org/";

Modified: lxcfs.service
===================================================================
--- lxcfs.service       2018-04-09 11:49:46 UTC (rev 315411)
+++ lxcfs.service       2018-04-09 12:16:09 UTC (rev 315412)
@@ -3,7 +3,6 @@
 ConditionVirtualization=!container
 Before=lxc.service
 After=cgmanager.service
-Requires=cgmanager.service
 
 [Service]
 ExecStart=/usr/bin/lxcfs /var/lib/lxcfs

Reply via email to