From eea43ba8ba5b43e3895996c109e5306dec0c6ec8 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 9 Nov 2020 19:25:34 +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 ee928c0..5e3c07e 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,6 +1,6 @@ Name: libproxy Version: 0.4.15 -Release: 14 +Release: 15 Summary: Libproxy is a library that provides automatic proxy configuration management License: LGPLv2+ @@ -16,7 +16,7 @@ Patch2: libproxy-0.4.15-python3738.patch Patch3: libproxy-0.4.15-mozjs52.patch Patch4: Fix-buffer-overflow-when-PAC-is-enabled.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) @@ -123,6 +123,12 @@ make test %{_mandir}/man1/proxy.1* %changelog +* Mon Nov 9 gaihuiying - 0.4.15-15 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:drop dependency of libmodman + * Tue Oct 20 hanzhijun - 0.4.15-14 - Type:cves - Id:NA