diff --git a/.gitignore b/.gitignore index 13c50d8..cfe1030 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /lorax-21.18.tar.gz /lorax-21.19.tar.gz /lorax-21.20.tar.gz +/lorax-21.21.tar.gz diff --git a/lorax.spec b/lorax.spec index 318f6d2..a457212 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: lorax -Version: 21.20 -Release: 2%{?dist} +Version: 21.21 +Release: 1%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -56,11 +56,6 @@ 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 @@ -106,8 +101,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog -* Sun Aug 17 2014 Fedora Release Engineering - 21.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild +* Thu Aug 28 2014 Brian C. Lane 21.21-1 +- Revert "Require 32bit glibc on ppc64" (bcl@redhat.com) +- livemedia-creator: Update ppc64 live to use grub2 (bcl@redhat.com) +- livemedia-creator: Add ppc64 live creation support (#1102318) + (bcl@redhat.com) +- Include /sbin/ldconfig from glibc. (dlehman@redhat.com) * Fri Aug 15 2014 Brian C. Lane 21.20-1 - Require 32bit glibc on ppc64 (bcl@redhat.com) diff --git a/sources b/sources index c574cdb..d92785b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00b7264f48e2dad7ce1537056c01e175 lorax-21.20.tar.gz +0ffde0de6341114e15f275f193441028 lorax-21.21.tar.gz