From 40f41c6b669319c048fc5b411dd961adf031d90c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 27 Feb 2018 10:05:43 +0100 Subject: [PATCH] Remove ldconfig scriptlets --- wayland.spec | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/wayland.spec b/wayland.spec index 12d9392..55bf65f 100644 --- a/wayland.spec +++ b/wayland.spec @@ -102,19 +102,6 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ { rc=$?; cat test-suite.log; exit $rc; } -%post -n libwayland-client -p /sbin/ldconfig -%postun -n libwayland-client -p /sbin/ldconfig - -%post -n libwayland-cursor -p /sbin/ldconfig -%postun -n libwayland-cursor -p /sbin/ldconfig - -%post -n libwayland-egl -p /sbin/ldconfig -%postun -n libwayland-egl -p /sbin/ldconfig - -%post -n libwayland-server -p /sbin/ldconfig -%postun -n libwayland-server -p /sbin/ldconfig - - %files devel %{_bindir}/wayland-scanner %{_includedir}/wayland-*.h @@ -151,6 +138,7 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ * Tue Feb 27 2018 Kalev Lember - 1.14.91-1 - Update to 1.14.91 - Add new libwayland-egl subpackage and obsolete mesa-libwayland-egl +- Remove ldconfig scriptlets * Fri Feb 09 2018 Fedora Release Engineering - 1.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild