fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:52:18 +10:00
parent d43eb82491
commit 2a231f871a

View File

@ -4,7 +4,7 @@
%define name smeserver-mod_python %define name smeserver-mod_python
%define version 0.3 %define version 0.3
%define release 6 %define release 7
Summary: SME Server mod_python implementation Summary: SME Server mod_python implementation
Name: %{name} Name: %{name}
@ -15,7 +15,7 @@ Group: Applications/Internet
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: smeserver-release >= 9 Requires: smeserver-release >= 9
Requires: httpd >= 2 Requires: httpd >= 2
Requires: mod_python Requires: mod_python
@ -25,6 +25,9 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Implementation of mod_python for SME Server 9. Implementation of mod_python for SME Server 9.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.3-7.sme
- Fix e-smith references in smeserver-mod_python [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-6.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-6.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]