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