From 812ea7eda56e04c4d58bdc5635c1140db60fa768 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 17 May 2023 10:42:38 +1000 Subject: [PATCH] Put back .so files into %libdir/xrdp directory. --- xrdp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xrdp.spec b/xrdp.spec index 14c7e70..aceb002 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -17,7 +17,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 Version: 0.9.22 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 and GPLv2+ and MIT URL: http://www.xrdp.org/ Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz @@ -254,8 +254,7 @@ fi %{_mandir}/man5/* %{_mandir}/man8/* %{_mandir}/man1/* -%{_libdir}/xrdp/lib*.so.* -%exclude %{_libdir}/xrdp/lib*.so +%{_libdir}/xrdp/lib*.so* %{_unitdir}/xrdp-sesman.service %{_unitdir}/xrdp.service %exclude %{_includedir}/painter.h @@ -282,6 +281,10 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Wed May 17 2023 Bojan Smojver - 1:0.9.22-4 +- Put back .so files into %%libdir/xrdp directory +- Bug #2207733 + * Mon May 8 2023 Bojan Smojver - 1:0.9.22-3 - Exclude rfxcodec.pc - shared library no longer created