This commit is contained in:
Nick Bebout 2015-06-18 19:41:19 -05:00
parent 3673eff25e
commit 4184aa223b
2 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Description=ZNC - an advanced IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/znc
ExecStart=/usr/bin/znc -d /var/lib/znc
User=znc
Type=forking

View File

@ -17,7 +17,7 @@
Name: znc
Version: 1.6.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: An advanced IRC bouncer
Group: System Environment/Daemons
@ -39,6 +39,7 @@ BuildRequires: automake
BuildRequires: c-ares-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: gettext-devel
BuildRequires: libicu-devel
BuildRequires: openssl-devel >= 0.9.8
BuildRequires: perl(ExtUtils::Embed)
@ -145,7 +146,7 @@ chmod -x modules/q.cpp
%else # 0%{?with_modpython}
--disable-python \
%endif # 0%{?with_modpython}
--enable-ipv6 --enable-sasl --enable-tcl
--enable-ipv6 --enable-cyrus --enable-tcl
%__make %{?_smp_mflags}
@ -294,6 +295,11 @@ fi
%changelog
* Tue Jun 09 2015 Nick Bebout <nb@fedoraproject.org> - 1.6.0-4
- Add ZNC path to znc.service - bz#1179832
- Fix command to enable cyrus sasl - bz#1112022
- Add libicu dep to enable charset module - bz#1202033
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.0-3
- Perl 5.22 rebuild