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