From 92f8aa7b4d81c40a0818100a09ec06d13cda5504 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Feb 2022 09:08:28 +0100 Subject: always use bundled libraries --- phpMyAdmin.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 17bc623..d80a5e0 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -13,11 +13,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_datadir}/doc/%{name}-%{version}} # Switch from PHP system libraries to bundled ones -%if 0%{?fedora} -%bcond_without syslib -%else %bcond_with syslib -%endif # remirepo:1 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 @@ -36,7 +32,7 @@ Name: phpMyAdmin Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A web interface for MySQL and MariaDB # MIT (js/jquery/, js/jqplot, js/codemirror/, js/tracekit/) @@ -420,8 +416,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog -* Fri Feb 11 2022 Remi Collet - 5.1.3-1 +* Fri Feb 11 2022 Remi Collet - 5.1.3-2 - update to 5.1.3 (2022-02-10, security and bugfix release) +- always use bundled libraries * Sun Jan 23 2022 Remi Collet - 5.1.2-1 - update to 5.1.2 (2022-01-22, security and bugfix release) -- cgit