From 7b757803167defd5255ae10b58776b0bb9653f85 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 3 Feb 2023 09:40:39 +0800 Subject: [PATCH] Fix compile warning: LICENSE and NOTICE files are repeat packed --- subversion.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/subversion.spec b/subversion.spec index 62c4ef0..518ca13 100644 --- a/subversion.spec +++ b/subversion.spec @@ -10,7 +10,7 @@ Summary: Subversion, a version control system. Name: subversion Version: 1.14.1 -Release: 2 +Release: 3 License: ASL 2.0 URL: https://subversion.apache.org/ @@ -279,8 +279,6 @@ make check-javahl %{_bindir}/* %{_datadir}/bash-completion/ %dir %{_sysconfdir}/subversion -%{!?_licensedir:%global license %%doc} -%license LICENSE NOTICE %{_libdir}/libsvn*.so.* %exclude %{_libdir}/libsvn_swig_perl* %exclude %{_libdir}/libsvn_swig_ruby* @@ -325,6 +323,9 @@ make check-javahl %endif %changelog +* Fri Feb 03 2023 fuanan - 1.14.1-3 +- Fix compile warning: LICENSE and NOTICE files are repeat packed + * Fri Apr 22 2022 panxiaohe - 1.14.1-2 - fix CVE-2021-28544 CVE-2022-24070 -- Gitee