File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ --- wsdd.spec 2024-12-05 21:16:08.737201425 +0800
2
+ +++ wsdd.spec.new 2024-12-05 21:25:50.388611996 +0800
3
+ @@ -10,6 +10,7 @@
4
+
5
+ BuildArch: noarch
6
+ BuildRequires: systemd
7
+ + Requires: (%{name}-firewalld%{?_isa} = %{version}-%{release} if firewalld)
8
+ Requires(pre): shadow-utils
9
+
10
+
11
+ @@ -19,6 +20,15 @@
12
+ like Windows.
13
+
14
+
15
+ + %package firewalld
16
+ + Summary: Web Services Dynamic Discovery host daemon firewalld rules
17
+ + Requires: %{name}%{?_isa} = %{version}-%{release}
18
+ + Requires: firewalld%{?_isa}
19
+ +
20
+ + %description firewalld
21
+ + Web Services Dynamic Discovery host daemon firewalld rules
22
+ +
23
+ +
24
+ %prep
25
+ %autosetup -p1
26
+
27
+ @@ -50,14 +60,15 @@
28
+
29
+ %files
30
+ %{_unitdir}/wsdd.service
31
+ - %{_usr}/lib/firewalld/services/wsdd.xml
32
+ - %{_usr}/lib/firewalld/services/wsdd-http.xml
33
+ %config(noreplace) %{_sysconfdir}/sysconfig/wsdd
34
+ %{_bindir}/wsdd
35
+ %{_mandir}/man8/wsdd.8*
36
+ %license LICENSE
37
+ %doc AUTHORS README.md
38
+
39
+ + %files firewalld
40
+ + %{_usr}/lib/firewalld/services/wsdd.xml
41
+ + %{_usr}/lib/firewalld/services/wsdd-http.xml
42
+
43
+ %changelog
44
+ * Sat Jul 20 2024 Fedora Release Engineering <
[email protected] > - 0.8-2
You can’t perform that action at this time.
0 commit comments