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

This commit is contained in:
Trevor Batley 2024-09-08 17:41:43 +10:00
parent 4e37dd65ac
commit 2cd246017d

View File

@ -4,7 +4,7 @@
%define realname smeserver-awstats %define realname smeserver-awstats
%define version 1.4 %define version 1.4
%define release 11 %define release 12
Summary: SME Server integration rpm for awstats Summary: SME Server integration rpm for awstats
Name: %{realname} Name: %{realname}
@ -16,8 +16,8 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: /var/tmp/%{name}-%{version}
URL: https://wiki.koozali.org/AWStats URL: https://wiki.koozali.org/AWStats
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
Requires: e-smith-release >= 10 Requires: smeserver-release >= 10
Requires: awstats >= 6.5 Requires: awstats >= 6.5
Requires: perl(POSIX) Requires: perl(POSIX)
AutoReqProv: no AutoReqProv: no
@ -26,6 +26,9 @@ AutoReqProv: no
SME Server integration rpm for awstats. SME Server integration rpm for awstats.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.4-12.sme
- Fix e-smith references in smeserver-awstats [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.4-11.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.4-11.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]