From 88e5afbc38215362a5c97771d3ed475274613257 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 23 Jul 2014 14:22:08 -0700 Subject: [PATCH] Version 21.2 (bcl) - Abort livecd creation if selinux relabel fails (#1121301) (bcl) - Add lorax ppc config files to search path (bcl) - Use inst.repo and inst.stage2 (bcl) - Use rd.live.overlay instead of overlay (bcl) --- .gitignore | 1 + livecd-tools.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ee45e8..e31ff6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /livecd-tools-21.0.tar.bz2 /livecd-tools-21.1.tar.bz2 +/livecd-tools-21.2.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 7a1b540..113ab66 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,8 +4,8 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 21.1 -Release: 2%{?dist} +Version: 21.2 +Release: 1%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -106,6 +106,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Wed Jul 23 2014 Brian C. Lane 21.2-1 +- Version 21.2 (bcl) +- Abort livecd creation if selinux relabel fails (#1121301) (bcl) +- Add lorax ppc config files to search path (bcl) +- Use inst.repo and inst.stage2 (bcl) +- Use rd.live.overlay instead of overlay (bcl) + * Sat Jun 07 2014 Fedora Release Engineering - 1:21.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index ed34824..fcb9e4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef09982bf5d226406fa39137a76c09c1 livecd-tools-21.1.tar.bz2 +5f8a5dc06614b93bde5e45e2983655db livecd-tools-21.2.tar.bz2