- Add kpartx to Requires (bcl@redhat.com)

- Prefix temporary files and directories with lmc- (bcl@redhat.com)
- Add --iso-only option to --make-iso (bcl@redhat.com)
- livemedia-creator: Fix calculation of disk_size in some cases
  (logans@cottsay.net)
- docs: Update documentation for livemedia-creator (bcl@redhat.com)
- livemedia-creator: Add --image-type and --qemu-args options (bcl@redhat.com)
- pylorax: Add mkqemu_img function, alias mkqcow2 to it. (bcl@redhat.com)
- Update things to make pylint 1.5.1 happy (bcl@redhat.com)
- Write a list of debuginfo packages to /root/debug-pkgs.log (#1068675)
  (bcl@redhat.com)
- Also remove uboot from live arm.tmpl (bcl@redhat.com)
- no longer make u-boot wrapped kernels (dennis@ausil.us)
- Fix chronyd not working in the installation (#1288905) (jkonecny@redhat.com)
- Update Lorax documentation - 24.6 (bcl@redhat.com)
- Update docs for product.img (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-01-08 16:40:34 -08:00
parent 3970f01a0a
commit 80cc0948fa
3 changed files with 22 additions and 2 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@
/lorax-24.4.tar.gz
/lorax-24.5.tar.gz
/lorax-24.6.tar.gz
/lorax-24.7.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 24.6
Version: 24.7
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -38,6 +38,7 @@ Requires: util-linux
Requires: xz
Requires: pigz
Requires: dracut >= 030
Requires: kpartx
# Python modules
Requires: libselinux-python3
@ -133,6 +134,24 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt
%changelog
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> 24.7-1
- Add kpartx to Requires (bcl@redhat.com)
- Prefix temporary files and directories with lmc- (bcl@redhat.com)
- Add --iso-only option to --make-iso (bcl@redhat.com)
- livemedia-creator: Fix calculation of disk_size in some cases
(logans@cottsay.net)
- docs: Update documentation for livemedia-creator (bcl@redhat.com)
- livemedia-creator: Add --image-type and --qemu-args options (bcl@redhat.com)
- pylorax: Add mkqemu_img function, alias mkqcow2 to it. (bcl@redhat.com)
- Update things to make pylint 1.5.1 happy (bcl@redhat.com)
- Write a list of debuginfo packages to /root/debug-pkgs.log (#1068675)
(bcl@redhat.com)
- Also remove uboot from live arm.tmpl (bcl@redhat.com)
- no longer make u-boot wrapped kernels (dennis@ausil.us)
- Fix chronyd not working in the installation (#1288905) (jkonecny@redhat.com)
- Update Lorax documentation - 24.6 (bcl@redhat.com)
- Update docs for product.img (bcl@redhat.com)
* 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)

View File

@ -1 +1 @@
812ab7affacc213e600ac0a5e25db2cf lorax-24.6.tar.gz
49e2a96f648e4d680e606ad902a6a2ae lorax-24.7.tar.gz