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} \