From a6a671648f108d13b945f93c375e2f1561f70ff1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:34:21 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wsdd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wsdd.spec b/wsdd.spec index 2f5a7c1..3f3f413 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -1,6 +1,6 @@ Name: wsdd Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd @@ -60,6 +60,9 @@ exit 0 %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Apr 17 2024 Ondrej Holy - 0.8.0-1 - Update to 0.8 From a9ac48eeec51392b9787e07b9c2f2f7d1c21eb99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:16:49 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wsdd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wsdd.spec b/wsdd.spec index 3f3f413..f86f6ab 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -1,6 +1,6 @@ Name: wsdd Version: 0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd @@ -60,6 +60,9 @@ exit 0 %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From fbb53707ba82ede5454a5f0b2411734f2346537a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Feb 2025 17:03:12 +0100 Subject: [PATCH 3/6] Add sysusers.d config file to allow rpm to create users/groups automatically See https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers. --- wsdd.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/wsdd.spec b/wsdd.spec index f86f6ab..6694e02 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -1,6 +1,6 @@ Name: wsdd Version: 0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd @@ -10,7 +10,6 @@ Patch: Modify-systemd-service-for-Fedora.patch BuildArch: noarch BuildRequires: systemd -Requires(pre): shadow-utils %description @@ -31,13 +30,14 @@ install -pDm644 etc/systemd/wsdd.service %{buildroot}%{_unitdir}/wsdd.service install -pDm644 man/wsdd.8 %{buildroot}%{_mandir}/man8/wsdd.8 install -pDm755 src/wsdd.py %{buildroot}%{_bindir}/wsdd +# Create a sysusers.d config file +cat >wsdd.sysusers.conf </dev/null || groupadd -r wsdd -getent passwd wsdd >/dev/null || \ - useradd -r -g wsdd -d / -s /sbin/nologin \ - -c "%{summary}" wsdd -exit 0 %post %systemd_post wsdd.service @@ -57,9 +57,13 @@ exit 0 %{_mandir}/man8/wsdd.8* %license LICENSE %doc AUTHORS README.md +%{_sysusersdir}/wsdd.conf %changelog +* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 0.8-4 +- Add sysusers.d config file to allow rpm to create users/groups automatically + * Sun Jan 19 2025 Fedora Release Engineering - 0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 91f766dea0c743c21ddf8e1ec15858165470670e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:33:15 +0000 Subject: [PATCH 4/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wsdd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wsdd.spec b/wsdd.spec index 6694e02..ad7fe51 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -1,6 +1,6 @@ Name: wsdd Version: 0.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd @@ -61,6 +61,9 @@ install -m0644 -D wsdd.sysusers.conf %{buildroot}%{_sysusersdir}/wsdd.conf %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 0.8-4 - Add sysusers.d config file to allow rpm to create users/groups automatically From 38910cc17736d499c2eadda406e272302f92ca0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:22:45 +0000 Subject: [PATCH 5/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wsdd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wsdd.spec b/wsdd.spec index ad7fe51..31e9f35 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -1,6 +1,6 @@ Name: wsdd Version: 0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd @@ -61,6 +61,9 @@ install -m0644 -D wsdd.sysusers.conf %{buildroot}%{_sysusersdir}/wsdd.conf %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From a370b0b4b53a110acde8f472fee73f09f65b6f9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:56:25 +0000 Subject: [PATCH 6/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wsdd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wsdd.spec b/wsdd.spec index 31e9f35..b843d1a 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -1,6 +1,6 @@ Name: wsdd Version: 0.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd @@ -61,6 +61,9 @@ install -m0644 -D wsdd.sysusers.conf %{buildroot}%{_sysusersdir}/wsdd.conf %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild