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