SHA256
1
0
forked from pool/filesystem

Accepting request 150631 from Base:System

Add directory.list64 for aarch64 (forwarded request 150582 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/150631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=110
This commit is contained in:
Stephan Kulow 2013-02-01 08:40:17 +00:00 committed by Git OBS Bridge
commit b20ab89fd9
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

View File

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