From df0254ae92fad6f2765ce54b2bb15efc4b6b2e89 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Aug 01 2014 17:41:10 +0000 Subject: Disable the S3 plugin (rhbz#1125850). --- diff --git a/ikiwiki.spec b/ikiwiki.spec index 35633d4..840499c 100644 --- a/ikiwiki.spec +++ b/ikiwiki.spec @@ -1,6 +1,6 @@ Name: ikiwiki Version: 3.20140613 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A wiki compiler Group: Applications/Internet @@ -72,6 +72,10 @@ cat << \EOF > README.fedora See http://ikiwiki.info/w3mmode/ for more information. EOF +# disable the S3 plugin for now, as perl-Net-Amazon-S3 is not +# available on epel6 (rhbz#1125850) +mv IkiWiki/Plugin/amazon_s3.pm{,.disabled} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} @@ -135,6 +139,9 @@ meta-wrapper in this package. %changelog +* Fri Aug 1 2014 Thomas Moschny - 3.20140613-2 +- Disable the S3 plugin (rhbz#1125850). + * Fri Jun 27 2014 Thomas Moschny - 3.20140613-1 - Update to 3.20140613-1.