Require 'systemd' instead of 'systemd-units'

This commit is contained in:
Petr Šabata 2013-07-31 18:00:57 +02:00
parent fb503aeed0
commit 14d56aca84

View File

@ -3,7 +3,7 @@
Name: lldpad Name: lldpad
Version: 0.9.46 Version: 0.9.46
Release: 2%{?dist} Release: 3%{?dist}
Summary: Intel LLDP Agent Summary: Intel LLDP Agent
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPLv2 License: GPLv2
@ -16,11 +16,11 @@ BuildRequires: kernel-headers >= 2.6.32
BuildRequires: libconfig-devel >= 1.3.2 BuildRequires: libconfig-devel >= 1.3.2
BuildRequires: libnl-devel BuildRequires: libnl-devel
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: systemd-units BuildRequires: systemd
Requires: readline Requires: readline
Requires(post): systemd-units Requires(post): systemd
Requires(preun): systemd-units Requires(preun): systemd
Requires(postun): systemd-units Requires(postun): systemd
Provides: dcbd = %{version}-%{release} Provides: dcbd = %{version}-%{release}
Obsoletes: dcbd < 0.9.26 Obsoletes: dcbd < 0.9.26
@ -102,6 +102,9 @@ fi
%{_libdir}/liblldp_clif.so %{_libdir}/liblldp_clif.so
%changelog %changelog
* Wed Jul 31 2013 Petr Šabata <contyk@redhat.com> - 0.9.46-3
- Require 'systemd' instead of 'systemd-units'
* Tue Jul 02 2013 Petr Šabata <contyk@redhat.com> - 0.9.46-2 * Tue Jul 02 2013 Petr Šabata <contyk@redhat.com> - 0.9.46-2
- Fix the hardened build flags - Fix the hardened build flags