Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl: should something obsolete perl-NDBM_File? https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=84671 ------- Additional Comments From altblue@xxxxxxx 2006-03-10 05:08 EST ------- If somebody dropped the ball again on NDBM issues and now you're again at updating the spec, Jason, would you please be so kind to properly fix it so it won't drop my beloved dbm filters? :( Memento (as many people - me included - told it a thousand times): this line is completely wrong: find $RPM_BUILD_ROOT -name '*DBM_Filter*' | xargs rm -rfv as it does NOT drop "NDBM" filters ONLY, but every DBM filters :( Our approach is to add -Dnoextensions='NDBM_File' to Configure parameters and then, in %install: find $RPM_BUILD_ROOT -name '*NDBM*' -delete || : so it will drop every _other_ NDBM hooks (i.e. Memoize) TIA. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.