Hello,

Here is another patch for RPM building. With this patch, you should be able to make an srpm, install it, build from the spec file ("rpmbuild -ba systemimager.spec") and get a full set of RPMs. I assume you want BootMedia stuff in the server RPM.

--
Josh Aas
Linux System Software
Silicon Graphics, Inc. (SGI)

Index: systemimager.spec
===================================================================
RCS file: /cvsroot/systemimager/systemimager/systemimager.spec,v
retrieving revision 1.59
diff -u -r1.59 systemimager.spec
--- systemimager.spec   13 Dec 2004 17:31:35 -0000      1.59
+++ systemimager.spec   20 Dec 2004 01:44:52 -0000
@@ -476,7 +476,7 @@
 %doc doc/manual_source/html
 # These should move to a files doc section, because they are missing if you 
don't do doc
 # %doc doc/manual/systemimager* doc/manual/html doc/manual/examples
-%doc doc/autoinstall* doc/local.cfg
+%doc doc/man/autoinstall* doc/examples/local.cfg
 %dir /var/log/systemimager
 %dir /var/lib/systemimager/images
 %dir /var/lib/systemimager/scripts/pre-install
@@ -504,10 +504,11 @@
 %prefix/sbin/si_pushupdate
 %prefix/sbin/si_rmimage
 %prefix/sbin/si_imagemanip
-%prefix/bin/si_mkautoinstall*
+%prefix/bin/si_mk*
 %prefix/lib/systemimager/perl/SystemImager/Server.pm
 %prefix/lib/systemimager/perl/SystemImager/Config.pm
 %prefix/lib/systemimager/perl/confedit
+%prefix/lib/systemimager/perl/BootMedia/*
 %prefix/share/man/man5/systemimager*
 %prefix/share/man/man8/si_addclients*
 %prefix/share/man/man8/si_cpimage*

Reply via email to