]> git.pld-linux.org Git - packages/cluster.git/commitdiff
- run ldconfig on library install/uninstall auto/th/cluster-3_1_8-2
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 2 Jul 2012 08:37:43 +0000 (08:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 2

Changed files:
    cluster.spec -> 1.9

cluster.spec

index 0148d134edf797e8d6c1bed2589f4813a81571e6..ed88b41feb58347f0282cd82d8741a9d64bd8e20 100644 (file)
@@ -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)
 
This page took 0.077751 seconds and 4 git commands to generate.