From 42d326170d97d6772efc90de816f66a125715f2a Mon Sep 17 00:00:00 2001 From: Qian Li Date: Thu, 18 Apr 2024 18:10:21 +0800 Subject: [PATCH] [sscg] Resolve missing opessl command when running test at compile time (cherry picked from commit bf1ece18531791c0395da1099c85e04dbc7c0ca3) --- sscg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sscg.spec b/sscg.spec index bc036d4..be2ed31 100644 --- a/sscg.spec +++ b/sscg.spec @@ -1,12 +1,12 @@ Name: sscg Version: 3.0.5 -Release: 1 +Release: 2 Summary: Simple Signed Certificate Generator License: GPL-3.0 URL: https://github.com/sgallagher/sscg Source0: https://github.com/sgallagher/sscg/archive/refs/tags/%{name}-%{version}.tar.gz -BuildRequires: gcc libtalloc-devel openssl-devel popt-devel libpath_utils-devel meson ninja-build help2man +BuildRequires: gcc libtalloc-devel openssl-devel popt-devel libpath_utils-devel meson ninja-build help2man openssl %description SSCG(Simple Signed Certificate Generator) makes it easy to generate usable and secure @@ -44,6 +44,9 @@ the machine to a risk of false signatures from the service certificate. %{_mandir}/man8/sscg.8* %changelog +* Thu Apr 18 2024 liqian - 3.0.5-2 +- Resolve missing opessl command when running test at compile time + * Wed Jul 12 2023 dillon chen - 3.0.5-1 - update version to 3.0.5 -- Gitee