Accepting request 1191410 from home:AndreasStieger:Botan

- Build with Botan 3 on Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1191410
OBS-URL: https://build.opensuse.org/package/show/security:privacy/rnp?expand=0&rev=36
This commit is contained in:
Andreas Stieger 2024-08-03 11:27:25 +00:00 committed by Git OBS Bridge
parent 77c07064b3
commit 91d2c6e4ef
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 30 20:17:53 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Build with Botan 3 on Tumbleweed
-------------------------------------------------------------------
Sun Jul 28 18:20:34 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -31,12 +31,16 @@ BuildRequires: cmake >= 3.18
BuildRequires: gpg2 >= 2.2
BuildRequires: gtest
BuildRequires: pkgconfig
BuildRequires: pkgconfig(botan-2) >= 2.14.0
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(json-c) >= 0.11
BuildRequires: pkgconfig(sexpp) >= 0.8.7
BuildRequires: pkgconfig(zlib)
BuildRequires: rubygem(asciidoctor)
%if 0%{?suse_version} > 1600
BuildRequires: pkgconfig(botan-3) >= 3.0.0
%else
BuildRequires: pkgconfig(botan-2) >= 2.14.0
%endif
%description
RNP is a set of OpenPGP (RFC4880) tools, an alternative to GnuPG.