diff mbox series

[ndctl] ndctl, spec: Use pkgconfig for systemd

Message ID 153678310476.293708.4303503377745251982.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State New, archived
Headers show
Series [ndctl] ndctl, spec: Use pkgconfig for systemd | expand

Commit Message

Dan Williams Sept. 12, 2018, 8:11 p.m. UTC
Decorate the BuildRequires for systemd with pkgconfig like all the other
dependencies.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 ndctl.spec.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"