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:06:48 +00:00
parent 5ea9cf45fc
commit e8540620b5

View File

@ -1,7 +1,7 @@
Summary: Python serial port access library
Name: pyserial
Version: 3.4
Release: 11%{?dist}
Release: 12%{?dist}
Source0: %pypi_source
License: Python
URL: http://pypi.python.org/pypi/pyserial
@ -48,6 +48,10 @@ ln -sf %{_bindir}/miniterm-3.py %{buildroot}/%{_bindir}/miniterm.py
%{_bindir}/miniterm-%{python3_version}.py
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.4-12
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4-11
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937