!17 delete some directories when uninstalling
From: @ultra_planet Reviewed-by: @zhengzhenyu Signed-off-by: @zhengzhenyu
This commit is contained in:
commit
7d1fc2fa76
@ -1,6 +1,6 @@
|
|||||||
Name: oozie
|
Name: oozie
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A work-flow scheduling system for Apache Hadoop
|
Summary: A work-flow scheduling system for Apache Hadoop
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
URL: http://oozie.apache.org
|
URL: http://oozie.apache.org
|
||||||
@ -170,8 +170,15 @@ install -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
|
|||||||
%attr(0775,root,tomcat) %dir %{_sysconfdir}/%{name}/tomcat
|
%attr(0775,root,tomcat) %dir %{_sysconfdir}/%{name}/tomcat
|
||||||
%attr(0775,root,tomcat) %dir %{_sysconfdir}/%{name}/tomcat/Catalina
|
%attr(0775,root,tomcat) %dir %{_sysconfdir}/%{name}/tomcat/Catalina
|
||||||
%attr(0775,root,tomcat) %dir %{_sysconfdir}/%{name}/tomcat/Catalina/localhost
|
%attr(0775,root,tomcat) %dir %{_sysconfdir}/%{name}/tomcat/Catalina/localhost
|
||||||
|
%dir %{_datadir}/doc/%{name}
|
||||||
|
%dir %{_mavenpomdir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/java/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 14 2021 lingsheng <lingsheng@huawei.com> - 5.2.1-4
|
||||||
|
- delete some directories when uninstalling
|
||||||
|
|
||||||
* Sat Oct 9 2021 liyanan <liyanan32@huawei.com> - 5.2.1-3
|
* Sat Oct 9 2021 liyanan <liyanan32@huawei.com> - 5.2.1-3
|
||||||
- fix ooziedb command not found jar path
|
- fix ooziedb command not found jar path
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user