From a93da5562ce7dd3eda1ef5662b40e273fcb9650c Mon Sep 17 00:00:00 2001 From: zhangxubo Date: Sat, 13 Dec 2025 11:10:41 +0800 Subject: [PATCH] Add util-linux on dependency --- opengauss-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opengauss-server.spec b/opengauss-server.spec index d00486b..f001cad 100755 --- a/opengauss-server.spec +++ b/opengauss-server.spec @@ -13,7 +13,7 @@ Name: opengauss Version: 6.0.0 -Release: 26 +Release: 27 Summary: openGauss is an open source relational database management system License: MulanPSL-2.0 and MIT and BSD and zlib and TCL and Apache-2.0 and BSL-1.0 URL: https://gitee.com/opengauss/openGauss-server @@ -64,7 +64,7 @@ BuildRequires: libatomic autoconf %global __provides_exclude %{_privatelibs} %global __requires_exclude %{_privatelibs} -Requires: lz4-devel zstd-devel boost-devel cjson-devel tar +Requires: lz4-devel zstd-devel boost-devel cjson-devel tar util-linux Requires: libcgroup-devel libcurl-devel unixODBC-devel jemalloc-devel Requires: java-1.8.0-openjdk-devel libedit-devel libaio-devel Requires: DCF >= 6, lsof @@ -486,6 +486,9 @@ fi %changelog +* Sat Dec 13 2025 zhangxubo - 6.0.0-27 +- Add util-linux on dependency + * Tue Sep 16 2025 zhangxubo - 6.0.0-26 - Fix bugs: #ICXUK0 fix security compilation -- Gitee