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

This commit is contained in:
Trevor Batley 2024-09-08 17:51:42 +10:00
parent 229c5d2f52
commit d86e9b3a80

View File

@ -4,7 +4,7 @@
%define name smeserver-mod_dav %define name smeserver-mod_dav
%define version 1.1 %define version 1.1
%define release 9 %define release 10
Summary: SME Server mod_dav implementation Summary: SME Server mod_dav implementation
Name: %{name} Name: %{name}
@ -16,15 +16,18 @@ Source: %{name}-%{version}.tar.xz
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: smeserver-release >= 10 Requires: smeserver-release >= 10
Requires: httpd >= 2.4.6 Requires: httpd >= 2.4.6
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
%description %description
Implementation of mod_dav for SME Server 7. Implementation of mod_dav for SME Server 7.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.1-10.sme
- Fix e-smith references in smeserver-mod_dav [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.1-9.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.1-9.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]