Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-10-02 15:10:02 -07:00
parent 15055b6016
commit b35bc45e4c

View File

@ -1,11 +1,11 @@
%bcond_without ant_tasks
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} > 7
%bcond_without maven_plugin
%endif
Name: aqute-bnd
Version: 3.4.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: BND Tool
License: ASL 2.0
URL: http://bnd.bndtools.org/
@ -211,6 +211,9 @@ echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium
%license LICENSE
%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
- Remove unneeded javadoc plugin