<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
the errors you see concern not the application itself, but rpm package
format. It seems that you've created rpm which doesn't meet LSB
requirements for RPM
(<a class="moz-txt-link-freetext" href="http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/packagefmt.html">http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/packagefmt.html</a>).
<br>
<br>
I would recommend to get a look at the following article:<br>
<a class="moz-txt-link-freetext" href="http://ldn.linuxfoundation.org/article/create-lsb-compliant-packages-dont-alter-your-build-process">http://ldn.linuxfoundation.org/article/create-lsb-compliant-packages-dont-alter-your-build-process</a><br>
<br>
In particular, you can try makelsbpkg script, described here:<br>
<a class="moz-txt-link-freetext" href="http://ldn.linuxfoundation.org/node/28707">http://ldn.linuxfoundation.org/node/28707</a><br>
<br>
As for particular errors:<br>
<o:p><br>
</o:p>
<blockquote
 cite="mid:D3B79E09FC954A46BBE08179A7C1B6141052B2@MBX021-W4-CA-4.exch021.domain.local"
 type="cite">
  <div class="WordSection1">
  <p class="MsoPlainText">RPM header check failed &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failures
36<o:p></o:p></p>
  <p class="MsoPlainText">Messages from the test:<o:p></o:p></p>
  <p class="MsoPlainText">checkRpmArchive: magic isn't expected value
0x1f8b, found
425a instead</p>
  </div>
</blockquote>
<o:p><br>
Probably archive format inside rpm is not cpio - this can be the case
for latest rpm version. LSB-compliant packages should use cpio.<br>
<br>
</o:p>
<blockquote
 cite="mid:D3B79E09FC954A46BBE08179A7C1B6141052B2@MBX021-W4-CA-4.exch021.domain.local"
 type="cite">
  <div class="WordSection1">
  <p class="MsoPlainText">RPM tags check failed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failures
52<o:p></o:p></p>
  <p class="MsoPlainText">Messages from the test:<o:p></o:p></p>
  <p class="MsoPlainText">Incorrect RPMTAG_ARCH: expecting i486 or
noarch but found
i686<o:p></o:p></p>
  </div>
</blockquote>
<br>
LSB RPMs should be built for i486 arch - for example, you should set
the following field in the spec file:<br>
BuildArch: i386<br>
<br>
<blockquote
 cite="mid:D3B79E09FC954A46BBE08179A7C1B6141052B2@MBX021-W4-CA-4.exch021.domain.local"
 type="cite">
  <div class="WordSection1">
  <p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
  <p class="MsoPlainText">RPM dependencies check failed Failures 712<o:p></o:p></p>
  <p class="MsoPlainText">Messages from the test:<o:p></o:p></p>
  <p class="MsoPlainText">Unexpected dependency /bin/bash</p>
  </div>
</blockquote>
<br>
LSB-compliant RPMs should only depend on 'lsb', no other dependencies
are allowed.<br>
<br>
<blockquote
 cite="mid:D3B79E09FC954A46BBE08179A7C1B6141052B2@MBX021-W4-CA-4.exch021.domain.local"
 type="cite">
  <div class="WordSection1">
  <p class="MsoPlainText"><o:p></o:p></p>
  <p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
  <p class="MsoPlainText">RPM archive check failed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failures
36<o:p></o:p></p>
  <p class="MsoPlainText">Messages from the test:<o:p></o:p></p>
  <p class="MsoPlainText">Invalid RPMTAG_PAYLOADCOMPRESSOR: expecting
gzip but
found bzip2<o:p></o:p></p>
  </div>
</blockquote>
<br>
You should use gzip compression.<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Regards,
Denis.

</pre>
</body>
</html>