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.

Author nijel
Recipients
Date 2004-02-02.22:04:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=192186

It does extend --record with directory entries. This
resulting file is then used by rpm:

%install
python setup.py install --root=$RPM_BUILD_ROOT
--record-rpm=INSTALLED_FILES

%files -f INSTALLED_FILES
%defattr(-,root,root)
History
Date User Action Args
2007-08-23 15:27:44adminlinkissue755286 messages
2007-08-23 15:27:44admincreate