Enable server support in ELN
This is needed for RDP support in gnome-remote-desktop.
This commit is contained in:
parent
3757dded51
commit
dd959761b5
@ -12,7 +12,9 @@
|
|||||||
|
|
||||||
# Disable server support in RHEL
|
# Disable server support in RHEL
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1639165
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1639165
|
||||||
%{!?rhel:%global _with_server 1}
|
%if 0%{?fedora} || 0%{?rhel} >= 10
|
||||||
|
%global _with_server 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Disable support for missing codecs in RHEL
|
# Disable support for missing codecs in RHEL
|
||||||
%{!?rhel:%global _with_soxr 1}
|
%{!?rhel:%global _with_soxr 1}
|
||||||
@ -22,7 +24,7 @@
|
|||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.7.0
|
Version: 2.7.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -295,6 +297,9 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 03 2022 Ondrej Holy <oholy@redhat.com> - 2:2.7.0-4
|
||||||
|
- Enable server support in ELN.
|
||||||
|
|
||||||
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2:2.7.0-3
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2:2.7.0-3
|
||||||
- Rebuilt for ICU 71.1
|
- Rebuilt for ICU 71.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user