Re: [Sisuite-devel] systemimager.spec patch for %clean

2006-07-12 Thread Bernard Li
Title: Re: [Sisuite-devel] systemimager.spec patch for %clean It's been checked into r3671.  Thanks :)   Cheers,   Bernard From: Andrea Righi [mailto:[EMAIL PROTECTED]Sent: Wed 12/07/2006 05:35To: Bernard LiCc: sisuite-devel@lists.sourceforge.netSubject: Re: [Sisuite-

Re: [Sisuite-devel] systemimager.spec patch for %clean

2006-07-12 Thread Andrea Righi
Bernard Li wrote: > > Andrea can you test this under SUSE and let me know if it's fine - I'll > then check it in. > Perfect! go for it! Cheers, -Andrea - Using Tomcat but need to do more? Need to support web services, s

[Sisuite-devel] systemimager.spec patch for %clean

2006-07-11 Thread Bernard Li
I added some code to do cleanup in the spec file:Index: VERSION===--- VERSION (revision 3669)+++ VERSION (working copy)@@ -1 +1 @@-3.7.4+3.7.4r3669M_bliIndex: systemimager.spec

[Sisuite-devel] systemimager.spec patch for init scripts

2006-04-15 Thread Bernard Li
I plan to check in the following patch, comments?Index: systemimager.spec===--- systemimager.spec   (revision 3514)+++ systemimager.spec   (working copy)@@ -259,6 +259,10 @@ SystemImager autoinstall process.  %changelog+* Sat Apr

Re: [Sisuite-devel] systemimager.spec patch

2005-07-26 Thread Brian Elliott Finley
tt Finley [mailto:[EMAIL PROTECTED] > *Sent:* Mon 25/07/2005 13:17 > *To:* Bernard Li > *Cc:* [EMAIL PROTECTED]; sisuite-devel@lists.sourceforge.net > *Subject:* Re: [Sisuite-devel] systemimager.spec patch > > Applied. > > > Bernard Li wrote: > > > Actually...

RE: [Sisuite-devel] systemimager.spec patch

2005-07-25 Thread Bernard Li
Title: Re: [Sisuite-devel] systemimager.spec patch Hey Brian:   Got another patch for you.  Turns out the Makefile is already creating the /var/lock/systemimager directory, you just need to add it in the spec file.   I have another patch for zlib.rul, 1.2.3 has been released and fixes

Re: [Sisuite-devel] systemimager.spec patch

2005-07-25 Thread Brian Elliott Finley
nard Li > *Sent:* Sat 23/07/2005 12:46 PM > *To:* Brian Elliott Finley; [EMAIL PROTECTED] > *Cc:* sisuite-devel@lists.sourceforge.net > *Subject:* RE: [Sisuite-devel] systemimager.spec patch > > Hi Brian: > > Andrea found that it does not work with 2.03 and I tested 2.05

RE: [Sisuite-devel] systemimager.spec patch

2005-07-23 Thread Bernard Li
Title: Re: [Sisuite-devel] systemimager.spec patch Actually...  2.05 didn't work...  2.08 does though.  I have attached a new patch.   Thanks,   Bernard From: [EMAIL PROTECTED] on behalf of Bernard LiSent: Sat 23/07/2005 12:46 PMTo: Brian Elliott Finley; [EMAIL PROTECTED]Cc: si

RE: [Sisuite-devel] systemimager.spec patch

2005-07-23 Thread Bernard Li
Title: Re: [Sisuite-devel] systemimager.spec patch Hi Brian:   Andrea found that it does not work with 2.03 and I tested 2.05 and it worked, so I think it is safe to assume that we need at least 2.05.  I have adjusted my patch accordingly and have attached it here again.   Thanks

Re: [Sisuite-devel] systemimager.spec patch

2005-07-20 Thread Brian Elliott Finley
Simple, but as long as the dependency on the version is >> correct, I have no problem with your modification. >> >> Thanks, >> >> Bernard >> >>> -Original Message- >>> From: Brian Elliott Finley [mailto:[EMAIL PROTECTED] Sent: >&

Re: [Sisuite-devel] systemimager.spec patch

2005-07-20 Thread Andrea Righi
Cc: sisuite-devel@lists.sourceforge.net Subject: Re: [Sisuite-devel] systemimager.spec patch Bernard, With regard to perl-XML-Simple: * Is it possible to require perl-XML-Simple ">= 2" or ">= 2.00". SuSE 9.3, for example, is only on 2.12, while SuSE 9.0 is on 2.08:

Re: [Sisuite-devel] systemimager.spec patch

2005-07-20 Thread Erich Focht
Hi Bernard, > > > The attached patch mainly adds new RPM dependencies from si_monitor, > > > also added %configure command (I thought this was necessary, but was > > > not in Erich's spec file, not sure if it's required...?) %configure wasn't necessary for me (building under RHEL3/4). Regards, E

RE: [Sisuite-devel] systemimager.spec patch

2005-07-20 Thread Bernard Li
[EMAIL PROTECTED] > Sent: Wednesday, July 20, 2005 7:43 > To: Bernard Li > Cc: sisuite-devel@lists.sourceforge.net > Subject: Re: [Sisuite-devel] systemimager.spec patch > > Bernard, > > With regard to perl-XML-Simple: > > * Is it possible to require perl-XML

Re: [Sisuite-devel] systemimager.spec patch

2005-07-20 Thread Brian Elliott Finley
Bernard, With regard to perl-XML-Simple: * Is it possible to require perl-XML-Simple ">= 2" or ">= 2.00". SuSE 9.3, for example, is only on 2.12, while SuSE 9.0 is on 2.08: o http://mirror.mcs.anl.gov/pub/suse/i386/9.3/suse/i586/perl-XML-Simple-2.12-3.i586.rpm o h

[Sisuite-devel] systemimager.spec patch

2005-07-20 Thread Bernard Li
Hi guys:   The attached patch mainly adds new RPM dependencies from si_monitor, also added %configure command (I thought this was necessary, but was not in Erich's spec file, not sure if it's required...?)   Summary from my changelog:   - Updated Copyright -> License (deprecated)- Added %confi

[Sisuite-devel] systemimager.spec patch

2005-06-27 Thread Bernard Li
After applying the attached patch, you should be able to build RPMs using the resulting systemimager.spec file (well almost). This patch changes the following things:- added new files (si_monitor, UseYourOwnKernel.pm)- changed Copyright -> License (Copyright is deprecated)- added code to creat