[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Condor 8.0.4 rpm missing the perl modules



Hi Guys,

Is there a reason why the following perl modules were removed from the official 8.0.4 rpm? After upgrading via the Condor RHEL5 yum repo, we noticed that the perl modules went missing.

$ rpm -ql -p condor-7.8.6-73238.rhel5.8.i686.rpm | grep pm
/usr/lib/condor/Condor.pm
/usr/lib/condor/CondorPersonal.pm
/usr/lib/condor/CondorTest.pm
/usr/lib/condor/CondorUtils.pm

I see the Perl modules are still in the 8.0.8 source but not included the rpm :

$ find condor-8.0.4 -print | grep Condor.pm
condor-8.0.4/src/condor_tests/Condor.pm
condor-8.0.4/src/condor_scripts/Condor.pm


Thanks,

Myung