From 80cc0948fa9258a8a4ea1d5e4bb112985855078c Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jan 09 2016 00:40:34 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index afc0089..4911582 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /lorax-24.4.tar.gz /lorax-24.5.tar.gz /lorax-24.6.tar.gz +/lorax-24.7.tar.gz diff --git a/lorax.spec b/lorax.spec index 77e36df..4b5bd7f 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 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 24.6-1 - livemedia-creator: Raise an error if url is used without networking (fabiand@fedoraproject.org) diff --git a/sources b/sources index 0d52325..52ddec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -812ab7affacc213e600ac0a5e25db2cf lorax-24.6.tar.gz +49e2a96f648e4d680e606ad902a6a2ae lorax-24.7.tar.gz