Put back .so files into %libdir/xrdp directory.
This commit is contained in:
parent
c4294d32df
commit
812ea7eda5
@ -17,7 +17,7 @@ Summary: Open source remote desktop protocol (RDP) server
|
|||||||
Name: xrdp
|
Name: xrdp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.22
|
Version: 0.9.22
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: ASL 2.0 and GPLv2+ and MIT
|
License: ASL 2.0 and GPLv2+ and MIT
|
||||||
URL: http://www.xrdp.org/
|
URL: http://www.xrdp.org/
|
||||||
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz
|
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz
|
||||||
@ -254,8 +254,7 @@ fi
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_libdir}/xrdp/lib*.so.*
|
%{_libdir}/xrdp/lib*.so*
|
||||||
%exclude %{_libdir}/xrdp/lib*.so
|
|
||||||
%{_unitdir}/xrdp-sesman.service
|
%{_unitdir}/xrdp-sesman.service
|
||||||
%{_unitdir}/xrdp.service
|
%{_unitdir}/xrdp.service
|
||||||
%exclude %{_includedir}/painter.h
|
%exclude %{_includedir}/painter.h
|
||||||
@ -282,6 +281,10 @@ fi
|
|||||||
%{_datadir}/selinux/*/%{name}.pp
|
%{_datadir}/selinux/*/%{name}.pp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 17 2023 Bojan Smojver <bojan@rexurive.com> - 1:0.9.22-4
|
||||||
|
- Put back .so files into %%libdir/xrdp directory
|
||||||
|
- Bug #2207733
|
||||||
|
|
||||||
* Mon May 8 2023 Bojan Smojver <bojan@rexurive.com> - 1:0.9.22-3
|
* Mon May 8 2023 Bojan Smojver <bojan@rexurive.com> - 1:0.9.22-3
|
||||||
- Exclude rfxcodec.pc - shared library no longer created
|
- Exclude rfxcodec.pc - shared library no longer created
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user