Accepting request 741012 from openSUSE:Factory
revert OBS-URL: https://build.opensuse.org/request/show/741012 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=589
This commit is contained in:
parent
9e5b948b68
commit
a31944641b
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 13:19:09 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Remove obsolete Groups tag (fate#326485)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 14:03:54 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
|
@ -69,6 +69,7 @@ Version: 2.4.41
|
||||
Release: 0
|
||||
Summary: The Apache Web Server
|
||||
License: Apache-2.0
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Url: http://httpd.apache.org/
|
||||
Source0: http://www.apache.org/dist/httpd/%{src_name}.tar.bz2
|
||||
Source1: http://www.apache.org/dist/httpd/%{src_name}.tar.bz2.asc
|
||||
@ -229,6 +230,7 @@ http://httpd.apache.org/docs-2.4/upgrading.html.
|
||||
|
||||
%package worker
|
||||
Summary: Apache 2 worker MPM (Multi-Processing Module)
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: %{name} = %{version}
|
||||
# the post scriptlet sources /usr/share/apache2/script-helpers
|
||||
Requires(post): %{name} = %{version}
|
||||
@ -236,6 +238,7 @@ Provides: %{name}-MPM
|
||||
|
||||
%package prefork
|
||||
Summary: Apache 2 "prefork" MPM (Multi-Processing Module)
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: %{name} = %{version}
|
||||
# the post scriptlet sources /usr/share/apache2/script-helpers
|
||||
Requires(post): %{name} = %{version}
|
||||
@ -244,6 +247,7 @@ Provides: apache:%{_sbindir}/httpd
|
||||
|
||||
%package event
|
||||
Summary: Apache 2 event MPM (Multi-Processing Module)
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: %{name} = %{version}
|
||||
# the post scriptlet sources /usr/share/apache2/script-helpers
|
||||
Requires(post): %{name} = %{version}
|
||||
@ -276,6 +280,7 @@ synchronization.
|
||||
|
||||
%package devel
|
||||
Summary: Apache 2 Header and Include Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-MPM
|
||||
Requires: apache-rpm-macros-control
|
||||
@ -290,6 +295,7 @@ for development using the Apache API.
|
||||
|
||||
%package doc
|
||||
Summary: Additional Package Documentation
|
||||
Group: Documentation/Other
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
@ -300,6 +306,7 @@ this package's base documentation.
|
||||
|
||||
%package example-pages
|
||||
Summary: Example Pages for the Apache 2 Web Server
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
|
||||
%description example-pages
|
||||
Some Example pages for Apache that show information about the installed
|
||||
@ -307,6 +314,7 @@ server.
|
||||
|
||||
%package utils
|
||||
Summary: Apache 2 utilities
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
|
||||
%description utils
|
||||
Utilities provided by the Apache 2 Web Server project which are useful
|
||||
|
Loading…
x
Reference in New Issue
Block a user