${shlibs:Depends},
Breaks:
knot-resolver-module-tinyweb (<< 1.1.0~git20160713-1~),
-Description: HTTP/2 module for Knot Resolver
+Description: HTTP module for Knot Resolver
The Knot Resolver is a caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a
daemon. Modular architecture of the library keeps the core tiny and
%if "x%{?suse_version}" == "x"
%package module-http
-Summary: HTTP/2 module for Knot Resolver
+Summary: HTTP module for Knot Resolver
Requires: %{name} = %{version}-%{release}
%if 0%{?fedora} || 0%{?rhel} > 7
Requires: lua5.1-http
%endif
%description module-http
-HTTP/2 module for Knot Resolver has multiple uses. It enables use of
-DNS-over-HTTP, can serve as API endpoint for other modules or provide a web
-interface for local visualization of the resolver cache and queries.
+HTTP module for Knot Resolver can serve as API endpoint for other modules or
+provide a web interface for local visualization of the resolver cache and
+queries. It can also serve DNS-over-HTTPS, but it is deprecated in favor of
+native C implementation, which doesn't require this package.
%endif
%prep