Accepting request 290225 from home:dimstar:Factory

- Add Requires(post) apache2 to the subpackage -worker, -event and
  -prefork: their respective post scriptlets execute
  /usr/share/apache2/get_module_list, which is shipped as part of
  the main package. This script has the side-effect to call
  find_mpm, which in turn creates the corresponding /usr/sbin/httpd2
  symlink.

OBS-URL: https://build.opensuse.org/request/show/290225
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=440
This commit is contained in:
Roman Drahtmueller 2015-03-10 21:08:07 +00:00 committed by Git OBS Bridge
parent 35630bb4ed
commit c7c4561297
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 10 17:16:21 UTC 2015 - dimstar@opensuse.org
- Add Requires(post) apache2 to the subpackage -worker, -event and
-prefork: their respective post scriptlets execute
/usr/share/apache2/get_module_list, which is shipped as part of
the main package. This script has the side-effect to call
find_mpm, which in turn creates the corresponding /usr/sbin/httpd2
symlink.
-------------------------------------------------------------------
Thu Feb 26 08:17:42 UTC 2015 - jsegitz@novell.com

View File

@ -188,6 +188,8 @@ Summary: Apache 2 worker MPM (Multi-Processing Module)
Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
Provides: %{name}-MPM
# the post scriptlet executes /usr/share/apache2/get_module_list
Requires(post): %{name} = %{version}
%endif
%if %prefork
@ -197,6 +199,8 @@ Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
Provides: %{name}-MPM
Provides: apache:%{_sbindir}/httpd
# the post scriptlet executes /usr/share/apache2/get_module_list
Requires(post): %{name} = %{version}
%endif
%if %event
@ -205,6 +209,8 @@ Summary: Apache 2 event MPM (Multi-Processing Module)
Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
Provides: %{name}-MPM
# the post scriptlet executes /usr/share/apache2/get_module_list
Requires(post): %{name} = %{version}
%endif
%if %worker