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