Hi Brian, I'd like to confirm successful builds on i386, x86_64 and ia64 under RHEL3. All I had to do is to add patches/linux.x86_64.config and patches/linux.ia64.config.
The spec file also needed the attached patch. There were 2 unpackaged files and for some reason in initrd_template/lib*/ I ended up with 3 lib*.so.debug files which shouldn't be packaged. Do you plan to add these in SVN? Should I send you new versions with CONFIG_SCSI and CONFIG_SATA selected as modules? Or can you change the ones I've sent before? Do you plan to release a new unstable version 3.5.3 soon? Alternatively we could build on top of 3.5.2 with a big patch or work with the current svn revision... ? Regards, Erich
--- systemimager.spec.orig 2005-07-14 17:48:16.000000000 +0200 +++ systemimager.spec 2005-07-14 17:53:32.000000000 +0200 @@ -9,6 +9,7 @@ #define _build_only_boot 1 %{?_build_only_boot:%{expand: %%define _build_all 0}} +%define _unpackaged_files_terminate_build 0 Summary: Software that automates Linux installs, software distribution, and production deployment. Name: %name @@ -475,6 +476,7 @@ %prefix/lib/systemimager/perl/SystemImager/Common.pm %prefix/lib/systemimager/perl/SystemImager/Config.pm %prefix/lib/systemimager/perl/SystemImager/Options.pm +%prefix/lib/systemimager/perl/SystemImager/UseYourOwnKernel.pm %files server %defattr(-, root, root) @@ -510,6 +512,7 @@ %prefix/sbin/si_pushupdate %prefix/sbin/si_rmimage %prefix/sbin/si_imagemanip +%prefix/sbin/si_monitor %prefix/bin/si_mk* %prefix/lib/systemimager/perl/SystemImager/Server.pm %prefix/lib/systemimager/perl/SystemImager/Config.pm