From 327fa836c533ff4e9f9a9b0fcc72d97ed6363267 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 1 Aug 2008 13:03:49 +0000 Subject: [PATCH] - Supress warning about nonexistent file in perl-XML-SAX install trigger --- perl-XML-LibXML.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 8c97542..cc9ab9d 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-LibXML Version: 1.66 -Release: 1%{?dist} +Release: 2%{?dist} # Epoch set when version went from 1.62001 to 1.65 Epoch: 1 Summary: Perl interface to the libxml2 library @@ -55,7 +55,8 @@ rm -rf $RPM_BUILD_ROOT %triggerin -- perl-XML-SAX for p in XML::LibXML::SAX::Parser XML::LibXML::SAX ; do - perl -MXML::SAX -e "XML::SAX->add_parser(q($p))->save_parsers()" || : + perl -MXML::SAX -e "XML::SAX->add_parser(q($p))->save_parsers()" \ + 2>/dev/null || : done %preun @@ -74,6 +75,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Fri Aug 01 2008 Lubomir Rintel - 1:1.66-2 +- Supress warning about nonexistent file in perl-XML-SAX install trigger + * Mon Jun 23 2008 Marcela Maslanova - 1:1.66-1 - upgrade to 1.66