Disable python2 build in Fedora
This commit is contained in:
parent
a16c9cb040
commit
8174bcd4d6
@ -7,7 +7,7 @@
|
||||
%bcond_with python3
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} > 7
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
# Disable python2 build by default
|
||||
%bcond_with python2
|
||||
%else
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.21
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Applying JSON Patches in Python
|
||||
|
||||
License: BSD
|
||||
@ -133,6 +133,9 @@ done;
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Wed Feb 27 2019 Yatin Karel <ykarel@redhat.com> - 1.21-7
|
||||
- Disable python2 build in Fedora
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user