From: Tomas Krizek Date: Tue, 26 Nov 2019 11:58:02 +0000 (+0100) Subject: distro/*: http module requires the same knot-resolver version X-Git-Tag: v4.3.0~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e64161db2b57b949729530c65aac47bbce52eb;p=thirdparty%2Fknot-resolver.git distro/*: http module requires the same knot-resolver version Previously, it was possible to update just "knot-resolver" even when the "knot-resolver-module-http" package was installed, or the other way around. --- diff --git a/distro/deb/control b/distro/deb/control index 05c98eea4..8983a093c 100644 --- a/distro/deb/control +++ b/distro/deb/control @@ -76,7 +76,7 @@ Description: Debug symbols for Knot Resolver Package: knot-resolver-module-http Architecture: all Depends: - knot-resolver, + knot-resolver (= ${binary:Version}), libjs-bootstrap, libjs-d3, libjs-jquery, diff --git a/distro/rpm/knot-resolver.spec b/distro/rpm/knot-resolver.spec index 345503bdc..cb94fdf8f 100644 --- a/distro/rpm/knot-resolver.spec +++ b/distro/rpm/knot-resolver.spec @@ -125,7 +125,7 @@ Documentation for Knot Resolver %if "x%{?suse_version}" == "x" %package module-http Summary: HTTP/2 module for Knot Resolver -Requires: knot-resolver +Requires: %{name} = %{version}-%{release} %if 0%{?fedora} Requires: lua5.1-http Requires: lua5.1-mmdb