- 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:
parent
3e94022536
commit
1d963dfc04
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/lorax-21.18.tar.gz
|
||||
/lorax-21.19.tar.gz
|
||||
/lorax-21.20.tar.gz
|
||||
/lorax-21.21.tar.gz
|
||||
|
17
lorax.spec
17
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 <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)
|
||||
|
Loading…
Reference in New Issue
Block a user