Merge pull request #988 from hpcng/fedora-specfile-fixes
fedora specfile fixes
This commit is contained in:
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- New build for Rocky Linux 9
|
||||
|
||||
### Fixed
|
||||
- Enable spec file to work with Fedora
|
||||
- Fix hard CPU architecture on proto's installation in the Makefile
|
||||
- More aggressive `make clean`.
|
||||
- Replace deprecated `io.utils` functions with new `os` functions.
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
|
||||
%global wwgroup warewulf
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define _build_id_links none
|
||||
%endif
|
||||
|
||||
|
||||
Name: warewulf
|
||||
Summary: A provisioning system for large clusters of bare metal and/or virtual systems
|
||||
Version: @VERSION@
|
||||
@@ -47,7 +52,7 @@ Requires: tftp-server
|
||||
Requires: nfs-utils
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} >= 8 || 0%{?suse_version}
|
||||
%if 0%{?rhel} >= 8 || 0%{?suse_version} || 0%{?fedora}
|
||||
Requires: dhcp-server
|
||||
%else
|
||||
# rhel < 8
|
||||
|
||||
Reference in New Issue
Block a user