Don't package the API in RPM packages by default
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -52,7 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Update `wwctl server` to log to stdout rather than a file #503
|
- Update `wwctl server` to log to stdout rather than a file #503
|
||||||
- Changed `wwctl server` to use "INFO" for send and receive logs #725
|
- Changed `wwctl server` to use "INFO" for send and receive logs #725
|
||||||
- Remove a 3-second sleep during iPXE boot. #1500
|
- Remove a 3-second sleep during iPXE boot. #1500
|
||||||
|
- Don't package the API in RPM packages by default. #1493
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
%global api 1
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
||||||
%global api 0
|
%global api 0
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%global tftpdir /srv/tftpboot
|
%global tftpdir /srv/tftpboot
|
||||||
|
|||||||
Reference in New Issue
Block a user