summaryrefslogtreecommitdiffstats
path: root/phpMyAdmin.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-26 16:20:01 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-26 16:20:01 +0100
commitad1604bc1768f3761fcdffea76f8b3e515e4a03e (patch)
tree218a65dba8dc30f72fc510f038546f492b253f4c /phpMyAdmin.spec
parent5fa2053c6d069042358fbfddd9ceb3e5f7ddd073 (diff)
phpMyAdmin: add patch from pr#12741
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r--phpMyAdmin.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
index fea80f3..2e3cb6c 100644
--- a/phpMyAdmin.spec
+++ b/phpMyAdmin.spec
@@ -37,6 +37,8 @@ Source1: https://files.phpmyadmin.net/%{name}/%{version}%{?prever:-%prever}/%{na
Source2: phpMyAdmin.htaccess
Source3: phpMyAdmin.nginx
+Patch0: %{name}-pr12741.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: unzip
@@ -96,6 +98,8 @@ is available in 50 languages
%prep
%setup -qn phpMyAdmin-%{version}%{?prever:-%prever}-all-languages
+%patch0 -p1
+
# Fix links on home page to match allowed domains
# see https://github.com/phpmyadmin/phpmyadmin/pull/1291
sed -e 's/www.phpmyadmin.net/www.phpMyAdmin.net/' \
@@ -228,6 +232,8 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \
%changelog
* Sat Nov 26 2016 Remi Collet <remi@remirepo.net> 4.6.5.1-1
- update to 4.6.5.1 (2016-11-26, bug fixes)
+- add patch to fix broken links on home page,
+ open https://github.com/phpmyadmin/phpmyadmin/pull/12741
* Fri Nov 25 2016 Remi Collet <remi@remirepo.net> 4.6.5-1
- update to 4.6.5 (2016-11-25, security and bug fixes)