From ab9f73562eaf677cfe8b3513c2e12356e094d84d Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Mon, 6 May 2024 13:21:14 +0800 Subject: [PATCH] fend: add OpenSSL build dep --- specs/fend.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/specs/fend.spec b/specs/fend.spec index a9e76e3..e1c93e7 100644 --- a/specs/fend.spec +++ b/specs/fend.spec @@ -2,14 +2,14 @@ Name: fend Version: 1.4.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Arbitrary-precision unit-aware calculator License: GPLv3+ URL: https://github.com/printfn/fend Source0: %{url}/archive/v%{version}.tar.gz -BuildRequires: gcc +BuildRequires: gcc pkgconfig(openssl) # pandoc shipped by EL7/8 cannot build man page successfully %if 0%{?rhel} >= 9 BuildRequires: pandoc @@ -67,6 +67,9 @@ install -Dpm 644 documentation/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %endif %changelog +* Mon May 06 2024 Add - 1.4.8-2 +- Add OpenSSL build dep + * Mon May 06 2024 cyqsimon - 1.4.8-1 - Release 1.4.8