From a0ee225f85866caa23683f1a401a919d090e84d8 Mon Sep 17 00:00:00 2001 From: Yossi Itigin Date: Sun, 22 Aug 2021 12:53:18 +0300 Subject: [PATCH] RPM/POST: Don't create $sysconfdir/ucx at post-install step - It's not required now that configuration file is not created at post install step - If 'coreutils' is not installed then 'mkdir' would fail. So if we kept the mkdir, would need to add 'Requires: coreutils'. --- ucx.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ucx.spec.in b/ucx.spec.in index 211e13245d4..5e82ae9450f 100644 --- a/ucx.spec.in +++ b/ucx.spec.in @@ -138,7 +138,6 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a %post /sbin/ldconfig -mkdir -p %{_sysconfdir}/ucx %postun -p /sbin/ldconfig