Skip to content

Commit ea625ca

Browse files
committed
Add requirement for libnotify
1 parent 22d3113 commit ea625ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rpm/NetworkManager-anyconnect.spec.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ BuildRequires: meson
1919
BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0
2020
BuildRequires: glib2-devel
2121
BuildRequires: libnma-devel >= 1.2.0
22+
BuildRequires: libnotify-devel >= 0.7.0
2223

2324
%if %with libnm_glib
2425
BuildRequires: NetworkManager-glib-devel >= 1:1.2.0
@@ -28,6 +29,7 @@ BuildRequires: libnm-gtk-devel >= 1.2.0
2829
Requires: dbus
2930
Requires: NetworkManager >= 1:1.2.0
3031
Requires: anyconnect
32+
Requires: libnotify >= 0.7.0
3133

3234
%global __provides_exclude ^libnm-.*\\.so
3335

@@ -88,7 +90,7 @@ the anyconnect server with NetworkManager (GNOME files).
8890
- Add SELinux policy (required for permission fix script)
8991
- Add notifications using libnotify
9092

91-
* Sat Oct 11 2020 Graham White - 1.2.2-1
93+
* Sun Oct 11 2020 Graham White - 1.2.2-1
9294
- Migrate from Autotools to Meson (with thanks to @jcfaracco)
9395
- Add permission work around script to the RPM build
9496
- Streamlined by removing unnecessary code

0 commit comments

Comments
 (0)