From f5d8da6927a2e380d117f7233287c6c328978dd0 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 6 Mar 2012 10:00:56 -0800 Subject: [PATCH] New version 16.4.8 --- lorax.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index ff808633..2caecfea 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 16.4.7 +Version: 16.4.8 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -54,6 +54,7 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/pylorax %{python_sitelib}/*.egg-info %{_sbindir}/lorax +%{_sbindir}/mkefiboot %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf %dir %{_datadir}/lorax @@ -61,6 +62,10 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Tue Mar 06 2012 Brian C. Lane 16.4.8-1 +- add mkefiboot and imgutils.py (bcl) +- Do not remove /usr/bin/env (mgracik) + * Mon Oct 17 2011 Martin Gracik 16.4.7-1 - Changes required for grub2 (dgilmore) - Add fpaste to install environment (#727842)