From 37c825040d08d322f862001284c7e7704871ff14 Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: Dec 17 2019 05:00:38 +0000 Subject: Remove architecture requirement for plugins and ui --- diff --git a/xournalpp.spec b/xournalpp.spec index 2e2c198..e417b77 100644 --- a/xournalpp.spec +++ b/xournalpp.spec @@ -1,6 +1,6 @@ Name: xournalpp Version: 1.0.16 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Handwriting note-taking software with PDF annotation support License: GPLv2+ @@ -26,8 +26,8 @@ Requires: kde-filesystem Requires: texlive-scheme-basic Requires: texlive-dvipng Requires: texlive-standalone -Requires: %{name}-plugins%{?_isa} = %{version}-%{release} -Requires: %{name}-ui%{?_isa} = %{version}-%{release} +Requires: %{name}-plugins = %{version}-%{release} +Requires: %{name}-ui = %{version}-%{release} %description Xournal++ is a handwriting note-taking software with PDF annotation support. @@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n %{_datadir}/%{name}/ui %changelog +* Mon Dec 16 2019 Luya Tshimbalanga - 1.0.16-7 +- Remove architecture requirement for plugins and ui + * Mon Dec 16 2019 Luya Tshimbalanga - 1.0.16-6 - Fix typos