From 364ac3e04271d8d33a80980d90fc9fc196fd359d Mon Sep 17 00:00:00 2001 From: tommat Date: Wed, 9 Sep 2009 09:41:12 +0000 Subject: [PATCH] - ldconfig for libs Changed files: corosync.spec -> 1.5 --- corosync.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/corosync.spec b/corosync.spec index 6fe3172..ecf134d 100644 --- a/corosync.spec +++ b/corosync.spec @@ -73,6 +73,9 @@ sed -i -e 's/\(^.*$\)/#\1/' $RPM_BUILD_ROOT/etc/corosync/corosync.conf %clean rm -rf $RPM_BUILD_ROOT +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc AUTHORS CHANGELOG README.devmap README.recovery SECURITY -- 2.44.0