From 837fecf15f27942342e4289775393aec90b044eb Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Mon, 3 Oct 2011 12:25:00 +0200 Subject: [PATCH] New version --- lorax.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 0528b5b7..c01e309f 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 16.4.4 +Version: 16.4.5 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -61,6 +61,13 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Mon Oct 03 2011 Martin Gracik 16.4.5-1 +- Ignore remove errors +- Check if /proc is mounted (#741722) +- Add xen-kbdfront package to initrd (#740378) +- Don't use mk-s390-cdboot (dhorak) +- Use own addrsize implementation (dhorak) + * Mon Sep 19 2011 Martin Gracik 16.4.4-1 - syslinux-vesa-splash changed filename (#739345)