diff --git a/finger.spec b/finger.spec index 510b14d..461656c 100644 --- a/finger.spec +++ b/finger.spec @@ -30,7 +30,7 @@ Patch14: bsd-finger-0.17-man_page_systemd.patch Patch15: bsd-finger-0.17-coverity-bugs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glibc-devel +BuildRequires: glibc-devel, systemd %description Finger is a utility which allows users to see information about system @@ -139,6 +139,7 @@ make INSTALLROOT=%{buildroot} install - Compile finger with Full RELRO - Explicitly use gcc - Use only RPM_OPT_FLAGS and RPM_LD_FLAGS +- Add systemd as BuildRequires because of unitdir macro * Mon Feb 11 2013 Tomas Hozza - 0.17-48 - Fixing errors found by static analysis of code (Coverity) (#909325)