packages: refresh patches
CI is supposed to catch all of these. Some of these predate CI. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Hauke Mehrtens
parent
0cf4c8a986
commit
2f4bb69664
@@ -10,12 +10,12 @@ Signed-off-by: Paul Spooren <mail@aparcar.org>
|
||||
|
||||
--- a/src/database.c
|
||||
+++ b/src/database.c
|
||||
@@ -1604,7 +1604,7 @@ const char *apk_db_layer_name(int layer)
|
||||
@@ -1643,7 +1643,7 @@ const char *apk_db_layer_name(int layer)
|
||||
{
|
||||
switch (layer) {
|
||||
case APK_DB_LAYER_ROOT: return "lib/apk/db";
|
||||
- case APK_DB_LAYER_UVOL: return "lib/apk/db-uvol";
|
||||
+ case APK_DB_LAYER_UVOL: return "tmp/run/uvol/.meta/apk";
|
||||
default:
|
||||
assert("invalid layer");
|
||||
assert(!"invalid layer");
|
||||
return 0;
|
||||
|
||||
@@ -12,8 +12,6 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
||||
iucode_tool.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/iucode_tool.c b/iucode_tool.c
|
||||
index 4bba5db..0246035 100644
|
||||
--- a/iucode_tool.c
|
||||
+++ b/iucode_tool.c
|
||||
@@ -19,6 +19,7 @@
|
||||
@@ -24,6 +22,3 @@ index 4bba5db..0246035 100644
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
--
|
||||
2.37.2
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
Index: refpolicy-2.20200229/Makefile
|
||||
===================================================================
|
||||
--- refpolicy-2.20200229.orig/Makefile
|
||||
+++ refpolicy-2.20200229/Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -648,6 +648,6 @@ ifneq ($(generated_fc),)
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user