Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16215 test: add pciutils-devel requirement for client-tests #14746

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
daos (2.7.100-3) unstable; urgency=medium
[ Dalton Bohning ]
* Add pciutils-devel build dep for client-tests package

-- Dalton Bohning <dalton.bohning@intel.com>> Thu, 11 Jul 2024 10:00:00 -0800

daos (2.7.100-2) unstable; urgency=medium
[ Tom Nabarro ]
* Add pciutils runtime dep for daos_server lspci call
Expand Down
6 changes: 5 additions & 1 deletion utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Name: daos
Version: 2.7.100
Release: 2%{?relval}%{?dist}
Release: 3%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -231,6 +231,7 @@ Requires: fuse3-devel >= 3
%else
Requires: fuse3-devel >= 3.4.2
%endif
Requires: pciutils-devel

%description client-tests
This is the package needed to run the DAOS test suite (client tests)
Expand Down Expand Up @@ -590,6 +591,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a shim package

%changelog
* Thu Jul 11 2024 Dalton Bohning <dalton.bohning@intel.com> 2.7.100-3
- Add pciutils-devel build dep for client-tests package

* Thu Jun 24 2024 Tom Nabarro <tom.nabarro@intel.com> 2.7.100-2
- Add pciutils runtime dep for daos_server lspci call
- Add pciutils-devel build dep for pciutils CGO bindings
Expand Down
Loading