Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-10 00:58:02 +00:00
parent a3ce8bd969
commit b40aa7ee5c

View File

@ -9,7 +9,7 @@
Name: sscg
Version: 3.0.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Simple SSL certificate generator
License: GPLv3+ with exceptions
@ -58,6 +58,10 @@ false signatures from the service certificate.
%{_mandir}/man8/%{name}.8*
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Sat Aug 07 2021 Stephen Gallagher <sgallagh@redhat.com> - 3.0.0-2
- Drop usage of removed macro ERR_GET_FUNC()
- Related: rhbz#1964837