Fix bug 1367810

This commit is contained in:
Nick Bebout 2016-10-07 16:07:17 -05:00
parent 52bdcb564c
commit aa5e141f54
1 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@
Name: znc
Version: 1.6.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: An advanced IRC bouncer
Group: System Environment/Daemons
@ -49,7 +49,7 @@ DCC bouncing, Perl and C++ module support to name a few.
Summary: Development files needed to compile ZNC modules
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
Requires: openssl-devel c-ares-devel glibc-devel
Requires: openssl-devel c-ares-devel glibc-devel libicu-devel%{?_isa}
BuildRequires: pkgconfig
%description devel
@ -246,6 +246,9 @@ chown znc:znc /var/lib/znc
%changelog
* Fri Oct 07 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.3-5
- Fix bug 1367810
* Fri Oct 07 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.3-4
- Clean up conditionals, use upstream systemd unit file