diff --git a/xrdp.spec b/xrdp.spec index 5049125..14c7e70 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: 2%{?dist} +Release: 3%{?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 @@ -269,20 +269,25 @@ fi %endif %ghost %{_localstatedir}/log/xrdp.log %ghost %{_localstatedir}/log/xrdp-sesman.log +%exclude %{_libdir}/pkgconfig/rfxcodec.pc %files devel %{_includedir}/ms-* %{_includedir}/xrdp* %{_includedir}/rfxcodec_*.h -%{_libdir}/xrdp/lib*.so %{_libdir}/pkgconfig/xrdp.pc -%{_libdir}/pkgconfig/rfxcodec.pc %files selinux %doc SELinux/%{name}.te %{_datadir}/selinux/*/%{name}.pp %changelog +* Mon May 8 2023 Bojan Smojver - 1:0.9.22-3 +- Exclude rfxcodec.pc - shared library no longer created + +* Sun May 7 2023 Bojan Smojver - 1:0.9.22-2 +- Explicitly exclude .la files on RHEL + * Sun May 7 2023 Bojan Smojver - 1:0.9.22-1 - Bump up to 0.9.22