From b3f51359cbf4f4618838a1f68ece79a3feda4649 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 23 Sep 2022 11:11:48 +0800 Subject: [PATCH] Remove the empty Ignore-some-test-because-bep.patch file. (cherry picked from commit d72f39802fc0c621b2afcd792411b686705cb3ad) --- Ignore-some-test-because-bep.patch | 0 apache-commons-io.spec | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 Ignore-some-test-because-bep.patch diff --git a/Ignore-some-test-because-bep.patch b/Ignore-some-test-because-bep.patch deleted file mode 100644 index e69de29..0000000 diff --git a/apache-commons-io.spec b/apache-commons-io.spec index 4ef565c..f079b98 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: 7 +Release: 8 Summary: A library of utilities for developing IO functionality. License: ASL 2.0 URL: http://commons.apache.org/proper/commons-io @@ -10,7 +10,6 @@ Patch0000: CVE-2021-29425-1.patch Patch0001: CVE-2021-29425-2.patch Patch0002: CVE-2021-29425-3.patch Patch0003: CVE-2021-29425-4.patch -Patch9000: Ignore-some-test-because-bep.patch BuildArch: noarch BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) maven-local BuildRequires: mvn(org.apache.commons:commons-parent:pom:) mvn(junit:junit) @@ -50,6 +49,9 @@ xmvn test --batch-mode --offline verify %doc RELEASE-NOTES.txt %changelog +* Fri Sep 23 2022 yaoxin - 1:2.6-8 +- Remove the empty Ignore-some-test-because-bep.patch file. + * Sat May 8 2021 wangxiao - 1:2.6-7 - Fix CVE-2021-29425 -- Gitee