- 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)
This commit is contained in:
Brian C. Lane 2014-08-28 19:38:46 -07:00
parent 3e94022536
commit 1d963dfc04
3 changed files with 10 additions and 10 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/lorax-21.18.tar.gz
/lorax-21.19.tar.gz
/lorax-21.20.tar.gz
/lorax-21.21.tar.gz

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 21.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Thu Aug 28 2014 Brian C. Lane <bcl@redhat.com> 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 <bcl@redhat.com> 21.20-1
- Require 32bit glibc on ppc64 (bcl@redhat.com)

View File

@ -1 +1 @@
00b7264f48e2dad7ce1537056c01e175 lorax-21.20.tar.gz
0ffde0de6341114e15f275f193441028 lorax-21.21.tar.gz