- 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)
This commit is contained in:
Brian C. Lane 2014-08-15 16:07:27 -07:00
parent ba5e6b5133
commit 40b696a6cd
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/lorax-21.17.tar.gz
/lorax-21.18.tar.gz
/lorax-21.19.tar.gz
/lorax-21.20.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 21.19-1
- Add kexec anaconda addon (#1115914) (bcl@redhat.com)

View File

@ -1 +1 @@
72bc492381e8d53545e9ad10c836c186 lorax-21.19.tar.gz
00b7264f48e2dad7ce1537056c01e175 lorax-21.20.tar.gz