Re: Re: [Pyblosxom-checkins] pyblosxom setup.py,1.9,1.10
Wari Wahab <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <1060382969.687.7.camel@async> |
On Fri, 2003-08-08 at 06:31, will wrote: > When doing a bdist_rpm, it kicks up an error saying we have duplicate > files. Beats me as to why we have duplicate files, though. I'm wholly > puzzled. I think someone more versed in distutils and/or RPM should look > into that. Duplicates are warnings, not errors. It's not that we have duplicate files, but what we have is files that are mentioned twice (or more) in the spec file. For example, if you have: %files /etc/init.d/* %attr(0755) /etc/init.d/foo RPM would complain that you have listed /etc/init.d/foo twice.