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