[Bug 567630] Cannot upload package to Redhat Satellite Server because of "RPM Requires"-Problem

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 24 07:51:03 UTC 2010


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=567630

--- Comment #2 from Patrick Grieshaber <pgr at patrickgrieshaber.net> 2010-02-24 02:51:00 EST ---
hi Richard,

The actual problem is that there are duplicate requires in the RPM. These are
not allowed by Satellite/Spacewalk and should be prevented:

as far as I know, I think this gives you an answer:
# rpm -q --requires -p ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm | sort >
ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm.full
# rpm -q --requires -p ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm | sort -u >
ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm.filtered
# diff -u  ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm.full
ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm.filtered
--- ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm.full 2010-02-24 08:47:52.797010246
+0100
+++ ocaml-bitstring-2.0.0-10.fc12.x86_64.rpm.filtered 2010-02-24
08:48:08.045886297 +0100
@@ -32,4 +32,3 @@
 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
 rpmlib(PayloadIsXz) <= 5.2-1
 rpmlib(VersionedDependencies) <= 3.0.3-1
-rpmlib(VersionedDependencies) <= 3.0.3-1

have an eye on: rpmlib(VersionedDependencies) <= 3.0.3-1

Satellite is something like a pretty cool centralized system management server
:-)
Red Hat made a community version: http://www.redhat.com/spacewalk/
This is a must have for enterprise fedora/redhat IT infrastructure.

-- 
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 ocaml-devel mailing list