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

This commit is contained in:
Trevor Batley 2024-09-08 16:51:02 +10:00
parent 6fe7d0eb87
commit 88f17603f1

View File

@ -4,7 +4,7 @@
%define name smeserver-password %define name smeserver-password
%define version 1.2.0 %define version 1.2.0
%define release 16 %define release 17
Summary: SME Server password panel Summary: SME Server password panel
Name: %{name} Name: %{name}
@ -16,13 +16,16 @@ 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: e-smith-formmagick >= 1.4.0-12 Requires: smeserver-formmagick >= 1.4.0-12
%description %description
Smeserver addon panel to change password strength and password ageing Smeserver addon panel to change password strength and password ageing
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2.0-17.sme
- Fix e-smith references in smeserver-password [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2.0-16.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2.0-16.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]