diff --git a/SPECS/felix-gogo-command.spec b/SPECS/felix-gogo-command.spec index 1a40f65..182de19 100644 --- a/SPECS/felix-gogo-command.spec +++ b/SPECS/felix-gogo-command.spec @@ -2,13 +2,13 @@ Name: felix-gogo-command Version: 1.0.2 -Release: 7%{?dist} +Release: 10%{?dist} Summary: Apache Felix Gogo command line shell for OSGi License: ASL 2.0 -URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html +URL: https://felix.apache.org/documentation/subprojects/apache-felix-gogo.html BuildArch: noarch -Source0: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/%{version}/%{bundle}-%{version}-source-release.tar.gz +Source0: https://repo1.maven.org/maven2/org/apache/felix/%{bundle}/%{version}/%{bundle}-%{version}-source-release.tar.gz BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:gogo-parent:pom:) @@ -17,6 +17,7 @@ BuildRequires: mvn(org.apache.felix:org.apache.felix.gogo.runtime) BuildRequires: mvn(org.mockito:mockito-core) BuildRequires: mvn(org.osgi:osgi.cmpn) BuildRequires: mvn(org.osgi:osgi.core) +BuildRequires: mvn(junit:junit) %description Apache Felix Gogo is a subproject of Apache Felix implementing a command @@ -39,6 +40,8 @@ This package contains API documentation for %{name}. %pom_change_dep :org.osgi.core :osgi.core::provided %pom_change_dep :org.osgi.compendium :osgi.cmpn::provided +%pom_add_dep junit:junit::test + %build %mvn_build @@ -52,6 +55,15 @@ This package contains API documentation for %{name}. %license LICENSE NOTICE %changelog +* Tue Apr 28 2020 Dinesh Prasanth M K - 1.0.2-10 +- Inject jUnit dependency + +* Tue Jan 28 2020 Fedora Release Engineering - 1.0.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 1.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 1.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild