commit 8580e8e1b0e971f71c3491d3a60eb71fda679051
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Mon Jun 10 17:59:39 2019 -0700
Set ExclusiveArch to x86_64 due to failure of build system
mendeleydesktop.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mendeleydesktop.spec b/mendeleydesktop.spec
index 0fa5700..03b83ce 100644
--- a/mendeleydesktop.spec
+++ b/mendeleydesktop.spec
@@ -4,7 +4,7 @@
Name: mendeleydesktop
Version: 1.19.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Academic reference management software for researchers
License: LGPLv2+ and Mendeley and MIT and CC-BY-SA and (CPAL or AGPLv3) and BSD
@@ -59,7 +59,7 @@ Requires: qt5-qtbase-gui
BuildRequires: python3-devel
# Set exclusivity for x86 based architecture
-ExclusiveArch: x86_64 i686
+ExclusiveArch: x86_64
%description
Mendeley is a combination of a desktop application and a website which
@@ -166,6 +166,9 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/%{name}-libre
%{_metainfodir}/%{name}-libreoffice.metainfo.xml
%changelog
+* Thu Jun 06 2019 Luya Tshimbalanga <luya_tfz(a)thefinalzone.net> - 1.19.4-2
+- Set ExclusiveArch to x86_64 due to failure of build system
+
* Thu Jun 06 2019 Luya Tshimbalanga <luya_tfz(a)thefinalzone.net> - 1.19.4-1
- Update to 1.19.4
- Remove conditional statement for ExclusiveArch
Show replies by date