| |
@@ -1,15 +1,15 @@
|
| |
%bcond_with bootstrap
|
| |
|
| |
Name: maven-assembly-plugin
|
| |
- Version: 3.3.0
|
| |
- Release: 9%{?dist}
|
| |
+ Version: 3.4.2
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Maven Assembly Plugin
|
| |
License: ASL 2.0
|
| |
URL: https://maven.apache.org/plugins/maven-assembly-plugin/
|
| |
BuildArch: noarch
|
| |
ExclusiveArch: %{java_arches} noarch
|
| |
|
| |
- Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
| |
+ Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
| |
|
| |
%if %{with bootstrap}
|
| |
BuildRequires: javapackages-bootstrap
|
| |
@@ -52,10 +52,13 @@
|
| |
%prep
|
| |
%setup -q
|
| |
|
| |
+ %pom_remove_plugin org.eclipse.sisu:sisu-maven-plugin
|
| |
+ %pom_remove_dep jaxen:jaxen
|
| |
+
|
| |
%build
|
| |
# Tests need easymockclassextension version 2.x, which is incompatible
|
| |
# with easymockclassextension version 3.x we have in Fedora.
|
| |
- %mvn_build -f
|
| |
+ %mvn_build
|
| |
|
| |
%install
|
| |
%mvn_install
|
| |
@@ -67,6 +70,9 @@
|
| |
%license LICENSE NOTICE
|
| |
|
| |
%changelog
|
| |
+ * Tue Sep 27 2022 Marian Koncek <mkoncek@redhat.com> - 3.4.2-1
|
| |
+ - Update to upstream version 3.4.2
|
| |
+
|
| |
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-9
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
| |
|
| |
Please explain why sisu-maven-plugin is removed.