From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513 Description of problem: netatalk-1.5.3.1/bin/afile/Makefile.in plans to install acleandir.rc into /usr/bin/acleandir.rc. acleandir.rc is a rc shell script. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.rpm --rebuild --clean netatalk-1.5.3.1-1.src.rpm 2.su -c "rpm -Uvh netatalk-1.5.3.1-1.i386.rpm" Actual Results: error: failed dependencies: /usr/bin/rc is needed by netatalk-1.5.3.1-1 Expected Results: clean install/update. Additional info: Although this is in rawhide, I think it should be fixed because the two bugs filed against Red Hat 7.3 for netatalk are resolved via a suggestion to use the rawhide version. Patch attached to remove acleandir.rc and acleandir.1 from the install.
Created attachment 62048 [details] removes acleandir.rc and acleandir.1 from the package (and thus the /usr/bin/rc requirement).
Fill fix differently (i will fix the script to use bash). Thanks, Read ya, Phil PS: Also a duplicate of #67009.
OK, porting the script to bash will have to wait, i used your suggestion and patched it now to not install/include acleandir.rc and acleandir.1. Thanks, Read ya, Phil