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 32847d8..2d95282 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,8 +4,8 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 23.3 -Release: 2%{?dist} +Version: 23.4 +Release: 1%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -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) + * Tue Jul 19 2016 Fedora Release Engineering - 1:23.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 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