From ca4a69d9c02fecd89bcf5275cae4e2582cbd253e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 28 Jun 2018 12:28:38 +0200 Subject: [PATCH] remove ldconfig scriptlets --- libcgroup.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libcgroup.spec b/libcgroup.spec index 93492dc..5b3c61c 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -5,7 +5,7 @@ Summary: Library to control and monitor control groups Name: libcgroup Version: 0.41 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libcg.sourceforge.net/ @@ -121,10 +121,6 @@ install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig %pre getent group cgred >/dev/null || groupadd -r cgred -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %post tools %systemd_post cgconfig.service @@ -188,6 +184,9 @@ getent group cgred >/dev/null || groupadd -r cgred %{_libdir}/pkgconfig/libcgroup.pc %changelog +* Thu Jun 28 2018 Nikola Forró - 0.41-18 +- remove ldconfig scriptlets + * Tue Apr 17 2018 Nikola Forró - 0.41-17 - backport several upstream fixes - set Delegate property for cgconfig service to make sure complete