Compare commits

..

2 Commits

Author SHA1 Message Date
eabba7a5be Update README with specific Bugzilla links 2024-10-27 15:50:34 +00:00
Trevor Batley
2b88abb956 fix-e-smith-pkg script (#12732) 2024-09-08 17:54:30 +10:00
2 changed files with 16 additions and 6 deletions

View File

@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-phpki-ng smecontribs
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-phpki-ng&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
Show list of outstanding bugs:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description

View File

@ -4,7 +4,7 @@
Name: smeserver-phpki-ng
Version: 0.3
Release: 23%{?dist}
Release: 24%{?dist}
Summary: php integration into SME server
Group: Applications/System
@ -19,15 +19,15 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
Requires: mod_auth_tkt
Requires: openvpn
Requires: e-smith-base
Requires: smeserver-base
Requires: phpki-ng >= 0.84-14
Requires: php-process
Requires: e-smith-manager >= 2.6.0-22
Requires: e-smith-apache >= 2.6.0-19
Requires: smeserver-manager >= 2.6.0-22
Requires: smeserver-apache >= 2.6.0-19
Requires: smeserver-php >= 3.0.0-44
Provides: smeserver-phpki
#Obsoletes: smeserver-phpki
@ -40,6 +40,9 @@ This package contains specific configuration for SME server
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.3-24.sme
- Fix e-smith references in smeserver-phpki-ng [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-23.sme
- Roll up patches and move to git repo [SME: 12338]