SHA256
1
0
forked from cockpit/cockpit

Always apply 108 regardless of build target

This commit is contained in:
Alice Brooks 2025-02-21 08:03:40 +00:00
parent 0078efb4a3
commit de4b8becd9
Signed by: abrooks
GPG Key ID: 121CE3F61469DBDB
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 21 08:03:00 UTC 2025 - Alice Brooks <alice.brooks@suse.com>
- Always apply 0007-Remove-DynamicUser-setting-as-these-conflict-with-re.patch
for every build system. Fixes bsc#1237451
-------------------------------------------------------------------
Thu Feb 20 22:22:32 UTC 2025 - Miika Alikirri <miika.alikirri@suse.com>

View File

@ -214,7 +214,7 @@ BuildRequires: python3-pytest-timeout
%patch -P 4 -p1
%patch -P 5 -p1
%patch -P 106 -p1
%patch -P 108 -p1
# SLE Micro specific patches
%if 0%{?is_smo}
@ -230,7 +230,6 @@ BuildRequires: python3-pytest-timeout
%patch -P 103 -p1
%patch -P 104 -p1
%patch -P 105 -p1
%patch -P 108 -p1
%else
%patch -P 107 -p1
%endif