[vnstat] Fix the build by adding the missing BR on systemd

Adrian Reber adrian at fedoraproject.org
Wed Aug 7 12:07:15 UTC 2013


commit 4cda9c689f5819d441a19581cddb55eb465fd733
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Aug 7 12:05:23 2013 +0800

    Fix the build by adding the missing BR on systemd

 vnstat.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/vnstat.spec b/vnstat.spec
index 3178ce4..5a37a16 100644
--- a/vnstat.spec
+++ b/vnstat.spec
@@ -1,7 +1,7 @@
 Summary: Console-based network traffic monitor
 Name: vnstat
 Version: 1.11
-Release: 16%{?dist}
+Release: 17%{?dist}
 
 License: GPLv2
 Group: System Environment/Daemons
@@ -13,6 +13,7 @@ Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 BuildRequires: gd-devel
+BuildRequires: systemd
 Patch0: vnstat-run-vnstat.diff
 
 %description
@@ -133,6 +134,9 @@ getent passwd %{name} > /dev/null || %{_sbindir}/useradd -r -g %{name} -M \
 
 
 %changelog
+* Wed Aug 07 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 1.11-17
+- Fix the build by adding the missing BR on systemd.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list