From 7f0e8b1172a94eefa8417ff231df1ea79f4a1032b073ddf797b73ed7f781e071 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 9 Jan 2020 08:33:30 +0000 Subject: [PATCH] Remove reference to parent pom OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-net?expand=0&rev=4 --- apache-commons-net.changes | 6 ++++++ apache-commons-net.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apache-commons-net.changes b/apache-commons-net.changes index 62e567f..54550be 100644 --- a/apache-commons-net.changes +++ b/apache-commons-net.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 9 08:32:51 UTC 2020 - Fridrich Strba + +- Remove reference to the parent pom, since we don't build with + maven + ------------------------------------------------------------------- Sat Mar 2 13:30:06 UTC 2019 - Fridrich Strba diff --git a/apache-commons-net.spec b/apache-commons-net.spec index e4f9c35..63004a8 100644 --- a/apache-commons-net.spec +++ b/apache-commons-net.spec @@ -1,7 +1,7 @@ # -# spec file for package apache +# spec file for package apache-commons-net # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,6 +57,7 @@ Group: Documentation/HTML %prep %setup -q -n %{short_name}-%{version}-src cp %{SOURCE1} build.xml +%pom_remove_parent . %build %{ant} \