Add systemd BR for unitdir definition

This commit is contained in:
Pavel Zhukov 2018-01-30 14:31:50 +01:00
parent 91bbdd973d
commit 705a96815b

View File

@ -1,7 +1,7 @@
Summary: A Router Advertisement daemon
Name: radvd
Version: 2.17
Release: 7%{?dist}
Release: 8%{?dist}
# The code includes the advertising clause, so it's GPL-incompatible
License: BSD with advertising
Group: System Environment/Daemons
@ -15,6 +15,7 @@ BuildRequires: flex
BuildRequires: flex-static
BuildRequires: pkgconfig
BuildRequires: check-devel
BuildRequires: systemd
%{?systemd_requires}
Requires(pre): shadow-utils
@ -93,6 +94,9 @@ exit 0
%{_sbindir}/radvdump
%changelog
* Tue Jan 30 2018 Pavel Zhukov <pzhukov@redhat.com> - 2.17-8
- Add systemd BR for unitdir definition
* Tue Jan 30 2018 Pavel Zhukov <pzhukov@redhat.com> - 2.17-7
- removal of systemd-units and conforming to packaging guidelines