The package rpms/erlang-stringprep.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/erlang-stringprep.git/commit/?id=f3….
Change:
-ExcludeArch: s390x
Thanks.
Full change:
============
commit f38589ca911bf6c2acce8b2480afb7fb54e664f1
Author: Randy Barlow <randy(a)electronsweatshop.com>
Date: Tue Nov 26 14:51:24 2019 -0500
Bring stringprep back to s390x (#1772970)
Signed-off-by: Randy Barlow <randy(a)electronsweatshop.com>
diff --git a/erlang-stringprep.spec b/erlang-stringprep.spec
index a64c1be..ff17f95 100644
--- a/erlang-stringprep.spec
+++ b/erlang-stringprep.spec
@@ -5,16 +5,13 @@
Name: erlang-%{srcname}
Version: 1.0.17
-Release: 1%{?dist}
+Release: 2%{?dist}
License: ASL 2.0 and TCL
Summary: A framework for preparing Unicode strings to help input and comparison
URL: https://github.com/processone/stringprep/
Source0: https://github.com/processone/stringprep/archive/%{version}/%{srcname}-%{ve…
-# Remove this when https://bugzilla.redhat.com/show_bug.cgi?id=1770256 is resolved
-ExcludeArch: s390x
-
Provides: erlang-p1_stringprep = %{version}-%{release}
Obsoletes: erlang-p1_stringprep < 1.0.3
@@ -61,6 +58,9 @@ install -pm755 priv/lib/* $RPM_BUILD_ROOT%{_erllibdir}/%{srcname}-%{version}/pri
%changelog
+* Tue Nov 26 2019 Randy Barlow <bowlofeggs(a)fedoraproject.org> - 1.0.17-2
+- Bring stringprep back to s390x (#1772971).
+
* Thu Nov 14 2019 Randy Barlow <bowlofeggs(a)fedoraproject.org> - 1.0.17-1
- Update to 1.0.17 (#1742461).
- https://github.com/processone/stringprep/blob/1.0.17/CHANGELOG.md
The package rpms/liburing.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/liburing.git/commit/?id=960a4d73bdb….
Change:
+ExcludeArch: armv7hl
Thanks.
Full change:
============
commit 960a4d73bdb44e4c8b06384961834276a94d5035
Author: Stefan Hajnoczi <stefanha(a)redhat.com>
Date: Tue Jan 7 10:07:18 2020 +0000
Exclude unsupported armv7hl architecture
Signed-off-by: Stefan Hajnoczi <stefanha(a)redhat.com>
diff --git a/liburing.spec b/liburing.spec
index 102ebc2..435420b 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -7,6 +7,9 @@ Source: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
URL: https://git.kernel.dk/cgit/liburing/
BuildRequires: gcc
+# Fails to build and therefore isn't supported upstream
+ExcludeArch: armv7hl
+
%description
Provides native async IO for the Linux kernel, in a fast and efficient
manner, for both buffered and O_DIRECT.