4 |
|
|
5 |
%define name phpki-ng |
%define name phpki-ng |
6 |
%define version 0.84 |
%define version 0.84 |
7 |
%define release 3 |
%define release 4 |
8 |
Summary: Phpki is a simple certificate management suite |
Summary: Phpki is a simple certificate management suite |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
16 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
17 |
Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch |
Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch |
18 |
Patch2: phpki-ng-0.84-fix-pregmatch-revoke-certs.patch |
Patch2: phpki-ng-0.84-fix-pregmatch-revoke-certs.patch |
19 |
|
Patch3: phpki-ng-0.84-fix-crl.patch |
20 |
|
|
21 |
BuildArch: noarch |
BuildArch: noarch |
22 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
39 |
e-mail clients, SSL servers, and VPN applications. |
e-mail clients, SSL servers, and VPN applications. |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Mon Mar 08 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-4.sme |
43 |
|
- Fix crl creation [SME: 11141] |
44 |
|
- Extra notes in setup page |
45 |
|
|
46 |
* Mon Mar 08 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-3.sme |
* Mon Mar 08 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-3.sme |
47 |
- Fix Typo in certificate password [SME: 11435] |
- Fix Typo in certificate password [SME: 11435] |
48 |
- Fix typos and preg_match issues [SME: 11436] |
- Fix typos and preg_match issues [SME: 11436] |
49 |
- Add Certificate ctreation notification [SME: 11437] |
- Add Certificate creation notification [SME: 11437] |
50 |
- Bit of file fomatting |
- Bit of file formatting |
51 |
|
|
52 |
* Wed Mar 07 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-2.sme |
* Wed Mar 03 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-2.sme |
53 |
- Change version to 0.84 |
- Change version to 0.84 |
54 |
- Fix undefined constant errors [SME: 11397] |
- Fix undefined constant errors [SME: 11397] |
55 |
- fix tempdir [SME: 11398] |
- fix tempdir [SME: 11398] |
163 |
%setup -c -n %{name} |
%setup -c -n %{name} |
164 |
%patch1 -p1 |
%patch1 -p1 |
165 |
%patch2 -p1 |
%patch2 -p1 |
166 |
|
%patch3 -p1 |
167 |
|
|
168 |
%build |
%build |
169 |
%{__mkdir_p} root/opt/phpki/html |
%{__mkdir_p} root/opt/phpki/html |