[Bug 516466] Review Request: sys_basher - multi-threaded hardware tester

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 20 20:15:03 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=516466





--- Comment #61 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-08-20 16:15:02 EDT ---
As you can see from the koji root.log, the error is
DEBUG util.py:256:  No Package Found for lm_sensors-devel

This is probably a package that is only in Client RHEL (and on ppc only Server
is available), so you need to put in a

%if 0%{?rhel} > 0
ExclusiveArch: %{ix86} x86_64
%endif

(or instead of ExclusiveArch put ExcludeArch: ppc).


**


To build the srpm in mock for EPEL the srpm must have MD5 checksums instead of
SHA1 that Fedora 11 uses. Add

%_source_filedigest_algorithm   0
%_binary_filedigest_algorithm   0

to ~/.rpmmacros of the user you build the srpms as. (Or, you can probably also
disable the checking of the checksums but I don't remember out of the blue how
to do that.)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list