From 42d35af8f7685a93b8d165a5ff9849d6f85a86d5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:36:30 +0100 Subject: [PATCH] require lxmenu-data [release 0.15.1-2mamba;Fri Oct 16 2020] --- lxqt-panel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lxqt-panel.spec b/lxqt-panel.spec index cb0ff43..c6dfd24 100644 --- a/lxqt-panel.spec +++ b/lxqt-panel.spec @@ -1,6 +1,6 @@ Name: lxqt-panel Version: 0.15.1 -Release: 1mamba +Release: 2mamba Summary: The taskbar of the LXQt desktop environment Group: Graphical Desktop/Applications/Environment Vendor: openmamba @@ -41,6 +41,7 @@ BuildRequires: libxkbcommon-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: lxmenu-data BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -123,5 +124,8 @@ done %changelog +* Fri Oct 16 2020 Silvan Calarco 0.15.1-2mamba +- require lxmenu-data + * Fri Oct 02 2020 Silvan Calarco 0.15.1-1mamba - package created using the webbuild interface