From 6ec2758557ad59093eb0630faf6adc494a652463 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Jan 26 2018 13:40:31 +0000 Subject: Remove dep on jaxb-api --- diff --git a/docker-client.spec b/docker-client.spec index aead277..ab7438e 100644 --- a/docker-client.spec +++ b/docker-client.spec @@ -1,6 +1,6 @@ Name: docker-client Version: 6.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Docker Client License: ASL 2.0 @@ -25,11 +25,6 @@ BuildRequires: mvn(org.glassfish.jersey.core:jersey-client) BuildRequires: mvn(org.glassfish.jersey.media:jersey-media-json-jackson) BuildRequires: mvn(org.slf4j:slf4j-api) -# This is provided by JRE but need it until either -# - jackson-module-jaxb-annotations adds Requires to it -# - jackson-module-jaxb-annotations removes it from Import-Package entirely -Requires: glassfish-jaxb-api >= 2.2.12 - BuildArch: noarch %description @@ -79,6 +74,9 @@ sed -i -e '//acom.spotify' pom.xml %doc NOTICE README.md %changelog +* Fri Jan 26 2018 Mat Booth - 6.2.5-2 +- Remove dep on jaxb-api + * Fri Jun 16 2017 Mat Booth - 6.2.5-1 - Update to docker-client 6.2.5 - Remove SCL macros forbidden in Fedora