From 40b696a6cd1440b6ec30ad73a6590c70a0b16819 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Aug 15 2014 23:07:27 +0000 Subject: - Require 32bit glibc on ppc64 (bcl@redhat.com) - Add ipmitool and drivers (#1126009) (bcl@redhat.com) - livemedia-creator: Padd disk size by 2MiB (bcl@redhat.com) - livemedia-creator: Run setfiles after no-virt installation (bcl@redhat.com) - https is a sane package source URL scheme (walters@verbum.org) --- diff --git a/.gitignore b/.gitignore index ff27384..13c50d8 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /lorax-21.17.tar.gz /lorax-21.18.tar.gz /lorax-21.19.tar.gz +/lorax-21.20.tar.gz diff --git a/lorax.spec b/lorax.spec index fae5b4a..1816909 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.19 +Version: 21.20 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -56,6 +56,11 @@ Requires: grub2 Requires: grub2-tools %endif +%ifarch ppc64 +# ppc.tmpl uses 32bit addnote which needs the 32bit glibc on the host +Requires: glibc(ppc) +%endif + %ifarch s390 s390x Requires: openssh %endif @@ -101,6 +106,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Fri Aug 15 2014 Brian C. Lane 21.20-1 +- Require 32bit glibc on ppc64 (bcl@redhat.com) +- Add ipmitool and drivers (#1126009) (bcl@redhat.com) +- livemedia-creator: Padd disk size by 2MiB (bcl@redhat.com) +- livemedia-creator: Run setfiles after no-virt installation (bcl@redhat.com) +- https is a sane package source URL scheme (walters@verbum.org) + * Wed Jul 30 2014 Brian C. Lane 21.19-1 - Add kexec anaconda addon (#1115914) (bcl@redhat.com) diff --git a/sources b/sources index f29f688..c574cdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72bc492381e8d53545e9ad10c836c186 lorax-21.19.tar.gz +00b7264f48e2dad7ce1537056c01e175 lorax-21.20.tar.gz