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

This commit is contained in:
Trevor Batley 2024-09-08 17:41:15 +10:00
parent d6803694bc
commit bff0e13f75

View File

@ -1,12 +1,12 @@
Name: smeserver-autodiscover Name: smeserver-autodiscover
Version: 1.0.0 Version: 1.0.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Koozali SME Server autodiscovery Summary: Koozali SME Server autodiscovery
License: GPL License: GPL
URL: https://wiki.koozali.org/Autodiscover URL: https://wiki.koozali.org/Autodiscover
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
%description %description
Koozali SME Server autodiscovery Koozali SME Server autodiscovery
@ -35,6 +35,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.0.0-2.sme
- Fix e-smith references in smeserver-autodiscover [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.0.0-1.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.0.0-1.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]