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

This commit is contained in:
Trevor Batley 2024-09-08 18:01:33 +10:00
parent 475a737c81
commit c5eb2ea514

View File

@ -1,6 +1,6 @@
%define name smeserver-wsdd %define name smeserver-wsdd
%define version 0.2 %define version 0.2
%define release 6 %define release 7
Summary: Plugin to enable wsdd Summary: Plugin to enable wsdd
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -11,8 +11,8 @@ Group: SMEserver/addon
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: /var/tmp/%{name}-%{version}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 10.0
Requires: python3 Requires: python3
Requires: wsdd >= 0.6 Requires: wsdd >= 0.6
@ -23,6 +23,9 @@ AutoReqProv: no
wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows. wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.2-7.sme
- Fix e-smith references in smeserver-wsdd [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2-6.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2-6.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]