Fix incorrect OSGi metadata
This commit is contained in:
parent
dcbd01341f
commit
c3eff46681
@ -1,6 +1,6 @@
|
|||||||
Name: apache-commons-lang3
|
Name: apache-commons-lang3
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Provides a host of helper utilities for the java.lang API
|
Summary: Provides a host of helper utilities for the java.lang API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/lang
|
URL: http://commons.apache.org/lang
|
||||||
@ -9,7 +9,7 @@ BuildArch: noarch
|
|||||||
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:) >= 47
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,6 +55,10 @@ rm src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
|
|||||||
%doc RELEASE-NOTES.txt
|
%doc RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 12 2018 Marian Koncek <mkoncek@redhat.com> - 3.8.1-2
|
||||||
|
- Fix incorrect OSGi metadata
|
||||||
|
- Resolves: rhbz#1636556
|
||||||
|
|
||||||
* Mon Oct 01 2018 Marian Koncek <mkoncek@redhat.com> - 3.8.1-1
|
* Mon Oct 01 2018 Marian Koncek <mkoncek@redhat.com> - 3.8.1-1
|
||||||
- Update to upstream version 3.8.1
|
- Update to upstream version 3.8.1
|
||||||
- Resolves: rhbz#1619243
|
- Resolves: rhbz#1619243
|
||||||
|
Loading…
Reference in New Issue
Block a user