diff --git a/apache-commons-vfs.spec b/apache-commons-vfs.spec index 53d2a7d..a928b20 100644 --- a/apache-commons-vfs.spec +++ b/apache-commons-vfs.spec @@ -2,7 +2,7 @@ %bcond_without hadoop Name: apache-commons-vfs Version: 2.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Commons Virtual File System License: ASL 2.0 Url: http://commons.apache.org/vfs/ @@ -83,6 +83,8 @@ This package contains javadoc for %{name}. %prep %setup -q -n commons-vfs-%{version} +%pom_remove_plugin :apache-rat-plugin + # Convert from dos to unix line ending for file in LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt; do sed -i.orig 's|\r||g' $file @@ -206,6 +208,9 @@ install -p -m 644 commons-vfs %{buildroot}%{_sysconfdir}/ant.d/commons-vfs %config %{_sysconfdir}/ant.d/commons-vfs %changelog +* Mon Feb 06 2017 Michael Simacek - 2.1-9 +- Remove rat-plugin + * Sun Jan 29 2017 Mikolaj Izdebski - 2.1-8 - Fix hadoop build conditionals