diff options
-rw-r--r-- | main/alpine-conf/0001-update-kernel-fix-typo.patch | 25 | ||||
-rw-r--r-- | main/alpine-conf/APKBUILD | 12 |
2 files changed, 33 insertions, 4 deletions
diff --git a/main/alpine-conf/0001-update-kernel-fix-typo.patch b/main/alpine-conf/0001-update-kernel-fix-typo.patch new file mode 100644 index 0000000000..e0deb97dcc --- /dev/null +++ b/main/alpine-conf/0001-update-kernel-fix-typo.patch @@ -0,0 +1,25 @@ +From a800358ceff81134a2538e50298eaff240dbcc94 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Fri, 21 Nov 2014 12:40:55 +0000 +Subject: [PATCH] update-kernel: fix typo + +--- + update-kernel.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/update-kernel.in b/update-kernel.in +index 09b6b9e..2ae397e 100644 +--- a/update-kernel.in ++++ b/update-kernel.in +@@ -130,7 +130,7 @@ trap clean_up EXIT $SIGNALS + + + if [ "$SUPERUSER" ]; then +- apk add $QUIET_OPT --update--cache -t $VIRTUAL mkinitfs squashfs-tools ++ apk add $QUIET_OPT --update-cache -t $VIRTUAL mkinitfs squashfs-tools + fi + + if [ -z "$features" ]; then +-- +2.1.3 + diff --git a/main/alpine-conf/APKBUILD b/main/alpine-conf/APKBUILD index 17788fc518..1419b5b9d1 100644 --- a/main/alpine-conf/APKBUILD +++ b/main/alpine-conf/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=alpine-conf pkgver=3.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname arch="all" license="GPL2" depends="openrc" source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz + 0001-update-kernel-fix-typo.patch " _builddir="$srcdir"/$pkgname-$pkgver @@ -34,6 +35,9 @@ package() { done } -md5sums="d48adaa13dbba0e4c461b39a59fb1c10 alpine-conf-3.1.0.tar.xz" -sha256sums="5c5c3081fba18c0303bd29ccf8caab5d550c0a767f9b3b1e6a0644b717661122 alpine-conf-3.1.0.tar.xz" -sha512sums="22ce9a149171cf8503937b60d36ec2b69fb95123d3e3f7776cc3c9e0f14cdc8a9a2338be8c223233652cd1456f6b55bbc71ed0deda2efb75f0e62b67a4c40088 alpine-conf-3.1.0.tar.xz" +md5sums="d48adaa13dbba0e4c461b39a59fb1c10 alpine-conf-3.1.0.tar.xz +fe4a81cdf9d30c1f0bbcc9977e96410a 0001-update-kernel-fix-typo.patch" +sha256sums="5c5c3081fba18c0303bd29ccf8caab5d550c0a767f9b3b1e6a0644b717661122 alpine-conf-3.1.0.tar.xz +cc1a2254eae01c2cde362cc7cf65d6e5ba7d53a7ced8a170b0502130af6877be 0001-update-kernel-fix-typo.patch" +sha512sums="22ce9a149171cf8503937b60d36ec2b69fb95123d3e3f7776cc3c9e0f14cdc8a9a2338be8c223233652cd1456f6b55bbc71ed0deda2efb75f0e62b67a4c40088 alpine-conf-3.1.0.tar.xz +7f30c7ecb696b4fbf815802bd9d369f2d21a2b2502efdeac3af260df72195c19199fddc81702eb204746146433a23c0649bcf1b8a71c57a34971c4457f0ac33f 0001-update-kernel-fix-typo.patch" |