From 6ff9bf03e87e5b9329207baa8e5c47913ab0eb0c Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Apr 18 2019 15:39:15 +0000 Subject: Avoid unnecessary koshuke parent pom, it doesn't add anything to the build --- diff --git a/args4j.spec b/args4j.spec index a9062fa..e20a1a0 100644 --- a/args4j.spec +++ b/args4j.spec @@ -1,6 +1,6 @@ Name: args4j Version: 2.33 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java command line arguments parser License: MIT URL: http://args4j.kohsuke.org @@ -12,7 +12,6 @@ BuildRequires: maven-local BuildRequires: mvn(com.sun:tools) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.kohsuke:pom:pom:) BuildRequires: mvn(org.mockito:mockito-all) %description @@ -68,6 +67,9 @@ find -name '*.jar' -exec rm -f '{}' \; %pom_disable_module args4j-maven-plugin %pom_disable_module args4j-maven-plugin-example +# Remove reliance on the parent pom +%pom_remove_parent + # put args4j-tools and parent POM to separate subpackages %mvn_package :args4j-tools::{}: %{name}-tools %mvn_package :args4j-site::{}: %{name}-parent @@ -93,6 +95,9 @@ find -name '*.jar' -exec rm -f '{}' \; %license %{name}/LICENSE.txt %changelog +* Thu Apr 18 2019 Mat Booth - 2.33-7 +- Avoid unnecessary koshuke parent pom, it doesn't add anything to the build + * Thu Jan 31 2019 Fedora Release Engineering - 2.33-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild