mooninite pushed to mediawiki (f21). "Less restrictive requires on webserver and php engine (rhbz#1223712)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 14:22:08 UTC 2015


From 58dbe6d7df0a43253a7a5f7ea2e7fa0cb06d2a69 Mon Sep 17 00:00:00 2001
From: Michael Cronenworth <mike at cchtml.com>
Date: Thu, 21 May 2015 09:12:15 -0500
Subject: Less restrictive requires on webserver and php engine (rhbz#1223712)


diff --git a/mediawiki.spec b/mediawiki.spec
index 2f8bb85..33a1fa2 100644
--- a/mediawiki.spec
+++ b/mediawiki.spec
@@ -1,7 +1,7 @@
 Summary: A wiki engine
 Name: mediawiki
 Version: 1.24.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://www.mediawiki.org/
 Source0: http://download.wikimedia.org/mediawiki/1.24/mediawiki-%{version}.tar.gz
@@ -11,9 +11,12 @@ Source3: mw-createinstance.in
 Source4: mw-updateallinstances.in
 BuildArch: noarch
 
-Requires(pre): httpd
-Requires: php-common >= 5, php-xml, php-pecl-jsonc
-Requires: diffutils, ImageMagick, php-gd
+Requires: httpd-filesystem
+Requires: php(language) >= 5.3.2
+Requires: php-gd
+Requires: php-pecl-jsonc
+Requires: php-xml
+Requires: diffutils, ImageMagick
 
 Provides:  mediawiki-math = %{version}-%{release}
 Provides:  mediawiki-nomath = %{version}-%{release}
@@ -106,7 +109,8 @@ echo /var/www/wiki > %{buildroot}%{_sysconfdir}/mediawiki/instances
 
 
 %files
-%doc COPYING FAQ HISTORY README RELEASE-NOTES-1.24 UPGRADE CREDITS docs
+%doc FAQ HISTORY README RELEASE-NOTES-1.24 UPGRADE CREDITS docs
+%license COPYING
 %{_datadir}/mediawiki
 /var/www/wiki
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mediawiki.conf
@@ -117,6 +121,9 @@ echo /var/www/wiki > %{buildroot}%{_sysconfdir}/mediawiki/instances
 
 
 %changelog
+* Thu May 21 2015 Michael Cronenworth <mike at cchtml.com> - 1.24.2-2
+- Less restrictive requires on webserver and php engine (rhbz#1223712)
+
 * Wed Apr 01 2015 Michael Cronenworth <mike at cchtml.com> - 1.24.2-1
 - Update to 1.24.2
 - (bug T85848, bug T71210) SECURITY: Don't parse XMP blocks that contain XML entities, to prevent various DoS attacks.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mediawiki.git/commit/?h=f21&id=58dbe6d7df0a43253a7a5f7ea2e7fa0cb06d2a69


More information about the scm-commits mailing list