diff --git a/eggdrop.spec b/eggdrop.spec index bb45fdb..b21e4dd 100644 --- a/eggdrop.spec +++ b/eggdrop.spec @@ -1,7 +1,15 @@ +# Private libraries are not be exposed globally by RPM +%if 0%{?rhel}%{?fedora} > 4 +%{?filter_setup: +%filter_provides_in %{_libdir}/%{name}/.*\.so$ +%filter_setup +} +%endif + Summary: The world's most popular Open Source IRC bot Name: eggdrop Version: 1.6.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Communications URL: http://www.eggheads.org/ @@ -76,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man?/%{name}* %changelog +* Sun Jan 08 2012 Robert Scheck 1.6.21-2 +- Private libraries are not be exposed globally by RPM + * Sun Jan 08 2012 Robert Scheck 1.6.21-1 - Upgrade to 1.6.21 (#771492)