disable SSH support

This commit is contained in:
Fabio Valentini 2019-08-29 17:20:04 +02:00
parent c3d61bee3a
commit 6f4b911adc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -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-api)
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 @@ Javadoc for %{name}.
%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.