Cleanup spec file conditionals
This commit is contained in:
parent
1f453246c9
commit
3281e2d935
@ -1,12 +1,12 @@
|
||||
%global modulename html5lib
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global with_python3 1
|
||||
%endif
|
||||
|
||||
Name: python-%{modulename}
|
||||
Summary: A python based HTML parser/tokenizer
|
||||
Version: 0.999999999
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 1
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
@ -95,6 +95,9 @@ specification for maximum compatibility with major desktop web browsers.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.999999999-4
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
* Thu Jul 27 2017 Kevin Fenzi <kevin@scrye.com> - 0.999999999-3
|
||||
- Add Requires on python-webencodings. Fixes bug #1474883
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user