- Fix aarch64 installs due to missing/unsupported packages

(pbrobinson@gmail.com)
- Keep fb_sys_fops module needed for ast support (#1272658) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-07-20 17:53:43 -07:00
parent d5fea97688
commit 849ebc3c41
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -89,3 +89,4 @@
/lorax-25.8.tar.gz
/lorax-25.9.tar.gz
/lorax-25.10.tar.gz
/lorax-25.11.tar.gz

View File

@ -3,8 +3,8 @@
%define debug_package %{nil}
Name: lorax
Version: 25.10
Release: 2%{?dist}
Version: 25.11
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -148,8 +148,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 25.10-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Wed Jul 20 2016 Brian C. Lane <bcl@redhat.com> 25.11-1
- Fix aarch64 installs due to missing/unsupported packages
(pbrobinson@gmail.com)
- Keep fb_sys_fops module needed for ast support (#1272658) (bcl@redhat.com)
* Wed Jul 13 2016 Brian C. Lane <bcl@redhat.com> 25.10-1
- Installing *-firmware should be optional (bcl@redhat.com)

View File

@ -1 +1 @@
04d32342bf5a0d0d67e7ce54ce9840a2 lorax-25.10.tar.gz
9960f0cbb0dbf132e2f29756fde3ad95 lorax-25.11.tar.gz