diff --git a/libcanberra.spec b/libcanberra.spec index 34d8934..3cbe3d1 100644 --- a/libcanberra.spec +++ b/libcanberra.spec @@ -1,6 +1,6 @@ Name: libcanberra Version: 0.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Portable Sound Event Library Group: System Environment/Libraries Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.gz @@ -27,6 +27,9 @@ A small and lightweight implementation of the XDG Sound Theme Specification Summary: Gtk+ Bindings for libcanberra Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} +Requires(pre): GConf2 +Requires(preun): GConf2 +Requires(post): GConf2 %description gtk2 Gtk+ bindings for libcanberra @@ -114,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libcanberra.pc %changelog +* Thu Feb 5 2009 Matthias Clasen 0.11-6 +- Fix up Requires (#484225) + * Wed Jan 21 2009 Lennart Poettering 0.11-5 - New version