Support aarch64 ARM 64bit architecture (#925282)

This commit is contained in:
Petr Hracek 2013-04-17 09:42:19 +02:00
parent edd9fb8458
commit d2af5930fa
2 changed files with 2930 additions and 1 deletions

2924
dump-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems
Name: dump
Epoch: 1
Version: 0.4
Release: 0.18.%{PREVER}%{?dist}
Release: 0.19.%{PREVER}%{?dist}
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net/
@ -23,6 +23,7 @@ Provides: dump-static
Patch0: dump-buildfix.patch
Patch1: dump-rh664616.patch
Patch2: dump-aarch64.patch
%description
The dump package contains both dump and restore. Dump examines files
@ -50,6 +51,7 @@ restoring files from a backup), and tar (an archiving program).
%patch0 -p1 -b .buildfix
%patch1 -p1 -b .rh664616
%patch2 -p1 -b .aarch64
for i in THANKS MAINTAINERS COPYRIGHT CHANGES; do
iconv -f iso-8859-1 -t utf-8 $i -o $i.new
@ -125,6 +127,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.8*
%changelog
* Wed Apr 17 2013 Petr Hracek <phracek@redhat.com> - 1:0.4-0.19.b44
- Support aarch64 (#925282)
* Tue Mar 05 2013 Adam Tkac <atkac redhat com> - 1:0.4-0.18.b44
- build with -fno-strict-aliasing