Cleanup spec file conditionals
This commit is contained in:
parent
1c44a11c1d
commit
abcdad187c
@ -1,4 +1,4 @@
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global with_python3 1
|
||||
%endif
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
Name: python-oauthlib
|
||||
Version: 2.0.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: An implementation of the OAuth request-signing logic
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -164,6 +164,9 @@ rm -rf %{modname}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.7.19-5
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user