diff --git a/apache-commons-io.spec b/apache-commons-io.spec index f079b980e3e5bc6a2390b96e4475d6169bc06d7f..64ade4cb00275f81fe9ac2161925e5fd17f682e3 100644 --- a/apache-commons-io.spec +++ b/apache-commons-io.spec @@ -1,7 +1,7 @@ Name: apache-commons-io Epoch: 1 Version: 2.6 -Release: 8 +Release: 9 Summary: A library of utilities for developing IO functionality. License: ASL 2.0 URL: http://commons.apache.org/proper/commons-io @@ -11,7 +11,7 @@ Patch0001: CVE-2021-29425-2.patch Patch0002: CVE-2021-29425-3.patch Patch0003: CVE-2021-29425-4.patch BuildArch: noarch -BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) maven-local +BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) maven-local >= 5.3.0-3 BuildRequires: mvn(org.apache.commons:commons-parent:pom:) mvn(junit:junit) %description @@ -49,6 +49,9 @@ xmvn test --batch-mode --offline verify %doc RELEASE-NOTES.txt %changelog +* Fri Dec 30 2022 wuxiangzhao - 1:2.6-9 +- Add release requirements for maven-local + * Fri Sep 23 2022 yaoxin - 1:2.6-8 - Remove the empty Ignore-some-test-because-bep.patch file.