Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Fix RPM build error
Browse files Browse the repository at this point in the history
- For %{_unitdir} macro to exist, package should include
  BuildRequires: systemd.

Signed-off-by: Namratha Kothapalli <[email protected]>
  • Loading branch information
nkothapa committed Aug 3, 2016
1 parent a6628c3 commit f63c6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/linux/rel-release/ixpdimm_sw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ License: BSD
Group: System Environment/Daemons
Requires: libixpdimm-cim%{?_isa} = %{version}-%{release}
Requires: systemd-units
BuildRequires: systemd

%description -n ixpdimm-monitor
A monitor daemon for monitoring the health and status of IXPDIMMs.
Expand Down

0 comments on commit f63c6f6

Please sign in to comment.