lxc: fixed installation.
renamed systemd service file, removed unnecessary dependency and fixed entry in shlibs.
This commit is contained in:
parent
0a05235089
commit
1076fbfc88
|
@ -1475,4 +1475,4 @@ libgwengui-cpp.so.0 gwenhywfar-4.10.0beta_1
|
||||||
libaqbanking.so.34 aqbanking-5.0.25_1
|
libaqbanking.so.34 aqbanking-5.0.25_1
|
||||||
libxmlsec1.so.1 xmlsec1-1.2.19_1
|
libxmlsec1.so.1 xmlsec1-1.2.19_1
|
||||||
libcheck.so.0 check-0.9.12_1
|
libcheck.so.0 check-0.9.12_1
|
||||||
liblxc.so.1 lxc-1.0.0_1
|
liblxc.so.1 liblxc-1.0.0_1
|
||||||
|
|
|
@ -9,7 +9,7 @@ build_style=gnu-configure
|
||||||
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
|
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
|
||||||
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
||||||
hostmakedepends="pkg-config docbook2x"
|
hostmakedepends="pkg-config docbook2x"
|
||||||
makedepends="libcap-devel libseccomp-devel automake"
|
makedepends="libcap-devel libseccomp-devel"
|
||||||
short_desc="${_desc} - utilities"
|
short_desc="${_desc} - utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://linuxcontainers.org"
|
homepage="http://linuxcontainers.org"
|
||||||
|
@ -45,5 +45,5 @@ lxc-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/service 644 usr/lib/systemd/system lxc.service
|
vinstall ${FILESDIR}/service 644 usr/lib/systemd/system lxc@.service
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue