Cleanup spec file conditionals
This commit is contained in:
parent
aad699ef12
commit
549747292a
@ -7,7 +7,7 @@
|
||||
%bcond_without tests
|
||||
%bcond_with xmvn_javadoc
|
||||
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global python_prefix python3
|
||||
%global python_interpreter %{__python3}
|
||||
%else
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
Name: javapackages-tools
|
||||
Version: 5.0.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
@ -193,6 +193,9 @@ rm -rf %{buildroot}%{_mandir}/man7/gradle_build.7
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2018 Merlin Mathesius <mmathesi@redhat.com> - 5.0.0-10
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
* Sat Sep 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-9
|
||||
- Conditionally allow building without asciidoc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user