diff --git a/velociraptor-client.changes b/velociraptor-client.changes index 839377d..9121267 100644 --- a/velociraptor-client.changes +++ b/velociraptor-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 18 15:50:30 UTC 2023 - Jeff Mahoney + +- Define ExclusiveArch for x86_64, ppc64le, aarch64, and s390x + Neither the client or server builds on ix86. + ------------------------------------------------------------------- Wed Dec 07 04:21:36 UTC 2022 - jeffm@suse.com diff --git a/velociraptor-client.spec b/velociraptor-client.spec index a40c803..398c36d 100644 --- a/velociraptor-client.spec +++ b/velociraptor-client.spec @@ -50,6 +50,7 @@ BuildRequires: bpftool BuildRequires: libelf-devel BuildRequires: zlib-devel-static Conflicts: velociraptor +ExclusiveArch: x86_64 ppc64le aarch64 s390x %description Velociraptor is a tool for collecting host based state information diff --git a/velociraptor.changes b/velociraptor.changes index b613b43..b03b5ed 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 18 15:50:02 UTC 2023 - Jeff Mahoney + +- Define ExclusiveArch for x86_64, ppc64le, aarch64, and s390x + Neither the client or server builds on ix86. + ------------------------------------------------------------------- Wed Dec 07 04:21:36 UTC 2022 - jeffm@suse.com diff --git a/velociraptor.spec b/velociraptor.spec index 9e6de77..e12e2bb 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -56,6 +56,7 @@ BuildRequires: bpftool BuildRequires: libelf-devel BuildRequires: zlib-devel-static Conflicts: velociraptor-client +ExclusiveArch: x86_64 ppc64le aarch64 s390x %description Velociraptor is a tool for collecting host based state information