On Jan 11, 2020, at 11:14 AM, John Hardin <jhar...@impsec.org> wrote: > > I found one very minor modification was needed: the spec file requires > "perl-interpreter" and that doesn't seem to see the "perl" package installed > under Centos 7.
Ah, now I recall why I didn't run into this... I had installed the perl-generators package from EPEL, which installs the dummy perl-interpreter. I don't recall if I installed this myself or if yum picked it up, but either way, installing perl-generators will satisfy that dependency without modifying the spec file. Not sure about the other dependencies you added (and why those aren't explicit, either, if they're required -- I presume you filed a bugzilla with Fedora to include them for future builds?). FWIW, the 3.4.4 SRM from Fedora Rawhide builds and installs on my C7 system (which includes perl-generators) without any mods to the spec file. Cheers. --- Amir