From 0948d5cff344446f312cad1b66108eb652a5776c Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 8 Oct 2018 15:58:49 +0200 Subject: [PATCH] Fix the requires Found by rpmdiff --- devhelp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devhelp.spec b/devhelp.spec index 6ae08a2..587a774 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -21,6 +21,8 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(webkit2gtk-4.0) BuildRequires: libappstream-glib +Requires: devhelp-libs{?_isa} = %{epoch}:%{version}-%{release} + %description Devhelp is an API documentation browser for the GNOME desktop. It works natively with API documentation generated by gtk-doc. @@ -36,6 +38,7 @@ into other applications such as IDEs. %package devel Summary: Library to embed Devhelp in other applications - Development files Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} +Requires: %{name}-libs{?_isa} = %{epoch}:%{version}-%{release} %description devel Devhelp is an API documentation browser for the GNOME desktop.