forked from pool/filesystem
- 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:
parent
54de76affc
commit
4bb2fcde88
@ -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>
|
Thu Dec 8 14:18:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ cat >> filesystem.links << EOF
|
|||||||
usr/bin /bin
|
usr/bin /bin
|
||||||
usr/sbin /sbin
|
usr/sbin /sbin
|
||||||
usr/lib /lib
|
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
|
usr/lib64 /lib64
|
||||||
%endif
|
%endif
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user