diff --git a/pcre.spec b/pcre.spec index be4437d..8c0c666 100644 --- a/pcre.spec +++ b/pcre.spec @@ -2,7 +2,7 @@ #%%global rcversion RC1 Name: pcre Version: 8.44 -Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}.2 +Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}.3 %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library ## Source package only: @@ -231,6 +231,10 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Mon Aug 09 2021 Mohan Boddu - 8.44-3.3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 8.44-3.2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937