Skip to content

Commit

Permalink
Add support for yast2-vm on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesa committed Jan 3, 2013
1 parent 541ef8d commit 0c72214
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package/yast2-vm.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 2 14:12:13 MST 2013 - carnold@novell.com

- Enable vm-install to be built for s390x

-------------------------------------------------------------------
Thu Sep 20 06:35:12 MDT 2012 - carnold@novell.com

Expand Down
4 changes: 2 additions & 2 deletions yast2-vm.spec.in
Expand Up @@ -2,7 +2,7 @@


@HEADER@
ExclusiveArch: %ix86 x86_64
ExclusiveArch: %ix86 x86_64 s390x
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite yast2-bootloader
License: GPL-2.0
Requires: yast2 >= 2.21.22
Expand All @@ -17,7 +17,7 @@ This YaST module configures and installs a virtual machine.
@BUILD@

@INSTALL@
%ifarch %ix86
%ifarch %ix86 s390x
rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/xen.desktop
rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/relocation-server.desktop
%endif
Expand Down

0 comments on commit 0c72214

Please sign in to comment.