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

This commit is contained in:
Trevor Batley 2024-09-08 17:56:39 +10:00
parent c96003b34c
commit 03fa3c7ac2

View File

@ -1,6 +1,6 @@
%define name smeserver-radicale %define name smeserver-radicale
%define version 0.0.3 %define version 0.0.3
%define release 6 %define release 7
Summary: smserver rpm to setup radicale, a carddav and caldav client Summary: smserver rpm to setup radicale, a carddav and caldav client
Name: %{name} Name: %{name}
@ -14,8 +14,8 @@ Group: SMEserver/addon
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix} Prefix: %{_prefix}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 10.0
Requires: python36-pip Requires: python36-pip
AutoReqProv: no AutoReqProv: no
@ -23,6 +23,9 @@ AutoReqProv: no
smserver rpm to setup the roundcube IMAP mail client. smserver rpm to setup the roundcube IMAP mail client.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.0.3-7.sme
- Fix e-smith references in smeserver-radicale [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.0.3-6.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.0.3-6.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]