Cleanup spec file conditionals
This commit is contained in:
parent
eb74bb2cd1
commit
023a843c9d
@ -1,4 +1,4 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%global with_python3 0%{!?_without_python3:1}
|
%global with_python3 0%{!?_without_python3:1}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.13.1
|
Version: 0.13.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: System for processing plaintext documentation
|
Summary: System for processing plaintext documentation
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -167,6 +167,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 40.13.1-7
|
||||||
|
- Cleanup spec file conditionals
|
||||||
|
|
||||||
* Sun Jul 30 2017 Jan Beran <jberan@redhat.com> - 0.13.1-6
|
* Sun Jul 30 2017 Jan Beran <jberan@redhat.com> - 0.13.1-6
|
||||||
- Fix missing Python 3 version executables
|
- Fix missing Python 3 version executables
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user