Require 'systemd' instead of 'systemd-units'
This commit is contained in:
parent
fb503aeed0
commit
14d56aca84
13
lldpad.spec
13
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 <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
|
||||
- Fix the hardened build flags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user