From 47283322c4d793e564c2a05ca57dba6c0c5643c9 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Mon, 2 Jul 2012 08:37:43 +0000 Subject: [PATCH] - run ldconfig on library install/uninstall - Release: 2 Changed files: cluster.spec -> 1.9 --- cluster.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cluster.spec b/cluster.spec index 0148d13..ed88b41 100644 --- a/cluster.spec +++ b/cluster.spec @@ -6,7 +6,7 @@ Summary: Cluster infrastructure Summary(pl.UTF-8): Infrastruktura klastra Name: cluster Version: 3.1.8 -Release: 1.aos1 +Release: 2 License: GPL v2 Group: Applications/System Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.bz2 @@ -329,6 +329,15 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf %clean rm -rf $RPM_BUILD_ROOT +%post ccs-libs -p /sbin/ldconfig +%postun ccs-libs -p /sbin/ldconfig +%post cman-libs -p /sbin/ldconfig +%postun cman-libs -p /sbin/ldconfig +%post dlm-libs -p /sbin/ldconfig +%postun dlm-libs -p /sbin/ldconfig +%post fence-libs -p /sbin/ldconfig +%postun fence-libs -p /sbin/ldconfig + %files %defattr(644,root,root,755) -- 2.43.0