- New lorax documentation - 26.2 (bcl@redhat.com)
- runtime-postinstall: PYTHONDIR is no longer used. (bcl@redhat.com) - Only require edk2-ovmf on supported arches. (bcl@redhat.com)
This commit is contained in:
parent
c6043a8c3f
commit
dff2bd1187
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
|||||||
/lorax-26.0.tar.gz
|
/lorax-26.0.tar.gz
|
||||||
/lorax-26.1.tar.gz
|
/lorax-26.1.tar.gz
|
||||||
/lorax-26.2.tar.gz
|
/lorax-26.2.tar.gz
|
||||||
|
/lorax-26.3.tar.gz
|
||||||
|
11
lorax.spec
11
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 26.2
|
Version: 26.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -89,7 +89,11 @@ Anaconda's image install feature.
|
|||||||
Summary: livemedia-creator libvirt dependencies
|
Summary: livemedia-creator libvirt dependencies
|
||||||
Requires: lorax = %{version}-%{release}
|
Requires: lorax = %{version}-%{release}
|
||||||
Requires: qemu
|
Requires: qemu
|
||||||
|
|
||||||
|
# Fedora edk2 builds currently only support these arches
|
||||||
|
%ifarch %{ix86} x86_64 %{arm} aarch64
|
||||||
Requires: edk2-ovmf
|
Requires: edk2-ovmf
|
||||||
|
%endif
|
||||||
Recommends: qemu-kvm
|
Recommends: qemu-kvm
|
||||||
|
|
||||||
%description lmc-virt
|
%description lmc-virt
|
||||||
@ -148,6 +152,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 06 2016 Brian C. Lane <bcl@redhat.com> 26.3-1
|
||||||
|
- New lorax documentation - 26.2 (bcl@redhat.com)
|
||||||
|
- runtime-postinstall: PYTHONDIR is no longer used. (bcl@redhat.com)
|
||||||
|
- Only require edk2-ovmf on supported arches. (bcl@redhat.com)
|
||||||
|
|
||||||
* Tue Nov 22 2016 Brian C. Lane <bcl@redhat.com> 26.2-1
|
* Tue Nov 22 2016 Brian C. Lane <bcl@redhat.com> 26.2-1
|
||||||
- add exception for lulzbot-marlin-firmware (pbrobinson@gmail.com)
|
- add exception for lulzbot-marlin-firmware (pbrobinson@gmail.com)
|
||||||
- drop kexec arch conditional for aarch64 (pbrobinson@gmail.com)
|
- drop kexec arch conditional for aarch64 (pbrobinson@gmail.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user