diff --git a/felix-parent.spec b/felix-parent.spec index 26a11d4..1fda37f 100644 --- a/felix-parent.spec +++ b/felix-parent.spec @@ -1,3 +1,5 @@ +%bcond_without bootstrap + Name: felix-parent Version: 7 Release: 1%{?dist} @@ -8,7 +10,11 @@ Source0: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{v BuildArch: noarch BuildRequires: maven-local +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else BuildRequires: mvn(org.apache:apache:pom:) +%endif %description Parent POM file for Apache Felix Specs.