diff --git a/filesystem.changes b/filesystem.changes index 3fa0b19..61f128e 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 14 10:40:35 UTC 2018 - schwab@suse.de + +- Use lib64 filelist on riscv64 + ------------------------------------------------------------------- Thu Feb 8 13:56:45 CET 2018 - kukuk@suse.de diff --git a/filesystem.spec b/filesystem.spec index ff73679..a2c4e1a 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -72,7 +72,7 @@ mkdir -p $RPM_BUILD_ROOT echo "%%defattr(-,root,root)" > filesystem.list { cat %{SOURCE0} -%ifarch s390x %sparc x86_64 ppc64 ppc aarch64 ppc64le +%ifarch s390x %sparc x86_64 ppc64 ppc aarch64 ppc64le riscv64 cat %{SOURCE64} %endif } | while read MOD OWN GRP NAME ; do