https://bugzilla.redhat.com/show_bug.cgi?id=1002321
Ralf Corsepius <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ralf Corsepius <[email protected]> --- > 2. "%{__perl}" can just be "perl" Well, I am aware this is what some folks communicate, but I will never agree with this. It contradicts the principle of "reproducable builds": Just try this - Put a file named "perl" in ~/bin, containing this: #!/bin/sh exit 1 - export PATH=~/bin:$PATH - run rpmbuild -ba <your package>.spec Wrt. your package: Don't use BR:'s on perl package names: BuildRequires: perl-Test-Simple Likely, this should be perl(Test::Simple) or similar. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WQDiuAxW88&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
