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:
commit
bf0d316f70
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user