- 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:
parent
ba5e6b5133
commit
40b696a6cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/lorax-21.17.tar.gz
|
||||
/lorax-21.18.tar.gz
|
||||
/lorax-21.19.tar.gz
|
||||
/lorax-21.20.tar.gz
|
||||
|
14
lorax.spec
14
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 <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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user