* Thu Nov 06 2025 Brian Read <brianr@koozali.org> 0.1.8-9.sme

- Make sure rpm has .el8.sme in name [SME: 13275]
This commit is contained in:
2025-11-06 15:09:31 +00:00
parent 406a8b7fd7
commit 5359a2768c

View File

@@ -1,7 +1,9 @@
Summary: Expire and archive user accounts
Name: smeserver-expire-accounts
Version: 0.1.8
Release: 8
% define version: 0.1.8
% define release: 9
Version: %{version}
Release: %{release}%{?dist}%{?dist}
License: MIT
Group: Applications/System
Source: %{name}-%{version}.tar.xz
@@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%preun
%changelog
* Thu Nov 06 2025 Brian Read <brianr@koozali.org> 0.1.8-9.sme
- Make sure rpm has .el8.sme in name [SME: 13275]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.1.8-8.sme
- Fix e-smith references in smeserver-expire-accounts [SME: 12732]