~alpine/aports

[alpine-aports] [PATCH] main/tiny-ec2-bootstrap: add e2fsprogs-extra dependency

Jake Buchholz <tomalok@gmail.com>
Details
Message ID
<20180814231412.93404-1-tomalok@gmail.com>
Sender timestamp
1534288452
DKIM signature
missing
Download raw message
Patch: +2 -2
tiny-ec2-bootstrap uses resize2fs, which is in e2fsprogs-extra.
---
 main/tiny-ec2-bootstrap/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/tiny-ec2-bootstrap/APKBUILD b/main/tiny-ec2-bootstrap/APKBUILD
index 418d071462..1210b20f78 100644
--- a/main/tiny-ec2-bootstrap/APKBUILD
+++ b/main/tiny-ec2-bootstrap/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Mike Crute <mike@crute.us>
pkgname=tiny-ec2-bootstrap
pkgver=1.0.0
pkgrel=0
pkgrel=1
pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata"
url="https://github.com/mcrute/tiny-ec2-bootstrap"
arch="noarch"
license="MIT"
options="!check"  # no tests provided
depends="openrc"
depends="openrc e2fsprogs-extra"
source="$pkgname-$pkgver.tar.gz::https://github.com/mcrute/$pkgname/archive/release-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-release-$pkgver"

-- 
2.18.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)