From 0c1be62a86b74fb0e819c0dcb4ac177d870b0840 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 21 2021 09:37:53 +0000 Subject: Added openssl as Required pkg for validation (missing on some installs) Signed-off-by: Fabian Arrotin --- diff --git a/SPECS/centos-packager.spec b/SPECS/centos-packager.spec index 8306a62..13233c1 100644 --- a/SPECS/centos-packager.spec +++ b/SPECS/centos-packager.spec @@ -1,7 +1,7 @@ Name: centos-packager Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools and files necessary for building CentOS packages Group: Applications/Productivity @@ -17,6 +17,7 @@ Requires: mock curl openssh-clients Requires: redhat-rpm-config Requires: bc Requires: krb5-workstation +Requires: openssl Requires: fasjson-client python3-fasjson-client BuildArch: noarch @@ -47,6 +48,9 @@ ln -sf %{_bindir}/koji %{buildroot}%{_bindir}/cbs %{_bindir}/centos-cert %changelog +* Wed Apr 21 2021 Fabian Arrotin - 0.7.0-3 +- Added openssl as Requires (missing on some fedora install) + * Sat Mar 27 2021 Fabian Arrotin - 0.7.0-2 - Bumped centos-cert for additional verification with CA