From b772c38d55aed4f20961c557d13f5362c6c77f42 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 24 Jun 2014 11:52:21 -0400 Subject: [PATCH] Support gpt and msdos disk labels on aarch64 (#1095904) --- pyparted.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyparted.spec b/pyparted.spec index 20221c7..0875e19 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -21,6 +21,11 @@ partition tables. %prep %setup -q +echo +echo +echo "Python platform.machine() output:" +python -c "import platform; print platform.machine()" +exit 1 %build make %{?_smp_mflags}