diff --git a/perl-ExtUtils-MakeMaker.changes b/perl-ExtUtils-MakeMaker.changes index 372a744..317c104 100644 --- a/perl-ExtUtils-MakeMaker.changes +++ b/perl-ExtUtils-MakeMaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 26 07:49:38 UTC 2010 - pascal.bleser@opensuse.org + +- exclude instmodsh, as it conflicts with Perl itself + ------------------------------------------------------------------- Fri Dec 18 12:39:11 UTC 2009 - jw@novell.com diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index d0df638..71d138f 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -50,10 +50,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc Changes README -%doc %{_mandir}/man?/* +%doc %{_mandir}/man3/*.3%{ext_man} %{perl_vendorlib}/ExtUtils %{perl_vendorarch}/auto/ExtUtils /var/adm/perl-modules/%{name} -/usr/bin/instmodsh +%exclude /usr/bin/instmodsh +%exclude %{_mandir}/man1/instmodsh.1%{ext_man} %changelog