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=509160

--- Comment #15 from David A. Wheeler <[email protected]> 2010-01-27 
12:23:24 EST ---
>> Also: Usually files given as Source: have the package name prefixed.
>> That way, simultaneous builds won't cause trouble.
>> I think you should do that; be sure to rename them back to their
>> expected name.

>OK, done.

Not quite; "license.txt" doesn't have a prefix.  If someone simultaneously
built this and another package that ALSO had a "license.txt", using a shared
directory, you could have a race condition where the license.txt of that OTHER
package would be incorporated into the final build for THIS package.  Eeek.

Best to change this to something like mine_detector_license.txt,
then in %prep do:
cp -p %{SOURCE4} license.txt

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to