diff --git a/ldb.changes b/ldb.changes index dda4cdb..38069a5 100644 --- a/ldb.changes +++ b/ldb.changes @@ -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 diff --git a/ldb.spec b/ldb.spec index ac840f2..706bff9 100644 --- a/ldb.spec +++ b/ldb.spec @@ -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.*