diff --git a/maven-wagon.spec b/maven-wagon.spec index 388dc60..cf9ecaf 100644 --- a/maven-wagon.spec +++ b/maven-wagon.spec @@ -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 - 0:3.3.3-4 +- Obsolete maven-wagon-ssh properly (#1752165) + * Thu Aug 29 2019 Fabio Valentini - 0:3.3.3-3 - Disable SSH functionality.