From 94f50a0976aa6aa769be757a73da7bb010bcd860077da3e28466d447c58d205d Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Mon, 2 Jan 2023 13:52:15 +0000 Subject: [PATCH] - Enable ppc64le support OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guix?expand=0&rev=50 --- guix.changes | 11 ++++++++--- guix.spec | 5 +++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/guix.changes b/guix.changes index 4758d9e..639657d 100644 --- a/guix.changes +++ b/guix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 2 13:51:22 UTC 2023 - Jonathan Brielmaier + +- Enable ppc64le support + ------------------------------------------------------------------- Sat Dec 31 13:53:14 UTC 2022 - Tomas Cech @@ -54,9 +59,9 @@ Sat Dec 31 13:53:14 UTC 2022 - Tomas Cech * Inferiors are now caching store connections * Retry downloads when a substitute has become unavailable * The installer doesn't segfault when removing an extended partition -*** The installer doesn't ship an older Guix revision -*** The installer cannot proceed without any non-root user accounts -*** compiler truly honors the 'system' argument + * The installer doesn't ship an older Guix revision + * The installer cannot proceed without any non-root user accounts + * compiler truly honors the 'system' argument ------------------------------------------------------------------- Thu Dec 1 15:33:30 UTC 2022 - Jonathan Brielmaier diff --git a/guix.spec b/guix.spec index 1fd1952..eb86a4d 100644 --- a/guix.spec +++ b/guix.spec @@ -1,7 +1,8 @@ # # spec file for package guix # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2023 Jonathan Brielmaier # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -79,7 +80,7 @@ Requires: libgcrypt-devel Requires: libguile-ssh14 Requires(pre): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %{ix86} x86_64 armv7hl aarch64 +ExclusiveArch: %{ix86} x86_64 armv7hl aarch64 ppc64le Provides: %{_libexecdir}/guix/guile %description