- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 02:09:35 +00:00
parent d39a1d2b51
commit e1435408cd

View File

@ -2,7 +2,7 @@
Name: micropipenv
Version: 1.0.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A simple wrapper around pip to support Pipenv and Poetry files
License: LGPLv3+
@ -62,6 +62,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Mar 01 2021 Charalampos Stratakis <cstratak@redhat.com> - 1.0.2-3
- Disable the test run under RHEL due to missing dependencies
Resolves: rhbz#1932454