]> git.pld-linux.org Git - packages/openrc.git/commitdiff
add missing ldconfig master
authorElan Ruusamäe <glen@delfi.ee>
Mon, 15 Feb 2016 20:31:41 +0000 (22:31 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 15 Feb 2016 20:31:41 +0000 (22:31 +0200)
openrc.spec

index f8265ec77c1ce96b5138dadcc9af26ade6415753..f5337ee1956bd06a830ea24550c1e4c79676e97b 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       OpenRC manages the services, startup and shutdown of a host
 Name:          openrc
 Version:       0.20.4
-Release:       0.1
+Release:       0.3
 License:       BSD
 Group:         Base
 Source0:       https://github.com/OpenRC/openrc/archive/%{version}/%{name}-%{version}.tar.gz
@@ -94,6 +94,9 @@ mv $RPM_BUILD_ROOT{%{_sbindir},/sbin}/start-stop-daemon
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
 %if %{with openrc}
 %files
 %defattr(644,root,root,755)
This page took 0.095236 seconds and 4 git commands to generate.