From ea73343fda3bf69cda2a8283ba000fbe6446a52c34bf56521ccf9f64fffaceed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Fri, 17 Jan 2020 12:55:50 +0000 Subject: [PATCH] hmm OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=528 --- bdb_ro.diff | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bdb_ro.diff b/bdb_ro.diff index 4cc9d57..e53e7d3 100644 --- a/bdb_ro.diff +++ b/bdb_ro.diff @@ -36,7 +36,7 @@ backend/ndb/glue.c \ --- ./lib/backend/bdb_ro.c.orig 2020-01-17 12:07:57.129945219 +0000 +++ ./lib/backend/bdb_ro.c 2020-01-17 12:11:21.125440629 +0000 -@@ -0,0 +1,814 @@ +@@ -0,0 +1,819 @@ +#include "system.h" + +#include @@ -788,6 +788,11 @@ + return RPMRC_FAIL; +} + ++static rpmRC bdbro_pkgdbDel(dbiIndex dbi, dbiCursor dbc, unsigned int hdrNum) ++{ ++ return RPMRC_FAIL; ++} ++ +static rpmRC bdbro_pkgdbNew(dbiIndex dbi, dbiCursor dbc, unsigned int *hdrNum) +{ + return RPMRC_FAIL;