[Rpm-maint] RPM roadmapping

2007-07-30 Thread Panu Matilainen
Hey all, With RPM 4.4.2.1 fresh out and 4.4.x branched off to maintenance mode, time to start looking forward to next major release. The TODO in hg.rpm.org repository outlines some targets already. Some of the items are specific enough, others need to be made somewhat more concrete. Also

Re: [Rpm-maint] API Documentation for RPM

2007-07-30 Thread Paul Nasrat
On Mon, 2007-07-30 at 00:10 +0530, Rogue wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I am trying to toy around with the idea of providing Java bindings for the RPM package. Now, I am good at my Java skills but my C skills are rusty and I thought I might hone them by

Re: [Rpm-maint] API Documentation for RPM

2007-07-30 Thread Rogue
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, Paul Nasrat wrote: On Mon, 2007-07-30 at 00:10 +0530, Rogue wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are already several sets of java bindings you may want to look at first: Pure java - http://jrpm.sourceforge.net/

[Rpm-maint] rpm feature request

2007-07-30 Thread seth vidal
Would it be possible in some future rpm python interface to get rid of the horrible setVsFLAGS bitmask and just have the items be attributes you set or unset in the ts object? ts = rpm.TransactionSet() ts.gpgcheck = False ts.hdrcheck = True ts.installroot = '/some/place' etc. etc I know 'being