From ba09a819e7685b21d878e0432389ddbe49b934ee Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 10 Nov 2020 16:39:05 +0000 Subject: [PATCH] Stop depending on system libmodman This changes libproxy to use bundled libmodman instead of system libmodman. It will happen anyway in the next version. See https://github.com/libproxy/libproxy/pull/142. Doing so now just ensures we don't later forget to remove this BuildRequires. --- libproxy.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libproxy.spec b/libproxy.spec index 042a04c..d368dcc 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -34,7 +34,6 @@ Patch9: libproxy-0.4.15-fix-pac-buffer-overflow.patch BuildRequires: cmake >= 2.6.0 BuildRequires: gcc-c++ -BuildRequires: libmodman-devel >= 2.0.1 %if ! 0%{?bootstrap} # gnome