diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index f9debc8..1d01a39 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -7,7 +7,7 @@ Summary: A fast, open source AsciiDoc implementation in Ruby Name: rubygem-%{gem_name} Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://asciidoctor.org Source0: https://github.com/asciidoctor/asciidoctor/archive/%{gittag}/%{gem_name}-%{version}%{pre}.tar.gz @@ -128,6 +128,9 @@ cp -a .%{gem_instdir}/man/*.1 \ %doc %{gem_docdir} %changelog +* Fri Apr 16 2021 Mohan Boddu - 2.0.12-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Jan 27 2021 Pavel Valena - 2.0.12-1 - Update to asciidoctor 2.0.12. Resolves: rhbz#1893940