Skip to content

Commit f88f062

Browse files
committed
noarch for default-healthcheck and adhearing to noarch best practises
remove %global debug_package %{nil}
1 parent 1abc6aa commit f88f062

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

greenboot-rs.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
%global debug_package %{nil}
21
%bcond_without check
32
%global __cargo_skip_build 0
43
%global __cargo_is_lib() false
@@ -69,9 +68,9 @@ Recommends: openssh
6968

7069
%{summary}.
7170

72-
%package -n %{pkgname}-default-health-checks
71+
%package -n %{pkgname}-default-health-checks -a noarch
7372
Summary: Series of optional and curated health checks
74-
Requires: %{pkgname} = %{version}-%{release}
73+
Requires: %{pkgname}
7574
Requires: util-linux
7675
Requires: jq
7776

0 commit comments

Comments
 (0)