Fix typo in spec

Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
Michal Fabik 2020-08-18 16:17:32 +02:00
parent 0393aa873f
commit fb3e9ae846

View File

@ -15,7 +15,7 @@
Name: satyr
Version: 0.31
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports
License: GPLv2+
URL: https://github.com/abrt/satyr
@ -39,8 +39,8 @@ BuildRequires: pkgconfig(json-c)
%if %{with python3}
BuildRequires: python3-sphinx
%endif # with python3
Requires: json-c{?_isa}
Requires: nettle{?_isa}
Requires: json-c%{?_isa}
Requires: nettle%{?_isa}
%description
Satyr is a library that can be used to create and process microreports.