[Bug 1002321] Review Request: perl-File-KeePass - Interface to KeePass V1 and V2 database files

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 29 03:27:51 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=1002321

Ralf Corsepius <rc040203 at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rc040203 at freenet.de



--- Comment #2 from Ralf Corsepius <rc040203 at freenet.de> ---

> 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


More information about the package-review mailing list