ba09a81
@@ -34,7 +34,6 @@
BuildRequires: cmake >= 2.6.0
BuildRequires: gcc-c++
- BuildRequires: libmodman-devel >= 2.0.1
%if ! 0%{?bootstrap}
# gnome
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.
Note I've intentionally not added a Provides: bundled(libmodman), because libproxy is confusingly the upstream for libmodman.
Pull-Request has been merged by amigadave
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.