diff --git a/util-linux.spec b/util-linux.spec
index 69a41ca..02a5cfe 100644
--- a/util-linux.spec
+++ b/util-linux.spec
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux
 Version: 2.37.4
-Release: 9.1%{?dist}
+Release: 9.2%{?dist}
 License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
 URL: http://en.wikipedia.org/wiki/Util-linux
 
@@ -345,7 +345,7 @@ export DAEMON_LDFLAGS="$SUID_LDFLAGS"
 	--enable-usrdir-path \
 	--enable-write \
 	--disable-raw \
-	--enable-hardlink \
+	--disable-hardlink \
 	--enable-fdformat \
 	--enable-asciidoc \
 	--with-python=%{pyver} \
@@ -557,7 +557,6 @@ fi
 %{_bindir}/findmnt
 %{_bindir}/flock
 %{_bindir}/getopt
-%{_bindir}/hardlink
 %{_bindir}/hexdump
 %{_bindir}/ionice
 %{_bindir}/ipcmk
@@ -617,7 +616,6 @@ fi
 %{_mandir}/man1/fincore.1*
 %{_mandir}/man1/flock.1*
 %{_mandir}/man1/getopt.1*
-%{_mandir}/man1/hardlink.1*
 %{_mandir}/man1/hexdump.1*
 %{_mandir}/man1/ionice.1*
 %{_mandir}/man1/ipcmk.1*
@@ -777,7 +775,6 @@ fi
 %{compldir}/fsfreeze
 %{compldir}/fstrim
 %{compldir}/getopt
-%{compldir}/hardlink
 %{compldir}/hexdump
 %{compldir}/ionice
 %{compldir}/ipcmk
@@ -965,6 +962,9 @@ fi
 %{_libdir}/python*/site-packages/libmount/
 
 %changelog
+* Mon Sep 18 2023 Anita Zhang <the.anitazha@gmail.com> 2.37.4-9.2
+- disable hardlink so has not to conflict with hardlink on C8s
+
 * Thu Sep 14 2023 Anita Zhang <the.anitazha@gmail.com> 2.37.4-9.1
 - merge util-linux-core back into util-linux