diff --git a/.gitignore b/.gitignore index 9115531..cd9c454 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /livecd-tools-23.1.tar.gz /livecd-tools-23.2.tar.gz /livecd-tools-23.3.tar.gz +/livecd-tools-23.4.tar.gz diff --git a/livecd-tools.spec b/livecd-tools.spec index 0365b91..34920eb 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 23.3 +Version: 23.4 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -107,6 +107,17 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Fri Aug 26 2016 Brian C. Lane - 23.4-1 +- Version 23.4 (bcl) +- yuminst.LiveCDYum.runInstall: import yum.Errors (sandro.bonazzola) +- Wrap all parted calls in LC_ALL=C (#1350253) (bcl) +- Fix calling livecd-iso-to-pxeboot with a full path (cadegenn) +- Stop truncating /etc/resolv.conf in SELinux module -- fixes #31 (torrancew) +- litp: Copy ldlinux.c32 to tftpboot for PXE live setup. (bcl) +- Always use rsync to copy Packages (#1343645) (bcl) +- Fix extended regular expression [0-9] (fgrose) +- Enable loop device as installation target (fgrose) + * Thu May 05 2016 Brian C. Lane 23.3-1 - Version 23.3 (bcl) - litd: add the "rw" argument even if there's no "ro" (#1318470) (lkundrak) diff --git a/sources b/sources index a341531..13c5471 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -902f7801fd7fc2959b67637cf649efb6 livecd-tools-23.3.tar.gz +2119bbd5ca662b486bbd4f43b4fcf404 livecd-tools-23.4.tar.gz