Add missing post, postun, and files part to the libldb1 package.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=11
This commit is contained in:
parent
55e6e6cccb
commit
58308accd4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 3 14:03:09 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Add missing post, postun, and files part to the libldb1 package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 2 16:00:14 UTC 2012 - lmuelle@suse.com
|
Sat Jun 2 16:00:14 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
6
ldb.spec
6
ldb.spec
@ -120,13 +120,13 @@ CONFIGURE_OPTIONS="\
|
|||||||
%install
|
%install
|
||||||
DESTDIR=${RPM_BUILD_ROOT} make install
|
DESTDIR=${RPM_BUILD_ROOT} make install
|
||||||
|
|
||||||
%post
|
%post -n libldb1
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun
|
%postun -n libldb1
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files -n libldb1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libldb.so.*
|
%{_libdir}/libldb.so.*
|
||||||
%{_libdir}/libpyldb-util.so.*
|
%{_libdir}/libpyldb-util.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user