Message82954
> What is the goal of bdist_rpm? I haven't seen that stated explicitly
> anywhere, but I assume the goal is to make a fair attempt to easily
> create usable RPMs for some software already using distutil,
> acknowledging that it might not work in all cases (because some projects
> do strange (buggy?) things) and that the RPMs probably can't be used in
> distributions directly (because they probably have their own rules and
> requirements).
Correct.
> The applied patch makes it possible for bdist_rpm to work in _some_
> situations on Fedora. IMHO that is +1.
I agree. I had another complaint about that patch, though, which is
the addition of an option for not including .pyo files. I still like
to see addition of this option reverted.
> Disabling _unpackaged_files_terminate_build would IMHO be a bad
> solution. That would cause "successful" RPM builds which doesn't include
> all the files distutil installed. And FWIW I don't understand how
> __os_install_post could solve the problem.
IIUC, setting
%define __os_install_post %{___build_post}
should prevent invocation of brp-python-bytecompile. |
|
Date |
User |
Action |
Args |
2009-03-01 06:12:52 | loewis | set | recipients:
+ loewis, twegener, nshmyrev, pitrou, forest, tarek, kiilerix, ebfe, jbaker |
2009-03-01 06:12:41 | loewis | link | issue1533164 messages |
2009-03-01 06:12:39 | loewis | create | |
|