summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-18 17:45:13 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-18 17:45:13 -0400
commitee093726c4a831171866a04323a2ff6b8f84c6f4 (patch)
treea2297b010c67296f830c7e34c126978a4c051818
parent691b1fddebb4eeae63a14dd47ca498762e7279b7 (diff)
downloadcobbler-ee093726c4a831171866a04323a2ff6b8f84c6f4.tar.gz
cobbler-ee093726c4a831171866a04323a2ff6b8f84c6f4.tar.xz
cobbler-ee093726c4a831171866a04323a2ff6b8f84c6f4.zip
Two missing files in the spec, fixing
-rw-r--r--cobbler.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler.spec b/cobbler.spec
index e6750ffb..c0662de5 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -121,6 +121,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%defattr(755,root,root)
%{_bindir}/cobbler
%{_bindir}/cobbler-ext-nodes
+%{_bindir}/cobbler-setup
%{_bindir}/cobblerd
%{_bindir}/cobbler-completion
@@ -210,6 +211,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%config(noreplace) /var/lib/cobbler/snippets/pre_partition_select
%config(noreplace) /var/lib/cobbler/snippets/main_partition_select
%config(noreplace) /var/lib/cobbler/snippets/post_install_kernel_options
+%config(noreplace) /var/lib/cobbler/snippets/network_config
/var/lib/cobbler/elilo-3.6-ia64.efi
/var/lib/cobbler/menu.c32
%defattr(660,root,root)