From 9675a26e0d9035ebdc14400d42d0bf6752337d76 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 1 Aug 2013 10:03:24 -0700 Subject: [PATCH] - Add a dist target that copies the archive to fedorahosted (bcl@redhat.com) - dracut-nohostonly and dracut-norescue got renamed for dracut >= 030 (harald@redhat.com) - EFI and related packages are only for x86_64 (pjones@redhat.com) - Don't remove xkeyboard-config message files (#972236) (dshea@redhat.com) --- .gitignore | 1 + lorax.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ffd904a..835dc9d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /lorax-19.4.tar.gz /lorax-19.5.tar.gz /lorax-19.6.tar.gz +/lorax-19.7.tar.gz diff --git a/lorax.spec b/lorax.spec index 5dfd2b4..f9531d7 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 19.6 +Version: 19.7 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -34,6 +34,7 @@ Requires: util-linux Requires: xz Requires: yum Requires: pykickstart +Requires: dracut >= 030 %if 0%{?fedora} # Fedora specific deps @@ -84,6 +85,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Thu Aug 01 2013 Brian C. Lane 19.7-1 +- Add a dist target that copies the archive to fedorahosted (bcl@redhat.com) +- dracut-nohostonly and dracut-norescue got renamed for dracut >= 030 + (harald@redhat.com) +- EFI and related packages are only for x86_64 (pjones@redhat.com) +- Don't remove xkeyboard-config message files (#972236) (dshea@redhat.com) + * Fri Jul 26 2013 Brian C. Lane 19.6-1 - Add manpage for lorax (bcl@redhat.com) - Add manpage for livemedia-creator (bcl@redhat.com) diff --git a/sources b/sources index 0749851..1238257 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad662c48765bd66f4effbf7f2afb1574 lorax-19.6.tar.gz +fa37b2ee17c3f6259f5abf74e511be34 lorax-19.7.tar.gz