SHA256
1
0
forked from pool/filesystem

Accepting request 150582 from devel:ARM:AArch64:Factory

Add directory.list64 for aarch64

OBS-URL: https://build.opensuse.org/request/show/150582
OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=100
This commit is contained in:
Marcus Meissner 2013-01-31 18:59:21 +00:00 committed by Git OBS Bridge
parent b7c2eb2c4b
commit 55df61224a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 31 14:00:51 UTC 2013 - guillaume@opensuse.org
- Add directory.list64 for aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 6 15:11:22 UTC 2012 - fcrozat@suse.com Tue Nov 6 15:11:22 UTC 2012 - fcrozat@suse.com

View File

@ -60,7 +60,7 @@ mkdir -p $RPM_BUILD_ROOT
echo "%%defattr(-,root,root)" > filesystem.list echo "%%defattr(-,root,root)" > filesystem.list
{ {
cat %{SOURCE0} cat %{SOURCE0}
%ifarch s390x %sparc x86_64 ppc64 ppc %ifarch s390x %sparc x86_64 ppc64 ppc aarch64
cat %{SOURCE64} cat %{SOURCE64}
%endif %endif
} | while read MOD OWN GRP NAME ; do } | while read MOD OWN GRP NAME ; do