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