Skip to content

Commit

Permalink
spec: add BR make
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed May 8, 2021
1 parent cc42759 commit 5a92c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpm_spec/qubes-mgmt-salt-vm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ BuildRequires: python%{python3_pkgversion}-PyYAML
%else
BuildRequires: python%{python3_pkgversion}-pyyaml
%endif
BuildRequires: make
BuildRequires: tree
Requires(post): /usr/bin/qubesctl
Conflicts: qubes-mgmt-salt-dom0


Source0: qubes-mgmt-salt-%{version}.tar.gz

%description
Expand Down
1 change: 1 addition & 0 deletions rpm_spec/qubes-mgmt-salt.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BuildRequires: python%{python3_pkgversion}-PyYAML
%else
BuildRequires: python%{python3_pkgversion}-pyyaml
%endif
BuildRequires: make
BuildRequires: tree
BuildRequires: pandoc
BuildRequires: python%{python3_pkgversion}-setuptools
Expand Down

0 comments on commit 5a92c27

Please sign in to comment.