diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-16 16:04:06 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-02 08:02:12 +0000 |
commit | 2c149f9f8b39703ea77ef34f44c38bc2b498989d (patch) | |
tree | 3998ada5a6ae86f5d29ac4828fa42ce0465cc633 /main/lxc/version.patch | |
parent | 1526ec6daca893e030f32be7cfe6352b4257d82c (diff) | |
download | aports-2c149f9f8b39703ea77ef34f44c38bc2b498989d.tar.bz2 aports-2c149f9f8b39703ea77ef34f44c38bc2b498989d.tar.xz |
main/lxc: upgrade to 3.1
Lots of changes in the way LXC handles creations of containers.
https://discuss.linuxcontainers.org/t/lxc-3-0-0-has-been-released/1449
- fixed building of man docs
- bundled pam module
- lua module is now a seperate pkg
- python module now a seperate pkg
Diffstat (limited to 'main/lxc/version.patch')
-rw-r--r-- | main/lxc/version.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/main/lxc/version.patch b/main/lxc/version.patch deleted file mode 100644 index 6f61d8257a..0000000000 --- a/main/lxc/version.patch +++ /dev/null @@ -1,17 +0,0 @@ -Fix version so apk-tools understand the .so version -(1.0.0.rc4 -> 1.0.0_rc4) - -diff --git a/configure.ac b/configure.ac -index 498d69a..f52bf8c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -8,7 +8,8 @@ m4_define([lxc_version_beta], [rc4]) - - m4_define([lxc_version_base], [lxc_version_major.lxc_version_minor.lxc_version_micro]) - m4_define([lxc_version], -- [ifelse(lxc_version_beta, [], [lxc_version_base], [lxc_version_base.lxc_version_beta])]) -+ [ifelse(lxc_version_beta, [], [lxc_version_base], -+ [lxc_version_base[_]lxc_version_beta])])]) - - AC_INIT([lxc], [lxc_version]) - |