From 39f284c7781eaa5cd708a09128271038a270eeb0 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7x64builder0 Date: Mon, 17 Aug 2020 17:22:46 +0200 Subject: [PATCH] f2fs-tools change ldconfig Signed-off-by: basebuilder_pel7x64builder0 --- SPECS/f2fs-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/f2fs-tools.spec b/SPECS/f2fs-tools.spec index 2888df7a..63e948f8 100644 --- a/SPECS/f2fs-tools.spec +++ b/SPECS/f2fs-tools.spec @@ -62,7 +62,8 @@ install -m 644 include/f2fs_fs.h %{buildroot}%{_includedir} install -m 644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir} rm -f %{buildroot}/%{_libdir}/*.la -%ldconfig_scriptlets +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %doc COPYING AUTHORS ChangeLog