From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030311 Galeon/1.3.3 Description of problem: Make test fails on Solaris error-> test.1.log.gz.Z no such file or directory Version-Release number of selected component (if applicable): logrotate-3.6.8 How reproducible: Always Steps to Reproduce: 1. make test Additional info: On linux zcat is equivalent to gunzip -c, but not on Solaris because zcat relies on compress. Solaris has gzcat for that but not Linux, so the best is to use gunzip -c instead of zcat in the test script
I'm trying to understand how this is a problem with a _Red Hat Linux_ source RPM package.
It's not a problem with a _Red Hat Linux_ RPM source RPM directly. But It's seems that it's Redhat which develop this software (For example, Mandrake use RedHat logrotate RPMS for their own packages) and I just want to submit a bug for that, to help community (and not only Redhat Users). Pehaps (Certainly), I've not post this bug on the right place, but I didn't find this right place. Sorry for that !
I reopen this bug (I'm not sure why it has been closed) and assigned it to Rawhide like bug #75332
RH bugzilla is fine for bugs in RH-originated sources.
Changed zcat to gunzip -c