--- rpms/phpPgAdmin/contribs10/phpPgAdmin.spec 2022/12/27 04:57:24 1.1 +++ rpms/phpPgAdmin/contribs10/phpPgAdmin.spec 2022/12/27 05:01:14 1.2 @@ -3,15 +3,15 @@ Summary: Web-based PostgreSQL administration Name: phpPgAdmin Version: 7.13.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and (LGPLv2+ or BSD) and ASL 2.0 and MIT URL: https://github.com/%{sname}/%{sname} Source0: https://github.com/%{sname}/%{sname}/releases/download/REL_7-13-0/%{name}-%{version}.tar.bz2 Source1: %{name}.conf -Requires: php >= 7.2, gawk -Requires: php-pgsql >= 7.2, httpd +Requires: php72-php , php74-php , gawk +Requires: php72-php-pgsql , php74-php-pgsql , httpd Requires(post): systemd Requires(postun): systemd BuildArch: noarch @@ -46,10 +46,10 @@ functions (stored procedures). It also h %{__ln_s} %{_sysconfdir}/%{name}/config.inc.php-dist %{buildroot}/%{_phppgadmindir}/conf/config.inc.php-dist %post -/usr/bin/systemctl reload httpd.service +#/usr/bin/systemctl reload httpd.service %postun -/usr/bin/systemctl reload httpd.service +#/usr/bin/systemctl reload httpd.service %files %doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS @@ -78,6 +78,10 @@ functions (stored procedures). It also h %attr(755,root,root) %{_phppgadmindir}/lang/synch %changelog +* Mon Dec 26 2022 Jean-Philippe Pialasse 7.13.0-2.sme +- use php74 scl for SME +- remove post and postun + * Mon Nov 9 2020 Devrim Gündüz - 7.13.0-1 - Update to 7.13.0