Cleanup spec file conditionals
This commit is contained in:
parent
15055b6016
commit
b35bc45e4c
@ -1,11 +1,11 @@
|
|||||||
%bcond_without ant_tasks
|
%bcond_without ant_tasks
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%bcond_without maven_plugin
|
%bcond_without maven_plugin
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: aqute-bnd
|
Name: aqute-bnd
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: BND Tool
|
Summary: BND Tool
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://bnd.bndtools.org/
|
URL: http://bnd.bndtools.org/
|
||||||
@ -211,6 +211,9 @@ echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 02 2017 Troy Dawson <tdawson@redhat.com> - 3.4.0-3
|
||||||
|
- Cleanup spec file conditionals
|
||||||
|
|
||||||
* Sat Sep 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.0-2
|
* Sat Sep 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.0-2
|
||||||
- Remove unneeded javadoc plugin
|
- Remove unneeded javadoc plugin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user