Re: [CentOS] Wrapper package / yum repository

2010-09-08 Thread Gabriel Tabares
On 07/09/2010 17:47, Steve Huff wrote: > On Sep 7, 2010, at 11:28 AM, Gabriel Tabares wrote: > >> tomcat-6.0.26-1.13 >> adm-app-conf-18-2010.09.01 >> jdk-1.6.0_20-2.0 >> ant-1.8.1-1 > > there's your problem. in the specfile, these dependencies should be > specified as: > > Requires: tomcat>= 6.

Re: [CentOS] Wrapper package / yum repository

2010-09-07 Thread Steve Huff
On Sep 7, 2010, at 11:28 AM, Gabriel Tabares wrote: > tomcat-6.0.26-1.13 > adm-app-conf-18-2010.09.01 > jdk-1.6.0_20-2.0 > ant-1.8.1-1 there's your problem. in the specfile, these dependencies should be specified as: Requires: tomcat >= 6.0.26 Requires: adm-app-conf >= 18 ... relevant API d

Re: [CentOS] Wrapper package / yum repository

2010-09-07 Thread Gabriel Tabares
On 07/09/2010 15:55, Steve Huff wrote: > rpm -qp --requires tomcat-6.0.26-1.13 adm-app-conf-18-2010.09.01 jdk-1.6.0_20-2.0 ant-1.8.1-1 /bin/sh /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 ___ CentOS ma

Re: [CentOS] Wrapper package / yum repository

2010-09-07 Thread Steve Huff
On Sep 7, 2010, at 10:47 AM, Gabriel Tabares wrote: > Any ideas? I am quite baffled and would like to get this to work as soon > as possible. please post the output of `rpm -qp --requires `. thanks, -steve -- If this were played upon a stage now, I could condemn it as an improbable fictio

[CentOS] Wrapper package / yum repository

2010-09-07 Thread Gabriel Tabares
Hi, I am setting up a yum repository for our applications and I am having a bit of trouble. I copy the files to a webserver, run createrepo and then configure the servers to use it. One of the RPMs is a "release" package that includes exact versions of all the binary and configuration files