Don't package the API in RPM packages by default

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-11-01 19:18:08 -06:00
parent 012fede806
commit 23d8dba7e4
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -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