Hello community, here is the log from the commit of package cpupower for openSUSE:Factory checked in at 2014-02-21 20:53:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpupower (Old) and /work/SRC/openSUSE:Factory/.cpupower.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpupower" Changes: -------- --- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes 2014-02-06 06:47:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cpupower.new/cpupower.changes 2014-02-21 20:53:44.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 14 13:32:00 UTC 2014 - [email protected] + +- turbostat is an x86 (in fact an Intel) only tool + exclude it for other archs to fix building of the package there again + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpupower.spec ++++++ --- /var/tmp/diff_new_pack.nmfRsO/_old 2014-02-21 20:53:45.000000000 +0100 +++ /var/tmp/diff_new_pack.nmfRsO/_new 2014-02-21 20:53:45.000000000 +0100 @@ -87,8 +87,10 @@ export CFLAGS="$RPM_OPT_FLAGS -I ." make $CONF %{?_smp_mflags} +%ifarch ix86 x86_64 cd ../turbostat-%{tsversion} make %{?_smp_mflags} +%endif %install export SUSE_ASNEEDED=0 @@ -100,8 +102,10 @@ mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/cpufreq-bench_script.sh $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples %find_lang %{name} +%ifarch ix86 x86_64 cd ../turbostat-%{tsversion} make install -e DESTDIR="$RPM_BUILD_ROOT" +%endif %post -n libcpupower0 -p /sbin/ldconfig @@ -110,9 +114,11 @@ %files -f %{name}.lang %defattr (-,root,root) %{_mandir}/man1/cpupower* -%{_mandir}/man8/turbostat* /usr/bin/cpupower +%ifarch ix86 x86_64 +%{_mandir}/man8/turbostat* /usr/bin/turbostat +%endif %files bench %defattr (-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
