From 626778960e1d7c1a1e6f159cadf5af0918196670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 25 Jul 2011 12:32:38 +0200 Subject: [PATCH] add new filter --- perl-HTTP-Negotiate.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-HTTP-Negotiate.spec b/perl-HTTP-Negotiate.spec index b595309..2e8cab2 100644 --- a/perl-HTTP-Negotiate.spec +++ b/perl-HTTP-Negotiate.spec @@ -1,6 +1,6 @@ Name: perl-HTTP-Negotiate Version: 6.00 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Choose a variant to serve License: GPL+ or Artistic Group: Development/Libraries @@ -21,6 +21,8 @@ Conflicts: perl-libwww-perl < 6 %filter_from_requires /^perl(HTTP::Headers)\s*$/d %filter_setup +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Headers\\)$ + %description This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter @@ -51,6 +53,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jun 25 2011 Marcela Mašláňová - 6.00-3 +- add new filter + * Tue Jun 21 2011 Marcela Mašláňová - 6.00-2 - Perl mass rebuild