Obsolete maven-wagon-ssh properly
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1752165
This commit is contained in:
parent
6f4b911adc
commit
63ff5b0e8a
@ -4,7 +4,7 @@
|
||||
Name: maven-wagon
|
||||
Epoch: 0
|
||||
Version: 3.3.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Tools to manage artifacts and deployment
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/wagon
|
||||
@ -37,6 +37,9 @@ BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
Obsoletes: %{name}-manual < %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-provider-test < %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-scm < %{epoch}:%{version}-%{release}
|
||||
%if %{without ssh}
|
||||
Obsoletes: %{name}-ssh < %{epoch}:%{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Maven Wagon is a transport abstraction that is used in Maven's
|
||||
@ -191,6 +194,9 @@ Javadoc for %{name}.
|
||||
%doc LICENSE NOTICE DEPENDENCIES
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user