From b6ae806aa166590d9fa1258e4ea9a64740186c87 Mon Sep 17 00:00:00 2001 From: zengweifeng Date: Thu, 6 Aug 2020 15:58:25 +0800 Subject: [PATCH] drop dependency of libmodman --- libproxy.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libproxy.spec b/libproxy.spec index 5175df9..b0964b7 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,6 +1,6 @@ Name: libproxy Version: 0.4.15 -Release: 13 +Release: 14 Summary: Libproxy is a library that provides automatic proxy configuration management License: LGPLv2+ @@ -15,7 +15,7 @@ Patch1: libproxy-0.4.11-crash.patch Patch2: libproxy-0.4.15-python3738.patch Patch3: libproxy-0.4.15-mozjs52.patch -BuildRequires: cmake >= 2.6.0 gcc-c++ libmodman-devel >= 2.0.1 +BuildRequires: cmake >= 2.6.0 gcc-c++ BuildRequires: pkgconfig(gio-2.0) >= 2.26 pkgconfig(mozjs-52) pkgconfig(libnm) python2-devel python3-devel BuildRequires: pkgconfig(dbus-1) pkgconfig(javascriptcoregtk-4.0) @@ -122,6 +122,12 @@ make test %{_mandir}/man1/proxy.1* %changelog +* Thu Aug 6 2020 zengwefeng - 0.4.15-14 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:drop dependency of libmodman + * Sat Jan 11 2020 openEuler Buildteam - 0.4.15-13 - Type:NA - ID:NA -- Gitee