Compare commits
No commits in common. "stream-maven-3.8-rhel-8.10.0" and "c8-stream-201902" have entirely different histories.
stream-mav
...
c8-stream-
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,21 +1 @@
|
|||||||
/results_*
|
SOURCES/wagon-3.3.3-source-release.zip
|
||||||
/*.src.rpm
|
|
||||||
|
|
||||||
/wagon-1.0-beta-6-src.tar.gz
|
|
||||||
/wagon-1.0-source-release.zip
|
|
||||||
/wagon-2.4-source-release.zip
|
|
||||||
/wagon-2.5-source-release.zip
|
|
||||||
/wagon-2.6-source-release.zip
|
|
||||||
/wagon-2.7-source-release.zip
|
|
||||||
/wagon-2.8-source-release.zip
|
|
||||||
/wagon-2.9-source-release.zip
|
|
||||||
/wagon-2.10-source-release.zip
|
|
||||||
/wagon-3.0.0-source-release.zip
|
|
||||||
/wagon-3.1.0-source-release.zip
|
|
||||||
/wagon-3.3.2-source-release.zip
|
|
||||||
/wagon-3.3.3-source-release.zip
|
|
||||||
/wagon-3.3.4-source-release.zip
|
|
||||||
/wagon-3.4.0-source-release.zip
|
|
||||||
/wagon-3.4.1-source-release.zip
|
|
||||||
/wagon-3.4.2-source-release.zip
|
|
||||||
/wagon-3.5.1-source-release.zip
|
|
||||||
|
1
.maven-wagon.metadata
Normal file
1
.maven-wagon.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
30ff892e0895f3da0679de8224a20f39dafd53e5 SOURCES/wagon-3.3.3-source-release.zip
|
11
.project
11
.project
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>maven-wagon</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
@ -1,35 +1,23 @@
|
|||||||
%bcond_with bootstrap
|
|
||||||
|
|
||||||
Name: maven-wagon
|
Name: maven-wagon
|
||||||
Version: 3.5.1
|
Version: 3.3.3
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools to manage artifacts and deployment
|
Summary: Tools to manage artifacts and deployment
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://maven.apache.org/wagon
|
URL: http://maven.apache.org/wagon
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{java_arches} noarch
|
|
||||||
|
|
||||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
|
Source0: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
|
||||||
|
|
||||||
%if %{with bootstrap}
|
BuildRequires: maven-local
|
||||||
BuildRequires: javapackages-bootstrap-openjdk8
|
BuildRequires: %{?module_prefix}mvn(commons-io:commons-io)
|
||||||
%else
|
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpclient)
|
||||||
BuildRequires: maven-local-openjdk8
|
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpcore)
|
||||||
BuildRequires: mvn(commons-io:commons-io)
|
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:httpcore)
|
|
||||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: %{?module_prefix}mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.slf4j:jcl-over-slf4j)
|
BuildRequires: %{?module_prefix}mvn(org.jsoup:jsoup)
|
||||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
BuildRequires: %{?module_prefix}mvn(org.slf4j:jcl-over-slf4j)
|
||||||
%endif
|
BuildRequires: %{?module_prefix}mvn(org.slf4j:slf4j-api)
|
||||||
|
|
||||||
Provides: maven-wagon-file = %{version}-%{release}
|
|
||||||
Provides: maven-wagon-http = %{version}-%{release}
|
|
||||||
Provides: maven-wagon-http-shared = %{version}-%{release}
|
|
||||||
Provides: maven-wagon-provider-api = %{version}-%{release}
|
|
||||||
Provides: maven-wagon-providers = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Maven Wagon is a transport abstraction that is used in Maven's
|
Maven Wagon is a transport abstraction that is used in Maven's
|
||||||
@ -42,6 +30,7 @@ following providers:
|
|||||||
* WebDAV
|
* WebDAV
|
||||||
* SCM (in progress)
|
* SCM (in progress)
|
||||||
|
|
||||||
|
%{?module_package}
|
||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -82,81 +71,14 @@ following providers:
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
%doc DEPENDENCIES
|
%doc DEPENDENCIES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.1-3
|
|
||||||
- Rebuild to regenerate auto-requires
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Apr 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.1-1
|
|
||||||
- Update to upstream version 3.5.1
|
|
||||||
|
|
||||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.4.2-6
|
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 01 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-3
|
|
||||||
- Obsolete removed subpackages
|
|
||||||
|
|
||||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-2
|
|
||||||
- Bootstrap build
|
|
||||||
- Non-bootstrap build
|
|
||||||
|
|
||||||
* Tue Feb 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.2-1
|
|
||||||
- Update to version 3.4.2.
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.4.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 4 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-1
|
|
||||||
- Update to upstream version 3.4.2
|
|
||||||
|
|
||||||
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 3.4.1-1
|
|
||||||
- Update to upstream version 3.4.1
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.4.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:3.4.1-2
|
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
||||||
|
|
||||||
* Mon Jun 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.1-1
|
|
||||||
- Update to version 3.4.1.
|
|
||||||
|
|
||||||
* Sat May 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.0-1
|
|
||||||
- Update to version 3.4.0.
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.3.3-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.4-2
|
|
||||||
- Build with OpenJDK 8
|
|
||||||
|
|
||||||
* Thu Nov 21 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.4-1
|
|
||||||
- Update to upstream version 3.3.4
|
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-2
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-2
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
* Sat Sep 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0:3.3.3-4
|
|
||||||
- Obsolete maven-wagon-ssh properly (#1752165)
|
|
||||||
|
|
||||||
* Thu Aug 29 2019 Fabio Valentini <decathorpe@gmail.com> - 0:3.3.3-3
|
|
||||||
- Disable SSH functionality.
|
|
||||||
|
|
||||||
* Fri Jul 12 2019 Fabio Valentini <decathorpe@gmail.com> - 0:3.3.3-2
|
|
||||||
- Disable SCM leaf subpackage to fix FTBFS on 32bit architectures.
|
|
||||||
|
|
||||||
* Wed Jul 10 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.3-1
|
* Wed Jul 10 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.3-1
|
||||||
- Update to upstream version 3.3.3
|
- Update to upstream version 3.3.3
|
||||||
- Remove dependency on maven-shade-plugin
|
- Remove dependency on maven-shade-plugin
|
||||||
@ -164,9 +86,6 @@ following providers:
|
|||||||
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
|
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
|
||||||
- Disable ftp and http-lightweight providers
|
- Disable ftp and http-lightweight providers
|
||||||
|
|
||||||
* Thu Jun 27 2019 Fabio Valentini <decathorpe@gmail.com> - 0:3.3.3-1
|
|
||||||
- Update to version 3.3.3.
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-2
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-2
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
@ -174,15 +93,9 @@ following providers:
|
|||||||
- Update to upstream version 3.3.2
|
- Update to upstream version 3.3.2
|
||||||
- Fixes: RHBZ #1674068
|
- Fixes: RHBZ #1674068
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.2.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Oct 8 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.2.0-1
|
* Mon Oct 8 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.2.0-1
|
||||||
- Update to upstream version 3.2.0
|
- Update to upstream version 3.2.0
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.1.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 27 2018 Michael Simacek <msimacek@redhat.com> - 0:3.1.0-1
|
* Wed Jun 27 2018 Michael Simacek <msimacek@redhat.com> - 0:3.1.0-1
|
||||||
- Update to upstream version 3.1.0
|
- Update to upstream version 3.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user