Update configure for aarch64 (bz #926701)

This commit is contained in:
Cole Robinson 2013-06-28 21:31:19 -04:00
parent 6f5b6e618d
commit 1c3106abed
2 changed files with 1689 additions and 1 deletions

1679
virt-top-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,12 +3,15 @@
Name: virt-top
Version: 1.0.8
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Utility like top(1) for displaying virtualization stats
License: GPLv2+
URL: http://people.redhat.com/~rjones/virt-top/
Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
# Update configure for aarch64 (bz #926701)
Patch1: virt-top-aarch64.patch
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.10.2
@ -47,6 +50,9 @@ different virtualization systems.
%prep
%setup -q
# Update configure for aarch64 (bz #926701)
%patch1 -p1
chmod -x COPYING
@ -86,6 +92,9 @@ install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1
%changelog
* Fri Jun 28 2013 Cole Robinson <crobinso@redhat.com> - 1.0.8-5
- Update configure for aarch64 (bz #926701)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild