3 Commits

Author SHA256 Message Date
af4006a8ec Accepting request 1320003 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1320003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=113
2025-11-27 14:18:55 +00:00
6adeac5543 - Remove dbus-launch requires, dbus-launch is no longer used
and incompatible with dbus-broker.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=282
2025-11-25 13:20:19 +00:00
845ed8bed1 Update SELinux modules dir as macro to allow root path move
As discussed before we are going to move SELinux modules from /var/lib/selinux to /etc/selinux (bsc#1221342). This small change allows you to build your packages dynamically (not depending on selinux-package version) and us to change module directory macro in upcoming versions of selinux-policy package without interfering with other packages using custom SELinux modules.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=281
2025-11-25 07:10:26 +00:00
2 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 25 07:58:59 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Remove dbus-launch requires, dbus-launch is no longer used
and incompatible with dbus-broker.
-------------------------------------------------------------------
Thu Nov 19 08:15:14 UTC 2025 - Zdenek Kubala <zkubala@suse.com>
- Update SELinux module dir as macro to allow root path move from /var/lib/selinux
to /etc/selinux (bsc#1221342)
-------------------------------------------------------------------
Wed Jun 11 11:20:38 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package tigervnc
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -172,7 +172,6 @@ BuildRequires: firewall-macros
%endif
# Needed to generate certificates
Requires: windowmanager
Requires: /usr/bin/dbus-launch
Requires: xauth
Recommends: xinit
Requires: xkbcomp
@@ -622,7 +621,7 @@ fi
%if %{with selinux}
%files selinux
%{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.bz2
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
%ghost %verify(not md5 size mtime) %{_selinux_store_path}/%{selinuxtype}/active/modules/200/%{modulename}
%endif
%changelog