Packages: relaxed dependencies between modules and base package.

This allows us to update base or single modules packages without
updating the whole set.
This commit is contained in:
Konstantin Pavlov
2022-11-04 16:52:19 +04:00
parent 9ea5ed2813
commit 2ac4a7527d
5 changed files with 6 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pcre2-devel
Requires: unit == %%UNIT_VERSION%%-%%UNIT_RELEASE%%%{?dist}.ngx
Requires: unit-r%%UNIT_VERSION%%
%description
NGINX Unit is a runtime and delivery environment for modern distributed

View File

@@ -47,6 +47,8 @@ Requires(postun): systemd
BuildRequires: pcre2-devel
Provides: unit-r%{version}
%description
NGINX Unit is a runtime and delivery environment for modern distributed
applications. It runs the application code in multiple languages