commit 9683e70a1bc22090fcd36a4fac78603315f7c2f3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun May 21 16:55:15 2023 +0100
Revert "fix"
This reverts commit 83bb7f7ee98c29a5aa65d65c423baa6d4a27adf7.
2011.patch | 122 ------------------------------------------------------
zerotier-one.spec | 6 ++-
2 files changed, 4 insertions(+), 124 deletions(-)
---
diff --git a/zerotier-one.spec b/zerotier-one.spec
index 287a59a..09170a3 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -1,5 +1,8 @@
#global toolchain clang
-%global _default_patch_fuzz 1
+# /usr/bin/debugedit: Cannot handle 8-byte build ID
+%ifarch %{arm}
+%global debug_package %{nil}
+%endif
Name: zerotier-one
Version: 1.10.6
@@ -44,7 +47,6 @@ Source2: zerotier-one-sysusers
# for use vendor directory for build
Patch0: zerotier-use-vendor-archive.patch
-Patch1:
https://github.com/zerotier/ZeroTierOne/pull/2011.patch
BuildRequires: cargo
BuildRequires: gcc-c++