From 4bb2fcde88c577be5e30ff4f90bf99941515b1550b31ed0b75a24566956e1cbe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Dec 2022 09:12:39 +0000 Subject: [PATCH] - Fixup previous change: X86_64 is not yet known to RPM, thus we need to make sure to explicitly include x86_64. OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=232 --- filesystem.changes | 6 ++++++ filesystem.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/filesystem.changes b/filesystem.changes index c37903f..cba77fc 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 14 09:11:42 UTC 2022 - Dominique Leuenberger + +- Fixup previous change: X86_64 is not yet known to RPM, thus we + need to make sure to explicitly include x86_64. + ------------------------------------------------------------------- Thu Dec 8 14:18:11 UTC 2022 - Dirk Müller diff --git a/filesystem.spec b/filesystem.spec index 9c1bfa9..8a48cdd 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -185,7 +185,7 @@ cat >> filesystem.links << EOF usr/bin /bin usr/sbin /sbin usr/lib /lib -%ifarch s390x %sparc %x86_64 ppc64 ppc aarch64 ppc64le riscv64 +%ifarch s390x %sparc x86_64 %x86_64 ppc64 ppc aarch64 ppc64le riscv64 usr/lib64 /lib64 %endif EOF