diff --git a/xmlstreambuffer.spec b/xmlstreambuffer.spec index a278735..5e24fb6 100644 --- a/xmlstreambuffer.spec +++ b/xmlstreambuffer.spec @@ -2,7 +2,7 @@ Name: xmlstreambuffer Version: 1.5.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Stream Based Representation for XML Infoset License: BSD @@ -12,9 +12,7 @@ Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml.woodstox:woodstox-core) BuildRequires: mvn(jakarta.activation:jakarta.activation-api) -BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.jvnet.staxex:stax-ex) @@ -37,6 +35,9 @@ pushd streambuffer %pom_remove_plugin :buildnumber-maven-plugin %pom_remove_plugin :glassfish-copyright-maven-plugin %pom_remove_plugin :maven-enforcer-plugin + +%pom_remove_dep "com.fasterxml.woodstox:woodstox-core" +%pom_remove_dep "junit:junit" popd @@ -59,6 +60,9 @@ popd %changelog +* Mon Jun 14 2021 Dogtag PKI Team - 1.5.9-4 +- Drop test dependencies + * Fri Jun 04 2021 Dogtag PKI Team - 1.5.9-3 - Disable tests