Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=553852 Matthew Harmsen <mharmsen@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mharmsen@xxxxxxxxxx --- Comment #4 from Matthew Harmsen <mharmsen@xxxxxxxxxx> 2010-01-28 17:57:00 EST --- What you are alluding to cannot be done, as "/var/lib/pki-tps/cgi-bin/sow/cfg.pl" refers to an "instance-specific" path that is not generated until an instance is created. However, I am currently working on a fix to be able to remove "AutoReqProv: no" from the pki-tps.spec file. What will be needed is that the following two lines: require "../sow/cfg.pl"; require "./cfg.pl"; will need to be replaced by "slot" variables whose values are filled in during instance creation in the "pkicreate" script (which is part of the "pki-setup" package). In this case, the entire line will be substituted in, so the automated requirement and provision processing performed by '/usr/lib/rpm/perl.req' and '/usr/lib/rpm/perl.prov' can be turned back on, and the explicit 'perl' Requires may be removed from the 'pki-tps.spec' file. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review