Name: sha512hmac-openssl Version: 1.0.0 Release: 2%{?dist} Summary: libkcapi openssl sha512hmac script License: BSD-3-Clause OR GPL-2.0-only Source0: sha512hmac-openssl.sh BuildArch: noarch Requires: openssl # We fake this for the emulated environment where the libkcapi-hmaccalc sha512hmac does not work. # This package/workaround is not required when building in a native environment. Provides: hmaccalc Provides: libkcapi-hmaccalc %description %{summary} %install mkdir -pv %{buildroot}%{_bindir} install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/sha512hmac %files %{_bindir}/sha512hmac %changelog * Mon Jan 26 2026 Jason Montleon [1.0.0-2] - Add hmaccalc provides * Mon Jan 26 2026 Jason Montleon [1.0.0-1] - Initial build