File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
SPECS/node-problem-detector Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Summary: Kubernetes daemon to detect and report node issues
22Name: node-problem-detector
33Version: 0.8.10
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: ASL 2.0
66Vendor: Microsoft Corporation
77Distribution: Mariner
@@ -13,6 +13,10 @@ Patch1: 002-remove_windows_build.patch
1313Patch2: 003-add_mariner_OSVersion.patch
1414BuildRequires: golang
1515BuildRequires: systemd-devel
16+ %if %{with_check }
17+ BuildRequires: mariner-release
18+ %endif
19+ Requires: mariner-release
1620ExclusiveArch: x86_64
1721
1822%description
@@ -62,6 +66,9 @@ make test
6266%config(noreplace) %{_sysconfdir }/node-problem-detector.d/*
6367
6468%changelog
69+ *
Wed Jun 01 2022 Olivia Crain <[email protected] > -
0.8.10-2 70+ - Add explicit check/run-time dependencies on mariner-release
71+
6572*
Fri Feb 25 2022 Max Brodeur-Urbas <[email protected] > -
0.8.10-1 6673- Upgrading to v0.8.10
6774- Disable arm64 builds in Makefile with remove_arm64_build.patch.
You can’t perform that action at this time.
0 commit comments