aboutsummaryrefslogtreecommitdiffstats
path: root/main/ansible/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-16 14:28:48 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-16 14:28:48 +0000
commitacc448e1a6c21e47ba066c2d28adfd762345f5c7 (patch)
tree1ea03b0e5c4f496fde93d94d8900151e89c7645f /main/ansible/APKBUILD
parent0b0f3b1d3493fb7973f57be6e445f97594e93127 (diff)
downloadaports-acc448e1a6c21e47ba066c2d28adfd762345f5c7.tar.bz2
aports-acc448e1a6c21e47ba066c2d28adfd762345f5c7.tar.xz
main/ansible: add option to change shell in lxc module
https://github.com/ansible/ansible/pull/40924
Diffstat (limited to 'main/ansible/APKBUILD')
-rw-r--r--main/ansible/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD
index 6f419d188a..e23d0826f9 100644
--- a/main/ansible/APKBUILD
+++ b/main/ansible/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible
pkgver=2.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com"
arch="noarch"
@@ -13,7 +13,10 @@ _py=py3
depends="python3 $_py-yaml $_py-paramiko $_py-jinja2 $_py-markupsafe $_py-crypto"
makedepends="python2-dev py-setuptools"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
+ add-lxc-container_shell-option.patch
+ "
+
builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
@@ -39,4 +42,5 @@ package() {
install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname
}
-sha512sums="a5e0e0b87bb2fa8fbc76825733a5c6afe642d4602be80466e5f28324e90be4487fd1c300e567a164222f171bd9eac65b7b36ca9b6fe4bebfcbd2c24dd60049ad ansible-2.7.0.tar.gz"
+sha512sums="a5e0e0b87bb2fa8fbc76825733a5c6afe642d4602be80466e5f28324e90be4487fd1c300e567a164222f171bd9eac65b7b36ca9b6fe4bebfcbd2c24dd60049ad ansible-2.7.0.tar.gz
+e1bd1affec585abf4556d1f2598df2689c2341fc0ddaec3eadc0a9c6df5725b8ab97092771f2c57da6ecaa72ae1bb5e5ccce55db8c4d74bfc785f611dd5b8c32 add-lxc-container_shell-option.patch"