Decorate the BuildRequires for systemd with pkgconfig like all the other dependencies.
Signed-off-by: Dan Williams <[email protected]> --- ndctl.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndctl.spec.in b/ndctl.spec.in index b782aeae12ad..98394a924030 100644 --- a/ndctl.spec.in +++ b/ndctl.spec.in @@ -20,7 +20,7 @@ BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(bash-completion) -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %description Utility library for managing the "libnvdimm" subsystem. The "libnvdimm" _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
