1 |
%define name smeserver-wsdd |
%define name smeserver-wsdd |
2 |
%define version 0.2 |
%define version 0.2 |
3 |
%define release 3 |
%define release 5 |
4 |
Summary: Plugin to enable wsdd |
Summary: Plugin to enable wsdd |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
18 |
|
|
19 |
Patch0: smeserver-wsdd-0.2-Add-in-systemd-startup-in-createlinks.patch |
Patch0: smeserver-wsdd-0.2-Add-in-systemd-startup-in-createlinks.patch |
20 |
Patch1: smeserver-wsdd-0.2-Change-WantedBy-to-smeserver.patch |
Patch1: smeserver-wsdd-0.2-Change-WantedBy-to-smeserver.patch |
21 |
|
Patch2: smeserver-wsdd-0.2-bz11059-update-masq.patch |
22 |
|
Patch3: smeserver-wsdd-0.2-bz11209-improveUpdateEvent.patch |
23 |
|
|
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
27 |
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. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.2-5.sme |
31 |
|
- improve update event to restart service and expand all necessary elements [SME: 11209] |
32 |
|
|
33 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-4.sme |
34 |
|
- Fix masq template for iptables [SME: 11209] |
35 |
|
|
36 |
* Sun Nov 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-3.sme |
* Sun Nov 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-3.sme |
37 |
- Fix systemd params - WantedBy [SME: 11209] |
- Fix systemd params - WantedBy [SME: 11209] |
38 |
|
|
51 |
%setup |
%setup |
52 |
%patch0 -p1 |
%patch0 -p1 |
53 |
%patch1 -p1 |
%patch1 -p1 |
54 |
|
%patch2 -p1 |
55 |
|
%patch3 -p1 |
56 |
|
|
57 |
%build |
%build |
58 |
perl createlinks |
perl createlinks |