Accepting request 843255 from home:hgraeber:branches:network
- Run spec-cleaner - Version 0.6.2 * Lowered priority of non-essential, protocol-related and internal log messages (#53). * Do not use PID in Netlink sockets in order to avoid issues with duplicated PIDs, e.g., when Docker is used. * Prevent exceptions due to invalid incoming messages. * HTTP server address family wrong when interface address is added (#62) * Fixed error when interface address is removed (#62) OBS-URL: https://build.opensuse.org/request/show/843255 OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=7
This commit is contained in:
parent
47c93cab1b
commit
5842229777
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:391a511ea9e8da062b94e686f93cfaed65fd9b93a557d36a81b1a548ba3c272b
|
||||
size 24912
|
3
wsdd-0.6.2.tar.xz
Normal file
3
wsdd-0.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4da5050a0bb8b117fcf2e7bf9fd6fe4d834cfb85f77566d6b7a504540787f4dd
|
||||
size 27654
|
17
wsdd.changes
17
wsdd.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 21 16:01:05 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 20 18:11:22 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
- Version 0.6.2
|
||||
* Lowered priority of non-essential, protocol-related and internal log
|
||||
messages (#53).
|
||||
* Do not use PID in Netlink sockets in order to avoid issues with duplicated
|
||||
PIDs, e.g., when Docker is used.
|
||||
* Prevent exceptions due to invalid incoming messages.
|
||||
* HTTP server address family wrong when interface address is added (#62)
|
||||
* Fixed error when interface address is removed (#62)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 13:41:40 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
|
22
wsdd.spec
22
wsdd.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wsdd
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,17 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: wsdd
|
||||
Version: 0.6.1
|
||||
Version: 0.6.2
|
||||
Release: 0
|
||||
Summary: A Web Service Discovery host daemon
|
||||
License: MIT
|
||||
Url: https://github.com/christgau/wsdd
|
||||
BuildArch: noarch
|
||||
URL: https://github.com/christgau/wsdd
|
||||
Source: https://github.com/christgau/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
|
||||
Source1: %{name}-init.sh
|
||||
Source2: %{name}.service.in
|
||||
@ -30,11 +29,12 @@ Source3: %{name}.xml
|
||||
Source4: sysconfig.%{name}
|
||||
Source5: %{name}.conf
|
||||
Patch1: %{name}-shebang.patch
|
||||
BuildRequires: python3
|
||||
BuildRequires: firewall-macros
|
||||
BuildRequires: python3
|
||||
Requires: sysconfig
|
||||
Supplements: samba
|
||||
Supplements: samba-ad-dc
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts,
|
||||
@ -61,9 +61,9 @@ install -m 644 -D %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.wsdd
|
||||
install -m 755 -d %{buildroot}%{_sbindir}
|
||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d/
|
||||
install -m 644 %{SOURCE5} %{buildroot}/usr/lib/tmpfiles.d/
|
||||
install -m 644 %{SOURCE5} %{buildroot}%{_prefix}/lib/tmpfiles.d/
|
||||
mkdir -p %{buildroot}/run/wsdd
|
||||
mkdir -p %{buildroot}/var/lib/wsdd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/wsdd
|
||||
|
||||
%pre
|
||||
getent group wsdd >/dev/null || %{_sbindir}/groupadd -r wsdd
|
||||
@ -71,9 +71,9 @@ getent passwd wsdd >/dev/null || %{_sbindir}/useradd -r -g wsdd -c "User for wsd
|
||||
%service_add_pre wsdd.service
|
||||
|
||||
%post
|
||||
%{fillup_only}
|
||||
%fillup_only
|
||||
%service_add_post wsdd.service
|
||||
%tmpfiles_create /usr/lib/tmpfiles.d/wsdd.conf
|
||||
%tmpfiles_create %{_prefix}/lib/tmpfiles.d/wsdd.conf
|
||||
%firewalld_reload
|
||||
|
||||
%preun
|
||||
@ -86,7 +86,7 @@ getent passwd wsdd >/dev/null || %{_sbindir}/useradd -r -g wsdd -c "User for wsd
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_sbindir}/%{name}
|
||||
%{_mandir}/man1/wsdd.1.gz
|
||||
%{_mandir}/man1/wsdd.1%{?ext_man}
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_unitdir}/wsdd.service
|
||||
%dir %{_libexecdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user