Skip to content

Commit

Permalink
[hack] double don't cross_check_fips
Browse files Browse the repository at this point in the history
For netdog, os, and early-boot-config, we must undefine the
cross_check_fips macro; in lieu of a Twoliter release, double undefine
the macro.

Signed-off-by: Gavin Inglis <giinglis@amazon.com>
  • Loading branch information
ginglis13 committed Oct 11, 2024
1 parent 298c91f commit ec378ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/early-boot-config/early-boot-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
%global _cross_first_party 1
%undefine _debugsource_packages
%undefine cross_check_fips
%undefine cross_check_fips

Name: %{_cross_os}early-boot-config
Version: 0.1
Expand Down
2 changes: 2 additions & 0 deletions packages/netdog/netdog.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
%global _cross_first_party 1
%undefine _debugsource_packages
%undefine cross_check_fips
%undefine cross_check_fips

Name: %{_cross_os}netdog
Version: 0.1.1
Expand Down
2 changes: 2 additions & 0 deletions packages/os/os.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
%global _cross_first_party 1
%undefine _debugsource_packages
%undefine cross_check_fips
%undefine cross_check_fips

Name: %{_cross_os}os
Version: 0.0
Expand Down

0 comments on commit ec378ee

Please sign in to comment.