From bbbf3fabf049d88cf20e4a1fa6aa3ac1ac0331d5 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 20 Jul 2009 20:55:37 +0000 Subject: [PATCH] Require the gnome-menu package to get our xdg-menu dynamic pipe menu to work out of the box. --- openbox.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openbox.spec b/openbox.spec index 6b20623..7da62ac 100644 --- a/openbox.spec +++ b/openbox.spec @@ -1,6 +1,6 @@ Name: openbox Version: 3.4.7.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -21,6 +21,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{name}-libs = %{version}-%{release} +# The xdg-menu dynamic pipe menu requires the gmenu Python module +Requires: gnome-menus + BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: pango-devel @@ -143,6 +146,10 @@ rm -rf %{buildroot} %changelog +* Mon Jul 20 2009 Luke Macken - 3.4.7.2-8 +- Require the gnome-menus package to get our xdg-menu dynamic pipe menu + to work out of the box. + * Thu Feb 26 2009 Fedora Release Engineering - 3.4.7.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild