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}