From 5842229777916e13221c25965131570626e1ad127d21271b21be911b9e4391be Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Wed, 21 Oct 2020 16:11:02 +0000 Subject: [PATCH] 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 --- wsdd-0.6.1.tar.xz | 3 --- wsdd-0.6.2.tar.xz | 3 +++ wsdd.changes | 17 +++++++++++++++++ wsdd.spec | 42 +++++++++++++++++++++--------------------- 4 files changed, 41 insertions(+), 24 deletions(-) delete mode 100644 wsdd-0.6.1.tar.xz create mode 100644 wsdd-0.6.2.tar.xz diff --git a/wsdd-0.6.1.tar.xz b/wsdd-0.6.1.tar.xz deleted file mode 100644 index 143e7d5..0000000 --- a/wsdd-0.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:391a511ea9e8da062b94e686f93cfaed65fd9b93a557d36a81b1a548ba3c272b -size 24912 diff --git a/wsdd-0.6.2.tar.xz b/wsdd-0.6.2.tar.xz new file mode 100644 index 0000000..942672b --- /dev/null +++ b/wsdd-0.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da5050a0bb8b117fcf2e7bf9fd6fe4d834cfb85f77566d6b7a504540787f4dd +size 27654 diff --git a/wsdd.changes b/wsdd.changes index 18999dc..bef4590 100644 --- a/wsdd.changes +++ b/wsdd.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Oct 21 16:01:05 UTC 2020 - Herbert Graeber + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Oct 20 18:11:22 UTC 2020 - Herbert Graeber + +- 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 diff --git a/wsdd.spec b/wsdd.spec index 50de190..15dd67e 100644 --- a/wsdd.spec +++ b/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,29 +12,29 @@ # 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 +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 -Source3: %{name}.xml -Source4: sysconfig.%{name} -Source5: %{name}.conf -Patch1: %{name}-shebang.patch -BuildRequires: python3 +Source1: %{name}-init.sh +Source2: %{name}.service.in +Source3: %{name}.xml +Source4: sysconfig.%{name} +Source5: %{name}.conf +Patch1: %{name}-shebang.patch BuildRequires: firewall-macros -Requires: sysconfig -Supplements: samba -Supplements: samba-ad-dc +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}