From b35bc45e4c34ca783fd9f139a6bd418f29972217 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Oct 02 2017 22:10:02 +0000 Subject: Cleanup spec file conditionals --- diff --git a/aqute-bnd.spec b/aqute-bnd.spec index c732ea1..8dcfd2d 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -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 - 3.4.0-3 +- Cleanup spec file conditionals + * Sat Sep 23 2017 Mikolaj Izdebski - 3.4.0-2 - Remove unneeded javadoc plugin