Workaround for XMvn version bump (rhbz#1191657)

This commit is contained in:
Michael Simacek 2015-02-12 13:30:25 +01:00
parent baf30e4cbf
commit 9b05cd0293
2 changed files with 1867 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
Name: javapackages-tools Name: javapackages-tools
Version: 4.3.2 Version: 4.3.2
Release: 4%{?dist} Release: 5%{?dist}
Summary: Macros and scripts for Java packaging support Summary: Macros and scripts for Java packaging support
@ -19,6 +19,8 @@ Source0: https://fedorahosted.org/released/javapackages/javapackages-%{ve
Patch0: 0001-mvn_artifact-Fix-TypeError-process_raw_request-got-a.patch Patch0: 0001-mvn_artifact-Fix-TypeError-process_raw_request-got-a.patch
Patch1: 0002-Replace-all-dashes-with-dots-in-versioned-provides-a.patch Patch1: 0002-Replace-all-dashes-with-dots-in-versioned-provides-a.patch
Patch2: 0003-Add-compatibility-with-lua-5.3.0.patch Patch2: 0003-Add-compatibility-with-lua-5.3.0.patch
# XXX temporary workaround
Patch3: 0001-Workaround-for-XMvn-version-bump-rhbz-1191657.patch
BuildArch: noarch BuildArch: noarch
@ -180,6 +182,7 @@ This package provides non-essential macros and scripts to support Java packaging
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
%build %build
%if 0%{?with_python3} %if 0%{?with_python3}
@ -234,6 +237,9 @@ popd
%doc LICENSE %doc LICENSE
%changelog %changelog
* Thu Feb 12 2015 Michael Simacek <msimacek@redhat.com> - 4.3.2-5
- Workaround for XMvn version bump (rhbz#1191657)
* Fri Jan 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.2-4 * Fri Jan 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.2-4
- Add gradle-local subpackage - Add gradle-local subpackage
- Allow conditional builds with tests skipped - Allow conditional builds with tests skipped