From 58308accd4e4f63514a9b06c9c3c0583ebbe746f63640a5dfccdd65dead81172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sun, 3 Jun 2012 14:07:42 +0000 Subject: [PATCH] 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 --- ldb.changes | 5 +++++ ldb.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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.*