Fix chaneglog (second attempt)

Related: rhbz#1935839
This commit is contained in:
Christian Heimes 2021-04-22 11:36:52 +02:00
parent 480dbd888c
commit 62b5de3438

View File

@ -2,7 +2,7 @@
Name: python-%{pkgname}
Version: 6.1
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Python QR Code image generator
License: BSD
@ -100,7 +100,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{python3_sitelib}/%{pkgname}/image/__pycache__/base.*
%changelog
* Mon Mar 08 2021 Christian Heimes <cheimes@redhat.com> - 6.1-10
* Thu Apr 22 2021 Christian Heimes <cheimes@redhat.com> - 6.1-10
- Resolves: #1935839 Remove python-imaging build requirements for RHEL
- Run unit tests during build