Add a patch that allows equal signs in ini file values.

This commit is contained in:
Bojan Smojver 2017-05-18 12:28:38 +10:00
parent 4b1af7e079
commit 0e4fbd83c7

View File

@ -7,7 +7,7 @@ Summary: Open source remote desktop protocol (RDP) server
Name: xrdp
Epoch: 1
Version: 0.9.2
Release: 10%{?dist}
Release: 11%{?dist}
License: ASL 2.0
Group: Applications/Internet
URL: http://www.xrdp.org/
@ -23,6 +23,7 @@ Patch1: xrdp-0.9.2-xrdp-ini.patch
Patch2: xrdp-0.9.2-service.patch
Patch3: xrdp-0.9.2-setpriv.patch
Patch4: xrdp-0.9.2-scripts-libexec.patch
Patch5: xrdp-0.9.2-split-line.patch
BuildRequires: libX11-devel
BuildRequires: libXfixes-devel
@ -256,6 +257,9 @@ fi
%{_datadir}/selinux/*/%{name}.pp
%changelog
* Thu May 18 2017 Bojan Smojver <bojan@rexurive.com> - 1:0.9.2-11
- Add a patch that allows equal signs in ini file values
* Thu Apr 13 2017 Bojan Smojver <bojan@rexurive.com> - 1:0.9.2-10
- Use epoch in version dependency
- Provide selinux sub-package scriptlets