1 pkg_name
= ovirt-node-image
6 # FEDORA_URL env var can be set to the root of a fedora mirror
7 # OVIRT_URL env var can be set to the root of an ovirt.org mirror
9 --define "fedora_url $(FEDORA_URL)" \
10 --define "ovirt_url $(OVIRT_URL)"
16 rm -rf repos.ks rpm-build
18 tar: clean $(pkg_name
).ks common-install.ks common-pkgs.ks common-post.ks
20 cp
-a common-install.ks common-pkgs.ks common-post.ks COPYING Makefile \
21 ovirt-flash ovirt-flash-static
$(pkg_name
).spec
$(pkg_name
).ks \
22 ovirt-pxe README.krb5 release.mk
$(NV
)
24 tar zcvf rpm-build
/$(NV
).
tar.gz
$(NV
)
28 .PHONY
: all clean tar distclean