Re: RPM Upgrade Conflicts

2005-04-10 Thread Ralf S. Engelschall
On Sat, Apr 09, 2005, Shawn Walker wrote: # ~/.rpmmacros: %config config(noreplace) This way all %config tags in the OpenPKG .spec files are on-the-fly replaced with %config(noreplace) and as a result you get the .rpmnew instead of .rpmsave files. Voila!

Re: OpenPKG RPM Spec format documentation?

2005-04-10 Thread Ralf S. Engelschall
On Sat, Apr 09, 2005, Shawn Walker wrote: I've spent quite a bit of time digging through the OpenPKG handbook looking for documentation on the specific nuances of OpenPKG rpm spec files. So far, what I've found is that the format isn't really documented, and that writing your own spec files

Re: perl-openpkg and perl.req ?

2005-04-10 Thread Ralf S. Engelschall
On Sun, Apr 10, 2005, Shawn Walker wrote: I had created my own spec file to build mod_perl 2 RC4, and everything worked in the build right until just after the three passes that happen at the end for cleanup and the like. rpmbuild exited with an error about not being able to find

Re: perl-openpkg and perl.req ?

2005-04-10 Thread Shawn Walker
On Apr 10, 2005 11:36 AM, Ralf S. Engelschall [EMAIL PROTECTED] wrote:On Sun, Apr 10, 2005, Shawn Walker wrote: I had created my own spec file to build mod_perl 2 RC4, and everything worked in the build right until just after the three passes that happen at the end for cleanup and the like.

Re: perl-openpkg and perl.req ?

2005-04-10 Thread Bill Campbell
On Sun, Apr 10, 2005, Shawn Walker wrote: On Apr 10, 2005 11:36 AM, Ralf S. Engelschall [EMAIL PROTECTED] wrote: ... Oh, I've been comparing files, but it's not obvious which features work and which ones do not. There are only a few documented in the Handbook as being abandoned.