From ba5e6b5133c2c72bf7b0ea3b2ef709dac9066118 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 30 Jul 2014 17:29:41 -0700 Subject: [PATCH] - Add kexec anaconda addon (#1115914) (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2546ae..ff27384 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /lorax-21.16.tar.gz /lorax-21.17.tar.gz /lorax-21.18.tar.gz +/lorax-21.19.tar.gz diff --git a/lorax.spec b/lorax.spec index 57f4c0e..fae5b4a 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.18 +Version: 21.19 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -101,6 +101,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Jul 30 2014 Brian C. Lane 21.19-1 +- Add kexec anaconda addon (#1115914) (bcl@redhat.com) + * Wed Jul 23 2014 Brian C. Lane 21.18-1 - Revert "Add kexec anaconda addon (#1115914)" (bcl@redhat.com) - Disable dnf-makecache.timer (#1120368) (bcl@redhat.com) diff --git a/sources b/sources index 1b51b52..f29f688 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1aacdd939caa3aeb38d340027f5ae439 lorax-21.18.tar.gz +72bc492381e8d53545e9ad10c836c186 lorax-21.19.tar.gz