From 06c41c3b4b34dcedca2f9701c6b04a8e82be25ed Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 10 Jul 2015 17:03:53 -0700 Subject: [PATCH] - Add a bit more overhead to the root filesystem size (bcl@redhat.com) - network: turn slaves autoconnection on (rvykydal@redhat.com) - Keep hyperv_fb driver in the image (#834791) (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 090fbb0..c0e1b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /lorax-23.10.tar.gz /lorax-23.11.tar.gz /lorax-23.12.tar.gz +/lorax-23.13.tar.gz diff --git a/lorax.spec b/lorax.spec index 5ec97f6..52d0197 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 23.12 +Version: 23.13 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -134,6 +134,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* Fri Jul 10 2015 Brian C. Lane 23.13-1 +- Add a bit more overhead to the root filesystem size (bcl@redhat.com) +- network: turn slaves autoconnection on (rvykydal@redhat.com) +- Keep hyperv_fb driver in the image (#834791) (bcl@redhat.com) + * Fri Jun 26 2015 Brian C. Lane 23.12-1 - Explicitly add kernel-modules and kernel-modules-extra (bcl@redhat.com) diff --git a/sources b/sources index 19e1eb8..d0381d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a853dfa3803883b589bc4fcdcc6caf56 lorax-23.12.tar.gz +82408679b0e824d3f049cecb3aafce80 lorax-23.13.tar.gz