--- rpms/phpki-ng/contribs10/phpki-ng.spec 2021/03/07 19:16:18 1.2 +++ rpms/phpki-ng/contribs10/phpki-ng.spec 2021/03/08 13:37:51 1.3 @@ -4,7 +4,7 @@ %define name phpki-ng %define version 0.84 -%define release 2 +%define release 3 Summary: Phpki is a simple certificate management suite Name: %{name} Version: %{version} @@ -15,6 +15,7 @@ Group: SMEserver/addon #wget http://www.fooweb.com/downloads/foo-3.6.431.tar.gz Source: %{name}-%{version}.tar.gz Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch +Patch2: phpki-ng-0.84-fix-pregmatch-revoke-certs.patch BuildArch: noarch BuildRoot: /var/tmp/%{name}-%{version} @@ -37,6 +38,12 @@ With it, you may create and centrally ma e-mail clients, SSL servers, and VPN applications. %changelog +* Mon Mar 08 2021 John Crisp 0.84-3.sme +- Fix Typo in certificate password [SME: 11435] +- Fix typos and preg_match issues [SME: 11436] +- Add Certificate ctreation notification [SME: 11437] +- Bit of file fomatting + * Wed Mar 07 2021 John Crisp 0.84-2.sme - Change version to 0.84 - Fix undefined constant errors [SME: 11397] @@ -150,6 +157,7 @@ e-mail clients, SSL servers, and VPN app %prep %setup -c -n %{name} %patch1 -p1 +%patch2 -p1 %build %{__mkdir_p} root/opt/phpki/html