From d992c420a2eacf47fcaf1a3cf9c40a0e52d1d0b1 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64bebuilder0 Date: Tue, 29 May 2018 22:29:07 +0200 Subject: [PATCH] lz4 expansion of %ldconfig_scriptlets add the el7 equivalent %post -p /sbin/ldconfig %postun -p /sbin/ldconfig Signed-off-by: basebuilder_pel7ppc64bebuilder0 --- SPECS/lz4.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SPECS/lz4.spec b/SPECS/lz4.spec index e0a2dbca..502ac646 100644 --- a/SPECS/lz4.spec +++ b/SPECS/lz4.spec @@ -51,7 +51,9 @@ chmod +x ./configure # Someone thinks that plain Makefiles are good for bigger projects than hello world.. %make_install LIBDIR=%{_libdir} PREFIX=%{_prefix} -%ldconfig_scriptlets libs +#%ldconfig_scriptlets libs +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %license programs/COPYING