[Ovirt-devel] [PATCH-node-image 1/2] 1) Removed a redundant BuildRequires line.

Chris Lalancette clalance at redhat.com
Wed Sep 10 06:41:14 UTC 2008


Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
:100644 100644 1615f4f... 5885fd9... M	ovirt-node-image.spec
 ovirt-node-image.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ovirt-node-image.spec b/ovirt-node-image.spec
index 1615f4f..5885fd9 100644
--- a/ovirt-node-image.spec
+++ b/ovirt-node-image.spec
@@ -29,7 +29,6 @@ At the moment, this RPM just packages prebuilt ISO.
 %package pxe
 Summary: oVirt Node boot PXE image
 Group: Applications/System
-BuildRequires: livecd-tools >= 017
 
 %description pxe
 The PXE boot image for oVirt Node network boot from oVirt Server.
@@ -83,6 +82,9 @@ mkdir %{buildroot}
 %clean
 %{__rm} -rf %{buildroot}
 
+%post pxe
+[ -x /usr/bin/cobbler ] && /usr/bin/cobbler sync
+
 %files
 %defattr(-,root,root,0644)
 %{app_root}/%{name}.iso
-- 
1.5.4.1




More information about the ovirt-devel mailing list