So this already got committed. It may make more sense to generate the zipfile on local hosts as part of RPM %install, or in individual subproject Makefiles.
The relevant standards doc is: http://nvlpubs.nist.gov/nistpubs/ir/2013/NIST.IR.7511.pdf ...which does state that providing a zipfile is a reasonable way to provide content. But more pressing is fixing the makewhatis build error. We could perhaps look at whatever real software developers do (like OpenSCAP) to see how to package up man pages. Or a short term hack like using bash tests, something like: if [ $EUID -eq 0 ] On 02/16/2013 11:50 AM, Shawn Wells wrote: > > > _______________________________________________ > scap-security-guide mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide _______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
