#3 disable SSH support
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+5 -3
@@ -1,10 +1,10 @@

  %bcond_with     scm

- %bcond_without  ssh

+ %bcond_with     ssh

  

  Name:           maven-wagon

  Epoch:          0

  Version:        3.3.3

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Tools to manage artifacts and deployment

  License:        ASL 2.0

  URL:            http://maven.apache.org/wagon
@@ -29,7 +29,6 @@

  BuildRequires:  mvn(org.apache.maven.scm:maven-scm-manager-plexus)

  %endif

  BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)

- BuildRequires:  mvn(org.codehaus.plexus:plexus-interactivity-api)

  BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)

  BuildRequires:  mvn(org.jsoup:jsoup)

  BuildRequires:  mvn(org.slf4j:jcl-over-slf4j)
@@ -192,6 +191,9 @@

  %doc LICENSE NOTICE DEPENDENCIES

  

  %changelog

+ * 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.

  

The SSH support in maven-wagon is unused for package builds in fedora (kinda obvious).

Test rebuilds of dependent packages succeeded (maven-eclipse-plugin and parfait are already broken):

https://copr.fedorainfracloud.org/coprs/decathorpe/maven-wagon-pr/monitor/

This will let us drop the broken sshj package (and possibly jsch-agent-proxy as well).

Pull-Request has been merged by decathorpe

4 years ago
Metadata