- 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
This commit is contained in:
Dominique Leuenberger 2022-12-14 09:12:39 +00:00 committed by Git OBS Bridge
parent 54de76affc
commit 4bb2fcde88
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 14 09:11:42 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dmueller@suse.com>

View File

@ -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