Skip to content

Commit

Permalink
Fix for file dependency on CentOS 8. Fixes #2334
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg authored and Conan-Kudo committed Sep 15, 2020
1 parent 44560b2 commit 2dc400c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cobbler.spec
Expand Up @@ -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}
Expand Down Expand Up @@ -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.


Expand Down

0 comments on commit 2dc400c

Please sign in to comment.