forked from pool/tomcat
- update to 7.0.42 (bugfix release)
see http://tomcat.apache.org/tomcat-7.0-doc/changelog.html - fix file list to be compatible for new rpm OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=26
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
%define major_version 7
|
||||
%define minor_version 0
|
||||
%define micro_version 39
|
||||
%define micro_version 42
|
||||
|
||||
%define packdname apache-tomcat-%{version}-src
|
||||
%define tcuid 91
|
||||
@@ -98,6 +98,7 @@ BuildRequires: jakarta-commons-dbcp
|
||||
BuildRequires: jakarta-commons-pool
|
||||
BuildRequires: jakarta-taglibs-standard >= 1.1
|
||||
BuildRequires: java-devel >= 1.6.0
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: jpackage-utils >= 1.7.0
|
||||
BuildRequires: junit
|
||||
BuildRequires: sed
|
||||
@@ -641,7 +642,7 @@ fi
|
||||
%attr(0755,root,root) %{_initrddir}/%{name}
|
||||
%endif
|
||||
#bnc#565901
|
||||
%attr(0755,root,root) %{bindir}/catalina.sh
|
||||
%{bindir}/catalina.sh
|
||||
%if ! %{with_systemd}
|
||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%endif
|
||||
@@ -649,7 +650,7 @@ fi
|
||||
# % config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
||||
# bnc#726307
|
||||
%attr(0775,root,tomcat) %dir %{confdir}
|
||||
%attr(0775,root,tomcat) %dir %{confdir}/Catalina
|
||||
%{confdir}/Catalina
|
||||
# % attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
|
||||
%config(noreplace) %{confdir}/%{name}.conf
|
||||
%config(noreplace) %{confdir}/*.policy
|
||||
|
Reference in New Issue
Block a user