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:
Lars Müller 2012-06-03 14:07:42 +00:00 committed by Git OBS Bridge
parent 55e6e6cccb
commit 58308accd4
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -120,13 +120,13 @@ CONFIGURE_OPTIONS="\
%install
DESTDIR=${RPM_BUILD_ROOT} make install
%post
%post -n libldb1
/sbin/ldconfig
%postun
%postun -n libldb1
/sbin/ldconfig
%files
%files -n libldb1
%defattr(-,root,root)
%{_libdir}/libldb.so.*
%{_libdir}/libpyldb-util.so.*