Skip to content

Commit

Permalink
photon-os-installer: require grub-pc for x86_64 only
Browse files Browse the repository at this point in the history
Change-Id: I5372f0f5455c040166cc97667fda343f617bfb2d
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19374
Reviewed-by: Michelle Wang <[email protected]>
Tested-by: Michelle Wang <[email protected]>
  • Loading branch information
oliverkurth authored and Michelle Wang committed Feb 2, 2023
1 parent af9ebfb commit bcea53e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPECS/photon-os-installer/photon-os-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Summary: Photon OS Installer
Name: photon-os-installer
Version: 2.0
Release: 16%{?dist}
Release: 17%{?dist}
License: Apache 2.0 and GPL 2.0
Group: System Environment/Base
Vendor: VMware, Inc.
Expand Down Expand Up @@ -40,7 +40,9 @@ Requires: efibootmgr
Requires: glibc
Requires: gptfdisk
Requires: grub2
%ifarch x86_64
Requires: grub2-pc
%endif
Requires: kpartx
Requires: lvm2
Requires: zlib
Expand All @@ -66,6 +68,8 @@ rm -rf %{buildroot}
%{_bindir}/photon-installer

%changelog
* Thu Feb 02 2023 Oliver Kurth <[email protected]> 2.0-17
- require grub-pc only for x86_64
* Wed Feb 01 2023 Oliver Kurth <[email protected]> 2.0-16
- add requires for tools needed to build image
* Fri Jan 27 2023 Tapas Kundu <[email protected]> 2.0-15
Expand Down

0 comments on commit bcea53e

Please sign in to comment.