Change requires from postgresql-13-server and postgresql-13-contrib to postgresql-server and postgresql-contrib
(cherry picked from commit 4cec4a8993ab761d33c00d5bccbd4004650072eb)
This commit is contained in:
parent
368cc5198a
commit
c9b4fcc8ef
@ -46,7 +46,7 @@ getent passwd %1 >/dev/null || useradd -r -u %2 -g %3 -c %5 -s /sbin/nologin -d
|
|||||||
|
|
||||||
Name: ovirt-engine-dwh
|
Name: ovirt-engine-dwh
|
||||||
Version: 4.4.4.1
|
Version: 4.4.4.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv2 and ASL 2.0
|
License: LGPLv2 and ASL 2.0
|
||||||
Summary: %{product_name}
|
Summary: %{product_name}
|
||||||
Group: Virtualization/Management
|
Group: Virtualization/Management
|
||||||
@ -80,8 +80,8 @@ Requires: javapackages-tools
|
|||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: postgresql-jdbc
|
Requires: postgresql-jdbc
|
||||||
|
|
||||||
Requires: postgresql-13-server
|
Requires: postgresql-server
|
||||||
Requires: postgresql-13-contrib
|
Requires: postgresql-contrib
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The %{product_description} package provides
|
The %{product_description} package provides
|
||||||
@ -104,8 +104,8 @@ BuildRequires: python3-devel
|
|||||||
Requires: python%{python3_pkgversion}-ovirt-setup-lib
|
Requires: python%{python3_pkgversion}-ovirt-setup-lib
|
||||||
Requires: %{name} >= 3.6.0
|
Requires: %{name} >= 3.6.0
|
||||||
|
|
||||||
Requires: postgresql-13-server
|
Requires: postgresql-server
|
||||||
Requires: postgresql-13-contrib
|
Requires: postgresql-contrib
|
||||||
|
|
||||||
%description setup
|
%description setup
|
||||||
%{product_description} setup package.
|
%{product_description} setup package.
|
||||||
@ -124,8 +124,8 @@ BuildRequires: python3-devel
|
|||||||
Requires: python3-ovirt-setup-lib
|
Requires: python3-ovirt-setup-lib
|
||||||
Requires: python3-jinja2
|
Requires: python3-jinja2
|
||||||
|
|
||||||
Requires: postgresql-13-server
|
Requires: postgresql-server
|
||||||
Requires: postgresql-13-contrib
|
Requires: postgresql-contrib
|
||||||
|
|
||||||
%description grafana-integration-setup
|
%description grafana-integration-setup
|
||||||
%{product_description} Grafana integration setup package.
|
%{product_description} Grafana integration setup package.
|
||||||
@ -268,5 +268,8 @@ fi
|
|||||||
%{_sysconfdir}/grafana/conf/
|
%{_sysconfdir}/grafana/conf/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 23 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.4.4.1-2
|
||||||
|
- Change requires from postgresql-13-contrib and postgresql-13-server to postgresql-contrib and postgresql-server
|
||||||
|
|
||||||
* Thu Sep 16 2021 Ge Wang <wangge20@huawei.com> - 4.4.4.1-1
|
* Thu Sep 16 2021 Ge Wang <wangge20@huawei.com> - 4.4.4.1-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user