Accepting request 1243191 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1243191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=110
This commit is contained in:
Ana Guerrero 2025-02-05 11:40:00 +00:00 committed by Git OBS Bridge
commit bf0d316f70
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 28 16:43:25 UTC 2025 - Joan Torres <joan.torres@suse.com>
- Only add selinux on %suse_version >= 1600
-------------------------------------------------------------------
Mon Jan 27 10:33:08 UTC 2025 - Fabian Vogt <fvogt@suse.com>

View File

@ -32,7 +32,7 @@
%if 0%{?suse_version} < 1600
%define _pam_vendordir %{_sysconfdir}/pam.d
%endif
%if 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150500
%if 0%{?suse_version} >= 1600
%bcond_without selinux
%else
%bcond_with selinux