minimizing installation dependencies
This commit is contained in:
parent
b981a203d9
commit
6fe1106360
10
httpd.spec
10
httpd.spec
@ -8,7 +8,7 @@
|
||||
Name: httpd
|
||||
Summary: Apache HTTP Server
|
||||
Version: 2.4.51
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: ASL 2.0
|
||||
URL: https://httpd.apache.org/
|
||||
Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||
@ -98,7 +98,7 @@ Patch43: backport-mod_md-do-not-interfere-with-requests-to-well-known-a
|
||||
BuildRequires: gcc autoconf pkgconfig findutils xmlto perl-interpreter perl-generators systemd-devel
|
||||
BuildRequires: zlib-devel libselinux-devel lua-devel brotli-devel
|
||||
BuildRequires: apr-devel >= 1.5.0 apr-util-devel >= 1.5.0 pcre2-devel
|
||||
Requires: mailcap system-logos mod_http2
|
||||
Requires: mailcap system-logos-httpd mod_http2
|
||||
Requires: httpd-tools = %{version}-%{release} httpd-filesystem = %{version}-%{release}
|
||||
Requires(pre): httpd-filesystem
|
||||
Requires(preun): systemd-units
|
||||
@ -526,6 +526,12 @@ exit $rv
|
||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||
|
||||
%changelog
|
||||
* Thu Dec 22 2022 chengyechun <chengyechun1@huawei.com> - 2.4.51-12
|
||||
- Type:bugfix
|
||||
- ID:
|
||||
- SUG:restart
|
||||
- DESC:reduce the dependency of httpd on system-logos installation
|
||||
|
||||
* Wed Dec 14 2022 chengyechun <chengyechun1@huawei.com> - 2.4.51-11
|
||||
- Type:bugfix
|
||||
- ID:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user