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

This commit is contained in:
Trevor Batley 2024-09-08 17:43:00 +10:00
parent 2a65881e10
commit 862b2c91e7

View File

@ -1,5 +1,5 @@
%define version 0.1.0 %define version 0.1.0
%define release 5 %define release 6
%define name smeserver-clamav-unofficial-sigs %define name smeserver-clamav-unofficial-sigs
@ -13,7 +13,7 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: clamav-unofficial-sigs Requires: clamav-unofficial-sigs
Requires: smeserver-clamav Requires: smeserver-clamav
@ -22,6 +22,9 @@ Requires: smeserver-clamav
Configure unofficial ClamAV signatures on SME Server Configure unofficial ClamAV signatures on SME Server
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.1.0-6.sme
- Fix e-smith references in smeserver-clamav-unofficial-sigs [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1.0-5.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1.0-5.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]