From 8fb9b73ced3cadd20a77fbbe3f0fa6fbfc17779a Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Wed, 5 Nov 2025 23:36:44 +0000 Subject: [PATCH] update tar.spec. Signed-off-by: zhengxiaoxiao --- tar.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar.spec b/tar.spec index 48afbd3..0aaab09 100644 --- a/tar.spec +++ b/tar.spec @@ -42,7 +42,7 @@ autoreconf -v %build export FORCE_UNSAFE_CONFIGURE=1 -%configure --without-selinux --with-lzma="xz --format=lzma" \ +%configure --with-selinux --with-lzma="xz --format=lzma" \ DEFAULT_RMT_DIR=%{_sysconfdir} RSH=/usr/bin/ssh %make_build -- Gitee