diff --git a/glom.spec b/glom.spec index 5069dd1..2dab10a 100644 --- a/glom.spec +++ b/glom.spec @@ -3,7 +3,7 @@ Name: glom Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -38,8 +38,6 @@ Requires: libgda-postgres Requires(post): shared-mime-info desktop-file-utils Requires(postun): shared-mime-info desktop-file-utils -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -115,7 +113,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : -/sbin/ldconfig + + +%post libs -p /sbin/ldconfig %postun @@ -129,6 +129,9 @@ scrollkeeper-update -q || : /sbin/ldconfig +%postun libs -p /sbin/ldconfig + + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README @@ -156,6 +159,9 @@ scrollkeeper-update -q || : %changelog +* Wed Mar 25 2009 Denis Leroy - 1.10.0-2 +- Fixed libs rpmlint complaints + * Mon Mar 23 2009 - 1.10.0-1 - Update to 1.10.0 - Disable sqlite backend, has very limited functionality