This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use a better BuildRoot tag
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, misc_from_metz
Priority: normal Keywords: patch

Created on 2004-06-09 23:44 by misc_from_metz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python.patch misc_from_metz, 2004-06-09 23:44 Use a better BuildRoot tag
Messages (2)
msg46162 - (view) Author: Scherer Michael (misc_from_metz) Date: 2004-06-09 23:44
Using a Buildroot dependant only on the name can have some side effects.For example, two version of the same package cannot be build in parallel.
So, having BuildRoot : %{name}-%{version}-%{release} is safer.
msg46163 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-25 13:01
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as bdist_rpm.py 1.39, NEWS 1.1112.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40375
2004-06-09 23:44:53misc_from_metzcreate