aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apt-dater-host/0003-apk-an-alpine-package-can-be-held-back-with-as-well.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/apt-dater-host/0003-apk-an-alpine-package-can-be-held-back-with-as-well.patch')
-rw-r--r--testing/apt-dater-host/0003-apk-an-alpine-package-can-be-held-back-with-as-well.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/apt-dater-host/0003-apk-an-alpine-package-can-be-held-back-with-as-well.patch b/testing/apt-dater-host/0003-apk-an-alpine-package-can-be-held-back-with-as-well.patch
deleted file mode 100644
index bf0dc11009..0000000000
--- a/testing/apt-dater-host/0003-apk-an-alpine-package-can-be-held-back-with-as-well.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 77f70cd961923e9caa5e5a83bf32eeb5ea125255 Mon Sep 17 00:00:00 2001
-From: Henrik Riomar <henrik.riomar@gmail.com>
-Date: Fri, 19 May 2017 17:28:24 +0200
-Subject: [PATCH] apk: an alpine package can be held back with < as well
-
-https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management#Holding_a_specific_package_back
----
- apk/apt-dater-host | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/apk/apt-dater-host b/apk/apt-dater-host
-index cc0a1eb..25c9fb8 100755
---- a/apk/apt-dater-host
-+++ b/apk/apt-dater-host
-@@ -52,7 +52,7 @@ get_prl()
- # check if a pkg is held back
- is_held()
- {
-- grep -E -q ^$1\= /etc/apk/world
-+ grep -E -q -e ^$1\= -e ^$1\< /etc/apk/world
- }
-
- # check if $1 > $2
---
-2.13.0
-