Accepting request 952256 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/952256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xrdp?expand=0&rev=42
This commit is contained in:
commit
645d1ffd78
11
xrdp.changes
11
xrdp.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 4 17:05:51 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Rework files section: do not add config(noreplace) marker on the
|
||||||
|
directory /etc/xrdp, but only on the content of the directory.
|
||||||
|
+ the config(noreplace) marker on the dircreates a rpm metadata
|
||||||
|
marker, which can be identified as conflicting with other
|
||||||
|
packages also owning /etc/xrdp, without the marker
|
||||||
|
+ The re-org of the files section happens to also fix warnings
|
||||||
|
about files listed twice.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 11 13:46:09 UTC 2021 - Daike Yu <yu.daike@suse.com>
|
Wed Aug 11 13:46:09 UTC 2021 - Daike Yu <yu.daike@suse.com>
|
||||||
|
|
||||||
|
22
xrdp.spec
22
xrdp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xrdp
|
# spec file for package xrdp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -179,11 +179,7 @@ exit 0
|
|||||||
|
|
||||||
%dir %{_datadir}/xrdp
|
%dir %{_datadir}/xrdp
|
||||||
%dir %{_libdir}/xrdp
|
%dir %{_libdir}/xrdp
|
||||||
%dir %{_sysconfdir}/xrdp
|
|
||||||
%dir %{_sysconfdir}/xrdp/pulse
|
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/xrdp-sesman
|
%config(noreplace) %{_sysconfdir}/pam.d/xrdp-sesman
|
||||||
%config(noreplace) %{_sysconfdir}/xrdp/sesman.ini
|
|
||||||
%config(noreplace) %{_sysconfdir}/xrdp/xrdp.ini
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
%{_bindir}/xrdp*
|
%{_bindir}/xrdp*
|
||||||
@ -195,15 +191,21 @@ exit 0
|
|||||||
%{_libexecdir}/initscripts/legacy-actions/xrdp
|
%{_libexecdir}/initscripts/legacy-actions/xrdp
|
||||||
%{_sbindir}/rc*
|
%{_sbindir}/rc*
|
||||||
%{_sbindir}/xrdp*
|
%{_sbindir}/xrdp*
|
||||||
%{_sysconfdir}/xrdp/km*.ini
|
%dir %{_sysconfdir}/xrdp
|
||||||
%{_sysconfdir}/xrdp/pulse/default.pa
|
%config(noreplace) %{_sysconfdir}/xrdp/km*.ini
|
||||||
%{_sysconfdir}/xrdp/xrdp_keyboard.ini
|
%dir %{_sysconfdir}/xrdp/pulse
|
||||||
|
%config(noreplace) %{_sysconfdir}/xrdp/pulse/default.pa
|
||||||
|
%config(noreplace) %{_sysconfdir}/xrdp/reconnectwm.sh
|
||||||
|
%ghost %config(noreplace) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||||
|
%config(noreplace) %{_sysconfdir}/xrdp/startwm.sh
|
||||||
|
%config(noreplace) %{_sysconfdir}/xrdp/xrdp_keyboard.ini
|
||||||
|
%config(noreplace) %{_sysconfdir}/xrdp/sesman.ini
|
||||||
|
%config(noreplace) %{_sysconfdir}/xrdp/xrdp.ini
|
||||||
|
|
||||||
%{_unitdir}/xrdp*
|
%{_unitdir}/xrdp*
|
||||||
|
|
||||||
%ghost %{_localstatedir}/log/xrdp-sesman.log
|
%ghost %{_localstatedir}/log/xrdp-sesman.log
|
||||||
|
|
||||||
%config(noreplace) %{_sysconfdir}/xrdp/
|
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/xrdp/rsakeys.ini
|
|
||||||
%config %{_fillupdir}/sysconfig.xrdp
|
%config %{_fillupdir}/sysconfig.xrdp
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user