SHA256
1
0
forked from pool/phpMyAdmin

Accepting request 1084972 from home:computersalat:devel:php

fix deps, update apache conf

OBS-URL: https://build.opensuse.org/request/show/1084972
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=381
This commit is contained in:
Christian Wittmer
2023-05-05 08:37:52 +00:00
committed by Git OBS Bridge
parent f72c5e8e04
commit e824729c65
4 changed files with 17 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ Source100: %{name}-rpmlintrc
Patch0: %{name}-config.patch
# Fix-SUSE: auto config for pma storage
Patch1: %{name}-pma.patch
BuildArch: noarch
BuildRequires: apache-rpm-macros
BuildRequires: fdupes
#
@@ -57,7 +58,6 @@ Requires: php-openssl
Requires: php-session
Recommends: php-curl
Recommends: php-zip
BuildArch: noarch
%description
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a
@@ -105,7 +105,7 @@ Requires(post): %{_sbindir}/a2enmod
Requires(post): %{_sbindir}/a2enflag
Requires(post): php
Requires(postun):%{_sbindir}/a2enflag
Recommends: mod_php_any >= 7.4
Requires: mod_php_any >= 7.4
Supplements: packageand(apache2:%name)
%description apache