Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

This commit is contained in:
Mohan Boddu 2021-08-10 00:12:13 +00:00 committed by Stepan Oksanichenko
parent 0adbccf5c2
commit b3cb7629f3
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
7fbb6dd44b64de5bb97cad6c54916e1b604ce7c3 httpretty-1.0.5.tar.gz

View File

@ -15,7 +15,7 @@
Name: python-httpretty
Version: 1.0.5
# If github_date is defined, assume a post-release snapshot
Release: 4%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Release: 5%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Summary: HTTP request mock tool for Python
License: MIT
@ -125,6 +125,10 @@ LANG=C.UTF-8 %py2_install
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.5-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.5-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937