Compare commits
No commits in common. "stream-eclipse-rhel8-rhel-8.10.0" and "c8" have entirely different histories.
stream-ecl
...
c8
@ -1 +1 @@
|
||||
bb7ddce56070bb7a0f008e3c86fefd416a894987 org.apache.felix.gogo.command-1.0.2-source-release.tar.gz
|
||||
bb7ddce56070bb7a0f008e3c86fefd416a894987 SOURCES/org.apache.felix.gogo.command-1.0.2-source-release.tar.gz
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/org.apache.felix.gogo.command-1.0.2-source-release.tar.gz
|
||||
/org.apache.felix.gogo.command-1.0.2-source-release.tar.gz
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
Name: felix-gogo-command
|
||||
Version: 1.0.2
|
||||
Release: 11%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Apache Felix Gogo command line shell for OSGi
|
||||
License: ASL 2.0
|
||||
URL: https://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
|
||||
URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/felix/%{bundle}/%{version}/%{bundle}-%{version}-source-release.tar.gz
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/%{version}/%{bundle}-%{version}-source-release.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:gogo-parent:pom:)
|
||||
@ -17,7 +17,6 @@ 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
|
||||
@ -40,8 +39,6 @@ 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
|
||||
|
||||
@ -55,18 +52,6 @@ This package contains API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.0.2-11
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Tue Apr 28 2020 Dinesh Prasanth M K <dmoluguw@redhat.com> - 1.0.2-10
|
||||
- Inject jUnit dependency
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user