From 356390fff406653d6e896c88ec8f4d4495442fbc Mon Sep 17 00:00:00 2001 From: Yaroslav Fedevych Date: Sat, 19 Sep 2020 16:10:32 +0200 Subject: [PATCH] Specify the minimum version of libnm --- gnome-control-center.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 7552916..b8615dd 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -7,10 +7,11 @@ %define gtk3_version 3.22.20 %define cheese_version 3.28.0 %define gnome_bluetooth_version 3.18.2 +%define nm_version 1.24 Name: gnome-control-center Version: 3.38.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities to configure the GNOME desktop License: GPLv2+ and CC-BY-SA @@ -53,7 +54,7 @@ BuildRequires: pkgconfig(ibus-1.0) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libgtop-2.0) BuildRequires: pkgconfig(libhandy-1) -BuildRequires: pkgconfig(libnm) +BuildRequires: pkgconfig(libnm) >= %{nm_version} BuildRequires: pkgconfig(libnma) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-mainloop-glib) @@ -194,6 +195,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center %dir %{_datadir}/gnome/wm-properties %changelog +* Sat Sep 19 2020 Yaroslav Fedevych - 3.38.0-2 +- Specify the minimum libnm version needed to build the package + * Sat Sep 12 2020 Kalev Lember - 3.38.0-1 - Update to 3.38.0