fix downgrade/upgrade issues
mod_ssl and other modules should depend only on httpd-core package
This commit is contained in:
parent
e4ec9394be
commit
bdfad1ea95
21
httpd.spec
21
httpd.spec
@ -24,7 +24,7 @@
|
||||
Summary: Apache HTTP Server
|
||||
Name: httpd
|
||||
Version: 2.4.54
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
URL: https://httpd.apache.org/
|
||||
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
||||
@ -140,6 +140,7 @@ Requires: httpd-tools = %{version}-%{release}
|
||||
Requires: httpd-filesystem = %{version}-%{release}
|
||||
Requires(pre): httpd-filesystem
|
||||
Conflicts: apr < 1.5.0-1
|
||||
Conflicts: httpd < 2.4.53-2
|
||||
Obsoletes: mod_proxy_uwsgi < 2.0.17.1-2
|
||||
|
||||
%description core
|
||||
@ -148,7 +149,7 @@ The httpd-core package contains essential httpd binaries.
|
||||
%package devel
|
||||
Summary: Development interfaces for the Apache HTTP Server
|
||||
Requires: apr-devel, apr-util-devel, pkgconfig, libtool
|
||||
Requires: httpd = %{version}-%{release}
|
||||
Requires: httpd-core = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The httpd-devel package contains the APXS binary and other files
|
||||
@ -161,7 +162,7 @@ to install this package.
|
||||
|
||||
%package manual
|
||||
Summary: Documentation for the Apache HTTP Server
|
||||
Requires: httpd = %{version}-%{release}
|
||||
Requires: httpd-core = 0:%{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description manual
|
||||
@ -191,7 +192,7 @@ Summary: SSL/TLS module for the Apache HTTP Server
|
||||
Epoch: 1
|
||||
BuildRequires: openssl-devel
|
||||
Requires(pre): httpd-filesystem
|
||||
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: httpd-core = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: sscg >= 2.2.0, /usr/bin/hostname
|
||||
# Require an OpenSSL which supports PROFILE=SYSTEM
|
||||
Conflicts: openssl-libs < 1:1.0.1h-4
|
||||
@ -205,7 +206,7 @@ Security (TLS) protocols.
|
||||
|
||||
%package -n mod_proxy_html
|
||||
Summary: HTML and XML content filters for the Apache HTTP Server
|
||||
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: httpd-core = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: make
|
||||
Epoch: 1
|
||||
@ -217,7 +218,7 @@ transform and modify HTML and XML content.
|
||||
|
||||
%package -n mod_ldap
|
||||
Summary: LDAP authentication modules for the Apache HTTP Server
|
||||
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: httpd-core = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: apr-util-ldap
|
||||
|
||||
%description -n mod_ldap
|
||||
@ -226,7 +227,7 @@ authentication to the Apache HTTP Server.
|
||||
|
||||
%package -n mod_session
|
||||
Summary: Session interface for the Apache HTTP Server
|
||||
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: httpd-core = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
|
||||
%description -n mod_session
|
||||
The mod_session module and associated backends provide an abstract
|
||||
@ -234,7 +235,7 @@ interface for storing and accessing per-user session data.
|
||||
|
||||
%package -n mod_lua
|
||||
Summary: Lua scripting support for the Apache HTTP Server
|
||||
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
Requires: httpd-core = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||
|
||||
%description -n mod_lua
|
||||
The mod_lua module allows the server to be extended with scripts
|
||||
@ -836,6 +837,10 @@ exit $rv
|
||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||
|
||||
%changelog
|
||||
* Fri Jun 24 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.54-4
|
||||
- fix downgrade/upgrade issues
|
||||
- mod_ssl and other modules should depend only on httpd-core package
|
||||
|
||||
* Fri Jun 17 2022 Joe Orton <jorton@redhat.com> - 2.4.54-3
|
||||
- update PCRE config selection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user