]> git.pld-linux.org Git - packages/dlm.git/commitdiff
ldconfig invocation moved to the right package
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 1 Nov 2012 14:27:54 +0000 (15:27 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 1 Nov 2012 14:27:54 +0000 (15:27 +0100)
dlm.spec

index a76d40781bb4c5f1456de0fd7203e6d4c298592f..87788d643b48b0825358cdb227706b564a5dbcea 100644 (file)
--- a/dlm.spec
+++ b/dlm.spec
@@ -75,12 +75,13 @@ rm -rf $RPM_BUILD_ROOT
        MANDIR=%{_mandir} \
        HDRDIR=%{_includedir}
 
+install init/%{name}.service $RPM_BUILD_ROOT%{systemdunitdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.064193 seconds and 4 git commands to generate.