[felix-bundlerepository] Fix build-requires on felix-parent

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Jul 30 14:47:33 UTC 2014


commit 385fc7001bd9bc5b506956c01ee57eb30c4bb38f
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Jul 30 16:47:21 2014 +0200

    Fix build-requires on felix-parent

 felix-bundlerepository.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/felix-bundlerepository.spec b/felix-bundlerepository.spec
index fb6bc3b..abcd873 100644
--- a/felix-bundlerepository.spec
+++ b/felix-bundlerepository.spec
@@ -3,7 +3,7 @@
 
 Name:           felix-bundlerepository
 Version:        1.6.6
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Bundle repository service
 License:        ASL 2.0 and MIT
 URL:            http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html
@@ -16,7 +16,7 @@ BuildArch:      noarch
 BuildRequires:  maven-local
 BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(net.sf.kxml:kxml2)
-BuildRequires:  mvn(org.apache.felix:felix-parent)
+BuildRequires:  mvn(org.apache.felix:felix-parent:pom:)
 BuildRequires:  mvn(org.apache.felix:org.apache.felix.shell)
 BuildRequires:  mvn(org.apache.felix:org.apache.felix.utils)
 BuildRequires:  mvn(org.apache.felix:org.osgi.service.obr)
@@ -81,6 +81,9 @@ This package contains the API documentation for %{name}.
 %doc LICENSE LICENSE.kxml2 NOTICE
 
 %changelog
+* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.6.6-17
+- Fix build-requires on felix-parent
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.6-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list