Added fix for https://bugzilla.redhat.com/show_bug.cgi?id=1858858
This commit is contained in:
parent
7c5a527c13
commit
c06c7484ff
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
/wsdd-0.5.tar.gz
|
||||
/wsdd-0.6.1.tar.gz
|
||||
/wsdd.service
|
||||
/wsdd.xml
|
||||
/wsdd-0.6.1.tar.gz
|
||||
/wsdd-http.xml
|
||||
/wsdd.sysconfig
|
||||
|
6
sources
6
sources
@ -1,3 +1,5 @@
|
||||
SHA512 (wsdd-0.6.1.tar.gz) = 62d7694972dbd571b5c5d9a2f1086bc0ba244896df237d6514b0a7cf814d11faec8299a1618e2da8550bcaee3feede3e2e057d3a1d2e7296947b09d6894ac2a2
|
||||
SHA512 (wsdd.service) = 48870632f10b706955306ce9a63f999c4689ec6b78d2519b469b42748041391b6f7ecd184852478e1be5cfdcb399cdc11ff792eb4bf26229f08c99ea63b4bca8
|
||||
SHA512 (wsdd.xml) = 7717ae6458556a4de252cbce0889fc8e1c85f780c0b0a42c528dbf695bc43776720291b0cd1a4965a4660699689c79b4255aef704a27b16683849521d418204f
|
||||
SHA512 (wsdd.service) = 2725f5a5396d747a752a6a01671819cf4bed30d27ba497f6fe568cf8b39408d8cd79ee89eefaa03248ad5d6ea69d593347f7dfebeaa667f1c0abff2c8f193fb7
|
||||
SHA512 (wsdd.xml) = 36def332798589dde0a5c514f64812f888208e18b8ccd163f1e1ab80fd81838c9b6c900f5e4d1a45ace571b1effa16182ad8116c7bdd836a4c8cf36f49bd863e
|
||||
SHA512 (wsdd-http.xml) = 6238be4d37eaeb412ce87f67cd6fa19af3a3dea25c1a23537eff6955eaf7bcce399a13d845107b65a3c4bb0bc89d4bf372570742aa5ed0b2f7ecfd0598c1a23e
|
||||
SHA512 (wsdd.sysconfig) = 12909698de7cd5972e721184dd7dcecf9bc4a25647e4516a7298666957c9b927e033517065c24ea350a9db72b3dc76fba6d260f16c1a5db4fee52daab04e3581
|
||||
|
11
wsdd.spec
11
wsdd.spec
@ -1,12 +1,14 @@
|
||||
Name: wsdd
|
||||
Version: 0.6.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
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.service
|
||||
Source2: wsdd.xml
|
||||
Source3: wsdd-http.xml
|
||||
Source4: wsdd.sysconfig
|
||||
BuildArch: noarch
|
||||
BuildRequires: systemd
|
||||
Requires(pre): shadow-utils
|
||||
@ -25,6 +27,8 @@ like Windows.
|
||||
%install
|
||||
install -pDm644 %{S:1} %{buildroot}%{_unitdir}/wsdd.service
|
||||
install -pDm644 %{S:2} %{buildroot}%{_usr}/lib/firewalld/services/wsdd.xml
|
||||
install -pDm644 %{S:3} %{buildroot}%{_usr}/lib/firewalld/services/wsdd-http.xml
|
||||
install -pDm644 %{S:4} %{buildroot}%{_sysconfdir}/sysconfig/wsdd
|
||||
install -pDm644 man/wsdd.1 %{buildroot}%{_mandir}/man1/wsdd.1
|
||||
install -pDm755 src/wsdd.py %{buildroot}%{_bindir}/wsdd
|
||||
|
||||
@ -48,6 +52,8 @@ exit 0
|
||||
%files
|
||||
%{_unitdir}/wsdd.service
|
||||
%{_usr}/lib/firewalld/services/wsdd.xml
|
||||
%{_usr}/lib/firewalld/services/wsdd-http.xml
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/wsdd
|
||||
%{_bindir}/wsdd
|
||||
%{_mandir}/man1/wsdd.1*
|
||||
%license LICENSE
|
||||
@ -55,6 +61,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2020 Sam P <survient@fedoraproject.org> - 0.6.1-2
|
||||
- Added fixes from rh#1858858
|
||||
|
||||
* Mon Jul 13 2020 Sam P <survient@fedoraproject.org> - 0.6.1-1
|
||||
- Updated to upstream latest release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user