From 6b35c500a3eaf9f517c3cf7444cbfef6cb82b560 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Wed, 2 Sep 2020 21:06:02 +0800 Subject: [PATCH] m --- apache-commons-vfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-vfs.spec b/apache-commons-vfs.spec index 6c6417d..d8079c0 100644 --- a/apache-commons-vfs.spec +++ b/apache-commons-vfs.spec @@ -1,10 +1,10 @@ -%bcond_without hadoop +%bcond_with hadoop %bcond_without ftp %bcond_without ssh Name: apache-commons-vfs Version: 2.1 -Release: 14 +Release: 15 Summary: Commons Virtual File System License: ASL 2.0 Url: http://commons.apache.org/vfs/ @@ -134,5 +134,8 @@ install -p -m 644 commons-vfs %{buildroot}%{_sysconfdir}/ant.d/commons-vfs %license NOTICE.txt %changelog +* Wed Sep 02 2020 chengzihan - 2.1-15 +- disable hadoop dependance option. + * Tue Mar 03 2020 lihao - 2.1-14 - Package Init -- Gitee