From 3970f01a0a589c028ea0aa049b52eb82351d8d69 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 2 Dec 2015 17:48:59 -0800 Subject: [PATCH] - livemedia-creator: Raise an error if url is used without networking (fabiand@fedoraproject.org) - livemedia-creator: Fix a small typo (fabiand@fedoraproject.org) - livemedia-creator: Use discard during installation (fabiand@fedoraproject.org) - livemedia-creator: Use cache=unsafe for the installation disk (fabiand@fedoraproject.org) - Remove requires for pocketlint as it is not used in build process (bcl@redhat.com) - Include qemu modules in the initrd (bcl@redhat.com) - livemedia-creator: Check kickstart for shutdown (#1207959) (bcl@redhat.com) - livemedia-creator: Correctly handle not mounting image (bcl@redhat.com) - livemedia-creator: Use hd:LABEL for stage2 iso (bcl@redhat.com) - Add support for .repo files (#1264058) (bcl@redhat.com) - livemedia-creator: Actually pass vcpus to virt-install (bcl@redhat.com) - paste is needed by os-prober (#1275105) (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 25 +++++++++++++++++++++---- sources | 2 +- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8c30087..afc0089 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /lorax-24.3.tar.gz /lorax-24.4.tar.gz /lorax-24.5.tar.gz +/lorax-24.6.tar.gz diff --git a/lorax.spec b/lorax.spec index f9eecd0..77e36df 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,8 +1,10 @@ +# NOTE: This specfile is generated from upstream at https://github.com/rhinstaller/lorax +# NOTE: Please submit changes as a pull request %define debug_package %{nil} Name: lorax -Version: 24.5 -Release: 2%{?dist} +Version: 24.6 +Release: 1%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -131,8 +133,23 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog -* Tue Nov 10 2015 Fedora Release Engineering - 24.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 +* Wed Dec 02 2015 Brian C. Lane 24.6-1 +- livemedia-creator: Raise an error if url is used without networking + (fabiand@fedoraproject.org) +- livemedia-creator: Fix a small typo (fabiand@fedoraproject.org) +- livemedia-creator: Use discard during installation + (fabiand@fedoraproject.org) +- livemedia-creator: Use cache=unsafe for the installation disk + (fabiand@fedoraproject.org) +- Remove requires for pocketlint as it is not used in build process + (bcl@redhat.com) +- Include qemu modules in the initrd (bcl@redhat.com) +- livemedia-creator: Check kickstart for shutdown (#1207959) (bcl@redhat.com) +- livemedia-creator: Correctly handle not mounting image (bcl@redhat.com) +- livemedia-creator: Use hd:LABEL for stage2 iso (bcl@redhat.com) +- Add support for .repo files (#1264058) (bcl@redhat.com) +- livemedia-creator: Actually pass vcpus to virt-install (bcl@redhat.com) +- paste is needed by os-prober (#1275105) (bcl@redhat.com) * Fri Nov 06 2015 Brian C. Lane 24.5-1 - Add --virt-uefi to boot the VM using OVMF (bcl@redhat.com) diff --git a/sources b/sources index 76568f4..0d52325 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a39331207e886fbeabf669af4e879e87 lorax-24.5.tar.gz +812ab7affacc213e600ac0a5e25db2cf lorax-24.6.tar.gz