From 14d56aca84d374e15dcd3a27e6ca30702d5ff807 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Jul 31 2013 16:00:57 +0000 Subject: Require 'systemd' instead of 'systemd-units' --- diff --git a/lldpad.spec b/lldpad.spec index baa134a..1f13106 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -3,7 +3,7 @@ Name: lldpad Version: 0.9.46 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intel LLDP Agent Group: System Environment/Daemons License: GPLv2 @@ -16,11 +16,11 @@ BuildRequires: kernel-headers >= 2.6.32 BuildRequires: libconfig-devel >= 1.3.2 BuildRequires: libnl-devel BuildRequires: readline-devel -BuildRequires: systemd-units +BuildRequires: systemd Requires: readline -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd Provides: dcbd = %{version}-%{release} Obsoletes: dcbd < 0.9.26 @@ -102,6 +102,9 @@ fi %{_libdir}/liblldp_clif.so %changelog +* Wed Jul 31 2013 Petr Šabata - 0.9.46-3 +- Require 'systemd' instead of 'systemd-units' + * Tue Jul 02 2013 Petr Šabata - 0.9.46-2 - Fix the hardened build flags