The package rpms/et.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/et.git/commit/?id=8b8f9a1611d5104fd2....
Change: +%ifarch s390x
Thanks.
Full change: ============
commit 8b8f9a1611d5104fd23073bedd65da2818694f9f Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Wed Mar 17 23:10:08 2021 -0700
Disable tests on EPEL8 s390x
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/et.spec b/et.spec index d1a2e1a..d90e8c6 100644 --- a/et.spec +++ b/et.spec @@ -1,3 +1,14 @@ +%if 0%{?el8} +%ifarch s390x +# ConnectionTest fails +%bcond_with tests +%else +%bcond_without tests +%endif +%else +%bcond_without tests +%endif + %global _firewalld_dir %{_prefix}/lib/firewalld
Name: et @@ -82,12 +93,14 @@ install -m 0644 -p etc/et.cfg %{buildroot}%{_sysconfdir}/et.cfg install -m 0644 %{SOURCE1} %{buildroot}%{_firewalld_dir}/services/et.xml
+%if %{with tests} %check %if 0%{?fedora} %ctest %else %ctest --verbose %endif +%endif
%post
commit 25aaa84dfb0739eada3c903903481d56b3aa5434 Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Mon Apr 26 17:16:48 2021 -0700
Update to 6.1.7
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/.gitignore b/.gitignore index cbaefa1..f5feead 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/et-v6.1.4.tar.gz +/et-v6.1.7.tar.gz diff --git a/et-6.1.4-allow-disabling-sentry.patch b/et-6.1.4-allow-disabling-sentry.patch deleted file mode 100644 index 6328067..0000000 --- a/et-6.1.4-allow-disabling-sentry.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- EternalTerminal-et-v6.1.4/CMakeLists.txt.disable_sentry 2021-03-13 19:16:53.000000000 -0800 -+++ EternalTerminal-et-v6.1.4/CMakeLists.txt 2021-03-16 20:23:40.690957491 -0700 -@@ -109,7 +109,7 @@ - set(NETBSD TRUE) - endif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") - --if(FREEBSD OR NETBSD) -+if(FREEBSD OR NETBSD OR DISABLE_SENTRY) - # Sentry doesn't work on BSD - else() - # Enable sentry diff --git a/et.spec b/et.spec index 381f4cb..d1a2e1a 100644 --- a/et.spec +++ b/et.spec @@ -1,7 +1,7 @@ %global _firewalld_dir %{_prefix}/lib/firewalld
Name: et -Version: 6.1.4 +Version: 6.1.7 Release: 1%{?dist} Summary: Remote shell that survives IP roaming and disconnect
@@ -14,11 +14,6 @@ Source1: et.xml Patch0: et-6.1.4-fix-sentry-breakpad-sigstksz.patch # ditto with MINSIGSTKSZ Patch1: et-6.1.4-fix-catch2-minsigstksz.patch -# allow disabling sentry -# bz #1939775: bundled sentry-native does not compile -# ppc64le: external_imported/sentry-native/external/third_party/lss/linux_syscall_support.h:3927:25: error: '__NR_mmap2' was not declared in this scope -# s390x: external_imported/sentry-native/external/breakpad/src/common/linux/memory_mapped_file.cc:74:7: error: 'sys_fstat64' was not declared in this scope; did you mean 'sys_fstatfs'? -Patch2: et-6.1.4-allow-disabling-sentry.patch
BuildRequires: boost-devel BuildRequires: cmake3 @@ -134,6 +129,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_firewalld_dir}/services/et.xml
%changelog +* Mon Apr 26 2021 Michel Alexandre Salim salimma@fedoraproject.org - 6.1.7-1 +- Update to 6.1.7 + * Tue Mar 16 2021 Michel Alexandre Salim salimma@fedoraproject.org - 6.1.4-1 - Update to 6.1.4 - Fix for SIGSTKSZ/MINSIGSTKSZ non-constant on glibc > 2.33 diff --git a/sources b/sources index 34b13f5..0bf5cea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (et-v6.1.4.tar.gz) = 57f1372b7c30be962c3171d46e39f3e0687a6360d764f369a52ee836466089e5ce71b7e97b1ac41d30e94024f0af0dc8daf75824d6e8e34776ba76f3ded49a20 +SHA512 (et-v6.1.7.tar.gz) = 75f294cf538ba51f88396681884c087e9c096d3abb166025dbeec6e223e218b5dc9cde817fd4a75f037e683b43a76d33ccf4dd504f63d7d789332dd56c8cf4f8
arch-excludes@lists.fedoraproject.org