add missing dependency on network-manager-applet
This commit is contained in:
parent
632e3e8dc7
commit
3c027ded3a
1 changed files with 7 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.2.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
|
|
@ -20,7 +20,9 @@ BuildRequires: pkgconfig(libnm)
|
|||
BuildRequires: pkgconfig(libnma)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: network-manager-applet%{?_isa}
|
||||
Requires: wingpanel%{?_isa}
|
||||
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
|
|
@ -29,7 +31,7 @@ A network indicator for wingpanel.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -51,6 +53,9 @@ A network indicator for wingpanel.
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-2
|
||||
- Add missing dependency on network-manager-applet.
|
||||
|
||||
* Mon Jan 28 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-1
|
||||
- Update to version 2.2.2.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue