diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 2794d45e08ad73bb02360df274eb202fcaa3ae48..e8113359f1a02d4be20cc11652bb280ddbccde74 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,6 +1,6 @@ Name: libmicrohttpd Version: 0.9.59 -Release: 4 +Release: 5 Epoch: 1 Summary: Lightweight library for embedding a webserver in applications License: LGPLv2+ @@ -9,6 +9,8 @@ Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz Patch0001: gnutls-utilize-system-crypto-policy.patch BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz +Requires: %{name}-help = %{epoch}:%{version}-%{release} + Requires(post): info Requires(preun):info @@ -88,5 +90,8 @@ fi %{_infodir}/libmicrohttpd_performance_data.png.gz %changelog +* Fri Nov 06 2020 leiju - 0.9.59-5 +- Add Requires libmicrohttpd-help into libmicrohttpd + * Thu Nov 21 2019 wangye - 0.9.59-4 -- Package init \ No newline at end of file +- Package init