From 2dc400c0ccdb82709d1b73ce175132908a5c5021 Mon Sep 17 00:00:00 2001 From: Dominik Gedon Date: Tue, 15 Sep 2020 16:20:23 +0200 Subject: [PATCH] Fix for file dependency on CentOS 8. Fixes #2334 --- cobbler.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cobbler.spec b/cobbler.spec index fe438e82c1..53e4b392c2 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -198,6 +198,7 @@ Requires(postun): systemd Requires: %{apache_pkg} Requires: %{tftpsrv_pkg} Requires: %{createrepo_pkg} +Requires: file Requires: rsync Requires: xorriso %{?python_enable_dependency_generator} @@ -240,13 +241,13 @@ Obsoletes: cobbler-nsupdate < 3.0.99 Provides: cobbler-nsupdate = %{version}-%{release} %description -Cobbler is a network install server. Cobbler supports PXE, ISO +Cobbler is a network install server. Cobbler supports PXE, ISO virtualized installs, and re-installing existing Linux machines. The last two modes use a helper tool, 'koan', that integrates with -cobbler. There is also a web interface 'cobbler-web'. Cobbler's +cobbler. There is also a web interface 'cobbler-web'. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in -DHCP/DNS Management. Cobbler has a XMLRPC API for integration with +DHCP/DNS Management. Cobbler has a XML-RPC API for integration with other applications.