[finger/f19] Add systemd as BuildRequires because of unitdir macro

Tomas Hozza thozza at fedoraproject.org
Mon Jul 22 14:24:47 UTC 2013


commit d91be156f76ce37efde37e0bef89a4e91803e2ed
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Jul 22 16:18:58 2013 +0200

    Add systemd as BuildRequires because of unitdir macro
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 finger.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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 <thozza at redhat.com> - 0.17-48
 - Fixing errors found by static analysis of code (Coverity) (#909325)


More information about the scm-commits mailing list