- Enable ppc64le support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guix?expand=0&rev=50
This commit is contained in:
Jonathan Brielmaier 2023-01-02 13:52:15 +00:00 committed by Git OBS Bridge
parent 63a5011b0a
commit 94f50a0976
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 2 13:51:22 UTC 2023 - Jonathan Brielmaier <jbrielmaier@opensuse.org>
- Enable ppc64le support
-------------------------------------------------------------------
Sat Dec 31 13:53:14 UTC 2022 - Tomas Cech <sleep_walker@opensuse.org>
@ -54,9 +59,9 @@ Sat Dec 31 13:53:14 UTC 2022 - Tomas Cech <sleep_walker@opensuse.org>
* 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
*** <operating-system> 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
* <operating-system> compiler truly honors the 'system' argument
-------------------------------------------------------------------
Thu Dec 1 15:33:30 UTC 2022 - Jonathan Brielmaier <jbrielmaier@opensuse.org>

View File

@ -1,7 +1,8 @@
#
# spec file for package guix
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2023 Jonathan Brielmaier <j.brielmaier@opensuse.org>
#
# 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