remove requirements for apache and apache-mod_php [release 5.1.1-2mamba;Sun Aug 29 2021]
This commit is contained in:
parent
54423199b6
commit
7d8a27fb63
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: %{?sitename:%sitename-}phpmyadmin
|
Name: %{?sitename:%sitename-}phpmyadmin
|
||||||
Version: 5.1.1
|
Version: 5.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: MySQL administration tool
|
Summary: MySQL administration tool
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -40,8 +40,8 @@ BuildArch: noarch
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: apache
|
BuildRequires: apache
|
||||||
Requires: apache-mod_php >= 4.3
|
#Requires: apache-mod_php >= 4.3
|
||||||
Requires: php-mysqli
|
#Requires: php-mysqli
|
||||||
#Requires: mysql >= 5.5
|
#Requires: mysql >= 5.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -170,14 +170,14 @@ if [ $1 -eq 1 ]; then
|
|||||||
sed -i "s|\(\$cfg\['blowfish_secret'\] = \)''|\1'$password'|" %{installdir}/config.inc.php
|
sed -i "s|\(\$cfg\['blowfish_secret'\] = \)''|\1'$password'|" %{installdir}/config.inc.php
|
||||||
fi
|
fi
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
/usr/sbin/apachectl graceful
|
[ -e /usr/sbin/apachectl ] && /usr/sbin/apachectl graceful
|
||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
# uninstall
|
# uninstall
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
/usr/sbin/apachectl graceful
|
[ -e /usr/sbin/apachectl ] && /usr/sbin/apachectl graceful
|
||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
@ -217,6 +217,9 @@ rm -f .core .themes
|
|||||||
# scripts/*.sql
|
# scripts/*.sql
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.1-2mamba
|
||||||
|
- remove requirements for apache and apache-mod_php
|
||||||
|
|
||||||
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user