Fix systemd executions/requirements

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-01-25 15:58:56 +01:00
parent 2a7e59df0e
commit 091b6c7bb1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
Name: znc
Version: 1.6.5
Release: 10%{?dist}
Release: 11%{?dist}
Summary: An advanced IRC bouncer
Group: System Environment/Daemons
@ -33,12 +33,9 @@ BuildRequires: perl(ExtUtils::Embed)
Obsoletes: znc-extra <= %{version}-%{release}
%endif # (0%{?fedora} && 0%{?fedora} <= 24) || (0%{?rhel} && 0%{?rhel} <= 9)
BuildRequires: systemd-units
Requires(pre): shadow-utils
Requires(post): systemd-units
Requires(post): systemd-sysv
Requires(preun): systemd-units
Requires(postun): systemd-units
BuildRequires: systemd
%{?systemd_requires}
%description
ZNC is an IRC bouncer with many advanced features like detaching,
@ -255,6 +252,9 @@ getent passwd znc >/dev/null || \
%changelog
* Thu Jan 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.5-11
- Fix systemd executions/requirements
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.6.5-10
- Rebuilt for switch to libxcrypt