Skip to content

Commit 8c8298b

Browse files
authored
node-problem-detector: Add explicit check/run-time dependencies on mariner-release (#3089)
1 parent bcc5114 commit 8c8298b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

SPECS/node-problem-detector/node-problem-detector.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Kubernetes daemon to detect and report node issues
22
Name: node-problem-detector
33
Version: 0.8.10
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -13,6 +13,10 @@ Patch1: 002-remove_windows_build.patch
1313
Patch2: 003-add_mariner_OSVersion.patch
1414
BuildRequires: golang
1515
BuildRequires: systemd-devel
16+
%if %{with_check}
17+
BuildRequires: mariner-release
18+
%endif
19+
Requires: mariner-release
1620
ExclusiveArch: 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.

0 commit comments

Comments
 (0)