diff --git a/glpi.spec b/glpi.spec index 3fa10bf..877122a 100644 --- a/glpi.spec +++ b/glpi.spec @@ -5,7 +5,7 @@ Version: 0.83.9.1 %if 0%{?svnrelease} Release: 4.svn%{svnrelease}%{?dist} %else -Release: 2%{?dist} +Release: 3%{?dist} %endif Summary: Free IT asset management software Summary(fr): Gestion Libre de Parc Informatique @@ -86,6 +86,9 @@ techniciens grâce à une maintenance plus cohérente. %patch0 -p0 find . -name \*.orig -exec rm {} \; -print +# Drop bundled Flash files +find lib -name \*.swf -exec rm {} \; -print + # Use system lib rm -rf lib/cache_lite rm -rf lib/phpmailer @@ -251,6 +254,9 @@ fi %changelog +* Fri Aug 23 2013 Remi Collet - 0.83.9.1-3 +- drop bundled Flash files files, #1000251 + * Sat Jul 27 2013 Jóhann B. Guðmundsson - 0.83.9.1-2 - Add a missing requirement on crontabs to spec file