From 771314ffb259e27dd4fdb08c2db267bdabe68e6f Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Jul 28 2018 19:35:33 +0000 Subject: add weak dependency for nmtui-edit, as in default configuration --- diff --git a/nm-tray.spec b/nm-tray.spec index b09d924..2e64f53 100644 --- a/nm-tray.spec +++ b/nm-tray.spec @@ -1,6 +1,6 @@ Name: nm-tray Version: 0.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetworkManager tray icon License: GPLv2+ @@ -24,8 +24,11 @@ BuildRequires: ModemManager-devel BuildRequires: desktop-file-utils -# need terminal to run nm-tui +# need terminal to run nmtui-edit +%if %{fedora} Recommends: xterm +Recommends: %{_bindir}/nmtui-edit +%endif %if 0%{?fedora} Supplements: lxqt-panel @@ -76,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %changelog +* Sat Jul 28 2018 Raphael Groner - 0.4.1-3 +- add weak dependency for nmtui-edit, as in default configuration + * Sat Jul 28 2018 Raphael Groner - 0.4.1-2 - add BR: gcc - drop work-around about TrayIcon entry, solved issue#8