- 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)
This commit is contained in:
Brian C. Lane 2015-12-02 17:48:59 -08:00
parent 612142f2aa
commit 3970f01a0a
3 changed files with 23 additions and 5 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@
/lorax-24.3.tar.gz
/lorax-24.4.tar.gz
/lorax-24.5.tar.gz
/lorax-24.6.tar.gz

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 24.5-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Wed Dec 02 2015 Brian C. Lane <bcl@redhat.com> 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 <bcl@redhat.com> 24.5-1
- Add --virt-uefi to boot the VM using OVMF (bcl@redhat.com)

View File

@ -1 +1 @@
a39331207e886fbeabf669af4e879e87 lorax-24.5.tar.gz
812ab7affacc213e600ac0a5e25db2cf lorax-24.6.tar.gz