From b8d3e35160501e9737ed3692f73950414fb6f7e9 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 17 Apr 2024 13:29:39 +0200 Subject: [PATCH] Use firewalld configuration files from upstream Resolves: RHEL-35671 --- sources | 2 -- wsdd.spec | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sources b/sources index d27aefc..d171d39 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (wsdd.xml) = 36def332798589dde0a5c514f64812f888208e18b8ccd163f1e1ab80fd81838c9b6c900f5e4d1a45ace571b1effa16182ad8116c7bdd836a4c8cf36f49bd863e -SHA512 (wsdd-http.xml) = 6238be4d37eaeb412ce87f67cd6fa19af3a3dea25c1a23537eff6955eaf7bcce399a13d845107b65a3c4bb0bc89d4bf372570742aa5ed0b2f7ecfd0598c1a23e SHA512 (wsdd-0.8.tar.gz) = e3e5164f9ebe39c979456169bf1b0c6c4cd974792f08fa4dfab9c313fba88ae1208a8112db09c3655719b4e26bfc2616f844f17d2a245132c2f5b22e978e3c20 diff --git a/wsdd.spec b/wsdd.spec index 10f7646..2f5a7c1 100644 --- a/wsdd.spec +++ b/wsdd.spec @@ -5,8 +5,6 @@ Summary: Web Services Dynamic Discovery host daemon License: MIT URL: https://github.com/christgau/wsdd Source0: https://github.com/christgau/wsdd/archive/v%{version}/wsdd-%{version}.tar.gz -Source1: wsdd.xml -Source2: wsdd-http.xml Patch: Modify-systemd-service-for-Fedora.patch @@ -26,8 +24,8 @@ like Windows. %install -install -pDm644 %{S:1} %{buildroot}%{_usr}/lib/firewalld/services/wsdd.xml -install -pDm644 %{S:2} %{buildroot}%{_usr}/lib/firewalld/services/wsdd-http.xml +install -pDm644 etc/firewalld/services/wsdd.xml %{buildroot}%{_usr}/lib/firewalld/services/wsdd.xml +install -pDm644 etc/firewalld/services/wsdd-http.xml %{buildroot}%{_usr}/lib/firewalld/services/wsdd-http.xml install -pDm644 etc/systemd/wsdd.defaults %{buildroot}%{_sysconfdir}/sysconfig/wsdd install -pDm644 etc/systemd/wsdd.service %{buildroot}%{_unitdir}/wsdd.service install -pDm644 man/wsdd.8 %{buildroot}%{_mandir}/man8/wsdd.8