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:41:33 +00:00
parent 54ab583cd2
commit c6e428649b

View File

@ -3,7 +3,7 @@
Name: rubygem-%{gem_name}
Version: 2.3.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Fast, pure-Ruby Markdown-superset converter
License: MIT
@ -100,6 +100,10 @@ popd
%doc %{gem_docdir}
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.1-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue May 25 2021 Vít Ondruch <vondruch@redhat.com> - 2.3.1-4
- Drop `tidy` dependency.
Related: rhbz#1951246