From a31b0c586417445f26862d2280983273c4a7db439a90ca9aa3c6c41052d3bdf5 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 14 Jun 2023 20:58:11 +0000 Subject: [PATCH] leap OBS-URL: https://build.opensuse.org/package/show/security:privacy/rnp?expand=0&rev=20 --- rnp.changes | 5 +++++ rnp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rnp.changes b/rnp.changes index df2826f..de7b132 100644 --- a/rnp.changes +++ b/rnp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 14 20:57:32 UTC 2023 - Andreas Stieger + +- fix build on Leap (json-c) + ------------------------------------------------------------------- Mon Jun 12 20:32:19 UTC 2023 - Andreas Stieger diff --git a/rnp.spec b/rnp.spec index 1b0a4bb..aa5a0f0 100644 --- a/rnp.spec +++ b/rnp.spec @@ -34,9 +34,9 @@ BuildRequires: gcc-c++ BuildRequires: gpg2 >= 2.2 BuildRequires: gtest BuildRequires: pkgconfig -BuildRequires: cmake(json-c) >= 0.11 BuildRequires: pkgconfig(botan-2) >= 2.14.0 BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(json-c) >= 0.11 BuildRequires: pkgconfig(zlib) BuildRequires: rubygem(asciidoctor)