From 218803b655bad9785ee9b7851967260cd9332439 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 7 Oct 2014 18:43:51 -0700 Subject: [PATCH] - Libgailutil is required yelp, don't remove it (#1072033) (mkolman@redhat.com) - Revert "Don't remove /usr/share/doc/anaconda." (#1072033) (mkolman@redhat.com) - Look for "BOOT${efiarch}.EFI" in mkefiboot as well. (pjones@redhat.com) - Make sure shim is actually in the package list on aarch64 as well. (pjones@redhat.com) - Fix 'docs' typo in livemedia-creator manpage (#1149026) (bcl@redhat.com) - Keep the /etc/lvm/profiles directory in the image (vpodzime@redhat.com) - Use shim on aarch64. (pjones@redhat.com) --- .gitignore | 1 + lorax.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10d2d7a..639ad94 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /lorax-21.22.tar.gz /lorax-21.23.tar.gz /lorax-21.24.tar.gz +/lorax-21.25.tar.gz diff --git a/lorax.spec b/lorax.spec index 434a7eb..a596f08 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.24 +Version: 21.25 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -101,6 +101,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Tue Oct 07 2014 Brian C. Lane 21.25-1 +- Libgailutil is required yelp, don't remove it (#1072033) (mkolman@redhat.com) +- Revert "Don't remove /usr/share/doc/anaconda." (#1072033) + (mkolman@redhat.com) +- Look for "BOOT${efiarch}.EFI" in mkefiboot as well. (pjones@redhat.com) +- Make sure shim is actually in the package list on aarch64 as well. + (pjones@redhat.com) +- Fix 'docs' typo in livemedia-creator manpage (#1149026) (bcl@redhat.com) +- Keep the /etc/lvm/profiles directory in the image (vpodzime@redhat.com) +- Use shim on aarch64. (pjones@redhat.com) + * Tue Sep 30 2014 Brian C. Lane 21.24-1 - Rework how including /usr/share/doc/anaconda works. (clumens@redhat.com) - Don't remove /usr/share/doc/anaconda. (clumens@redhat.com) diff --git a/sources b/sources index c6ed8cc..6f8c77f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be6abdb71d9353689abb97bf440ade7b lorax-21.24.tar.gz +ef3b548ba2fb0eae80500395c1e62b8c lorax-21.25.tar.gz