* [PATCH ndctl] ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs
@ 2023-02-22 20:20 Vishal Verma
2023-02-22 20:22 ` Dan Williams
2023-02-22 21:25 ` Dave Jiang
0 siblings, 2 replies; 3+ messages in thread
From: Vishal Verma @ 2023-02-22 20:20 UTC (permalink / raw)
To: linux-cxl; +Cc: nvdimm, Dave Jiang, Vishal Verma
The cxl-monitor additions pull in new dependencies on libtraceevent and
libtracefs. While the commits below added these to the meson build
system, they neglected to also update the RPM spec file. Add them to
the spec.
Fixes: 8dedc6cf5e85 ("cxl: add a helper to parse trace events into a json object")
Fixes: 7b237bc7a8ae ("cxl: add a helper to go through all current events and parse them")
Cc: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
ndctl.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ndctl.spec.in b/ndctl.spec.in
index 35c63e6..0543c48 100644
--- a/ndctl.spec.in
+++ b/ndctl.spec.in
@@ -31,6 +31,8 @@ BuildRequires: keyutils-libs-devel
BuildRequires: systemd-rpm-macros
BuildRequires: iniparser-devel
BuildRequires: meson
+BuildRequires: libtraceevent-devel
+BuildRequires: libtracefs-devel
%description
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
---
base-commit: 835b09602cdcae8d324eeaf5bb4f17ae959c5e6d
change-id: 20230222-fix-rpm-spec-2edf5a7fc25b
Best regards,
--
Vishal Verma <vishal.l.verma@intel.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH ndctl] ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs
2023-02-22 20:20 [PATCH ndctl] ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs Vishal Verma
@ 2023-02-22 20:22 ` Dan Williams
2023-02-22 21:25 ` Dave Jiang
1 sibling, 0 replies; 3+ messages in thread
From: Dan Williams @ 2023-02-22 20:22 UTC (permalink / raw)
To: Vishal Verma, linux-cxl; +Cc: nvdimm, Dave Jiang, Vishal Verma
Vishal Verma wrote:
> The cxl-monitor additions pull in new dependencies on libtraceevent and
> libtracefs. While the commits below added these to the meson build
> system, they neglected to also update the RPM spec file. Add them to
> the spec.
>
> Fixes: 8dedc6cf5e85 ("cxl: add a helper to parse trace events into a json object")
> Fixes: 7b237bc7a8ae ("cxl: add a helper to go through all current events and parse them")
> Cc: Dave Jiang <dave.jiang@intel.com>
> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Looks good to me,
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH ndctl] ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs
2023-02-22 20:20 [PATCH ndctl] ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs Vishal Verma
2023-02-22 20:22 ` Dan Williams
@ 2023-02-22 21:25 ` Dave Jiang
1 sibling, 0 replies; 3+ messages in thread
From: Dave Jiang @ 2023-02-22 21:25 UTC (permalink / raw)
To: Vishal Verma, linux-cxl; +Cc: nvdimm
On 2/22/23 1:20 PM, Vishal Verma wrote:
> The cxl-monitor additions pull in new dependencies on libtraceevent and
> libtracefs. While the commits below added these to the meson build
> system, they neglected to also update the RPM spec file. Add them to
> the spec.
>
> Fixes: 8dedc6cf5e85 ("cxl: add a helper to parse trace events into a json object")
> Fixes: 7b237bc7a8ae ("cxl: add a helper to go through all current events and parse them")
> Cc: Dave Jiang <dave.jiang@intel.com>
> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
> ---
> ndctl.spec.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ndctl.spec.in b/ndctl.spec.in
> index 35c63e6..0543c48 100644
> --- a/ndctl.spec.in
> +++ b/ndctl.spec.in
> @@ -31,6 +31,8 @@ BuildRequires: keyutils-libs-devel
> BuildRequires: systemd-rpm-macros
> BuildRequires: iniparser-devel
> BuildRequires: meson
> +BuildRequires: libtraceevent-devel
> +BuildRequires: libtracefs-devel
>
> %description
> Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
>
> ---
> base-commit: 835b09602cdcae8d324eeaf5bb4f17ae959c5e6d
> change-id: 20230222-fix-rpm-spec-2edf5a7fc25b
>
> Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-22 21:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 20:20 [PATCH ndctl] ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs Vishal Verma
2023-02-22 20:22 ` Dan Williams
2023-02-22 21:25 ` Dave Jiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox