diff --git a/ngircd.spec b/ngircd.spec index 48c7d35..5f580b6 100644 --- a/ngircd.spec +++ b/ngircd.spec @@ -1,6 +1,6 @@ Name: ngircd Version: 25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Next Generation IRC Daemon License: GPLv2+ URL: http://ngircd.barton.de/ @@ -17,7 +17,6 @@ Patch2: ngircd-service.patch BuildRequires: gcc BuildRequires: zlib-devel, avahi-compat-howl-devel -BuildRequires: libident-devel BuildRequires: gnutls-devel BuildRequires: pam-devel # Needed for tests @@ -56,7 +55,6 @@ scratch and is not based upon the original IRCd like many others. --with-zlib \ --with-epoll \ --with-zeroconf \ - --with-ident \ --with-gnutls \ --with-pam \ --enable-ipv6 @@ -152,6 +150,9 @@ fi %endif %changelog +* Tue Jan 14 2020 Orion Poplawski - 25-4 +- Build without libident (bz#1790478) + * Thu Jul 25 2019 Fedora Release Engineering - 25-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild