Related: rhbz#1988288
This commit is contained in:
serge-sans-paille 2021-08-16 08:56:00 +02:00
parent 5781cfb07e
commit 4d90bb96bf
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,7 @@
Name: %pkg_name
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A C language family front-end for LLVM
License: NCSA
@ -582,6 +582,9 @@ false
%endif
%changelog
* Mon Aug 16 2021 sguelton@redhat.com - 12.0.1-3
- rebuilt
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688