Browse code

postgresql13: fix libs package requires

Change-Id: Ie8c3be8d1757d983e9fc067511d46095649e2fbf
Signed-off-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/23758

Shreenidhi Shedi authored on 2024/04/17 13:44:22
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
 Summary:        PostgreSQL database engine
14 14
 Name:           postgresql13
15 15
 Version:        13.14
16
-Release:        6%{?dist}
16
+Release:        7%{?dist}
17 17
 License:        PostgreSQL
18 18
 URL:            www.postgresql.org
19 19
 Group:          Applications/Databases
... ...
@@ -90,6 +90,9 @@ Conflicts: %{name} < 13.14-6%{?dist}
90 90
 %package libs
91 91
 Summary:    The shared libraries required for any PostgreSQL clients
92 92
 Group:      Applications/Databases
93
+Requires:   krb5
94
+Requires:   openldap
95
+Requires:   openssl
93 96
 Requires:   chkconfig
94 97
 Requires(postun): chkconfig
95 98
 
... ...
@@ -679,6 +682,8 @@ rm -rf %{buildroot}/*
679 679
 %{_pglibdir}/plpython3.so
680 680
 
681 681
 %changelog
682
+* Wed Apr 17 2024 Shreenidhi Shedi <shreenidhi.shedi@broadcom.com> 13.14-7
683
+- Fix libs package requires
682 684
 * Tue Apr 09 2024 Shreenidhi Shedi <shreenidhi.shedi@broadcom.com> 13.14-6
683 685
 - Introduce client subpackage, make main package a meta package
684 686
 * Thu Mar 28 2024 Ashwin Dayanand Kamat <ashwin.kamat@broadcom.com> 13.14-5