diff --git a/aho-corasick-double-array-trie.changes b/aho-corasick-double-array-trie.changes index ad90bca..9e25670 100644 --- a/aho-corasick-double-array-trie.changes +++ b/aho-corasick-double-array-trie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 19 10:56:20 UTC 2023 - Fridrich Strba + +- Do not require maven-javadoc-plugin that we don't use + ------------------------------------------------------------------- Mon Mar 21 14:34:17 UTC 2022 - Fridrich Strba diff --git a/aho-corasick-double-array-trie.spec b/aho-corasick-double-array-trie.spec index 14b9e8c..fb61b2b 100644 --- a/aho-corasick-double-array-trie.spec +++ b/aho-corasick-double-array-trie.spec @@ -1,7 +1,7 @@ # # spec file for package aho-corasick-double-array-trie # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,7 @@ This package contains javadoc for %{name}. cp %{SOURCE1} . %pom_remove_plugin :maven-source-plugin +%pom_remove_plugin :maven-javadoc-plugin %build %{mvn_build} -f -- \