Rebuild to regenerate OSGi metadata

This commit is contained in:
Mat Booth 2019-02-14 16:52:30 +00:00
parent 8939b6feac
commit 9a01765d53
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: apache-%{short_name}
Version: 1.18
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Java API for working with compressed files and archivers
License: ASL 2.0
URL: http://commons.apache.org/proper/commons-compress/
@ -65,7 +65,7 @@ rm src/test/java/org/apache/commons/compress/OsgiITest.java
%build
%mvn_file : %{short_name} %{name}
%mvn_alias : commons:
%mvn_build
%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.compress
%install
%mvn_install
@ -77,6 +77,9 @@ rm src/test/java/org/apache/commons/compress/OsgiITest.java
%doc LICENSE.txt NOTICE.txt
%changelog
* Thu Feb 14 2019 Mat Booth <mat.booth@redhat.com> - 1.18-4
- Rebuild to regenerate OSGi metadata
* Thu Feb 07 2019 Mat Booth <mat.booth@redhat.com> - 1.18-3
- Fix test suite build against Mockito 2.x