#4 Stop depending on system libmodman
Merged 2 years ago by amigadave. Opened 2 years ago by catanzaro.
rpms/ catanzaro/libproxy master  into  master

Stop depending on system libmodman
Michael Catanzaro • 2 years ago  
file modified
-1
@@ -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

2 years ago