- 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:
parent
612142f2aa
commit
3970f01a0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
||||
/lorax-24.3.tar.gz
|
||||
/lorax-24.4.tar.gz
|
||||
/lorax-24.5.tar.gz
|
||||
/lorax-24.6.tar.gz
|
||||
|
25
lorax.spec
25
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 <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)
|
||||
|
Loading…
Reference in New Issue
Block a user