diff --git a/netsniff-ng.spec b/netsniff-ng.spec index f8534b1..6825981 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -3,7 +3,7 @@ Name: netsniff-ng Version: 0.5.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Packet sniffing beast Group: Applications/Internet License: GPLv2 @@ -15,6 +15,9 @@ BuildRequires: perl-podlators zlib-devel libpcap-devel libnet-devel %if %{with nacl} BuildRequires: nacl-static %endif +# rhbz#1111779, this should be probably dropped in f23 or later +Provides: mausezahn = 0.40-9 +Obsoletes: mausezahn < 0.40-9 %description netsniff-ng is a high performance Linux network sniffer for packet inspection. @@ -51,6 +54,10 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" %{_mandir}/man8/* %changelog +* Tue Jul 1 2014 Jaroslav Škarvada - 0.5.8-4 +- Added obsoletes/provides for integrated mausezahn + Resolves: rhbz#1111779 + * Sat Jun 07 2014 Fedora Release Engineering - 0.5.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild