parent
2047ea7b44
commit
37ffef586e
@ -33,4 +33,4 @@ JkMountFile conf.d/uriworkermap.properties
|
|||||||
# This directive is present with 1.2.10 and
|
# This directive is present with 1.2.10 and
|
||||||
# later versions of mod_jk, and is needed for
|
# later versions of mod_jk, and is needed for
|
||||||
# for load balancing to work properly
|
# for load balancing to work properly
|
||||||
JkShmFile logs/jk.shm
|
JkShmFile /var/cache/httpd/mod_jk/jk.shm
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global version_minor 2
|
%global version_minor 2
|
||||||
%global version_micro 48
|
%global version_micro 48
|
||||||
%global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac
|
%global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac
|
||||||
%global serial 18
|
%global serial 19
|
||||||
|
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
@ -162,7 +162,7 @@ command="s|/usr/local/bin\b|%{_bindir}|"
|
|||||||
${RPM_BUILD_ROOT}/%{aplibdir}/%{pkg_name}.so
|
${RPM_BUILD_ROOT}/%{aplibdir}/%{pkg_name}.so
|
||||||
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_bindir}
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_bindir}
|
||||||
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_var}/run/%{name}
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_var}/run/%{name}
|
||||||
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_var}/cache/%{name}
|
%{__install} -d -m 0700 ${RPM_BUILD_ROOT}/%{_var}/cache/httpd/%{name}
|
||||||
# for tools
|
# for tools
|
||||||
%if %with tools
|
%if %with tools
|
||||||
%{__install} -p -m 0755 tools/reports/*.pl ${RPM_BUILD_ROOT}/%{_bindir}
|
%{__install} -p -m 0755 tools/reports/*.pl ${RPM_BUILD_ROOT}/%{_bindir}
|
||||||
@ -184,7 +184,7 @@ command="s|/usr/local/bin\b|%{_bindir}|"
|
|||||||
%{aplibdir}/*
|
%{aplibdir}/*
|
||||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*
|
||||||
%dir %{_var}/run/%{name}
|
%dir %{_var}/run/%{name}
|
||||||
%dir %{_var}/cache/%{name}
|
%attr(0700,apache,apache) %dir %{_var}/cache/httpd/%{name}
|
||||||
|
|
||||||
%if %with tools
|
%if %with tools
|
||||||
%files tools
|
%files tools
|
||||||
@ -200,6 +200,9 @@ command="s|/usr/local/bin\b|%{_bindir}|"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 04 2021 Coty Sutherland <csutherl@redhat.com> - 1.2.48-19
|
||||||
|
- Update shm file location in conf
|
||||||
|
|
||||||
* Mon Aug 02 2021 Coty Sutherland <csutherl@redhat.com> - 1.2.48-18
|
* Mon Aug 02 2021 Coty Sutherland <csutherl@redhat.com> - 1.2.48-18
|
||||||
- Fix broken test
|
- Fix broken test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user