- Add initial 64-bit ARM (aarch64) support (#1034432) (dmarlin@redhat.com)

This commit is contained in:
Brian C. Lane 2013-12-17 17:04:27 -08:00
parent 7113bdca92
commit 6029d9eadd
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/lorax-20.3.tar.gz
/lorax-20.4.tar.gz
/lorax-21.0.tar.gz
/lorax-21.1.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.0
Version: 21.1
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -93,6 +93,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Tue Dec 17 2013 Brian C. Lane <bcl@redhat.com> 21.1-1
- Add initial 64-bit ARM (aarch64) support (#1034432) (dmarlin@redhat.com)
* Mon Dec 16 2013 Brian C. Lane <bcl@redhat.com> 21.0-1
- s390 switch to generic condev (#1042766) (bcl@redhat.com)
- sort glob output before using it (bcl@redhat.com)

View File

@ -1 +1 @@
1378e4deff85394b813d2b17911a2080 lorax-21.0.tar.gz
48ce472c7cd06ba54b852295e5cdccd3 lorax-21.1.tar.gz