Commit Graph

181 Commits

Author SHA256 Message Date
34d7301982 update to current state 2024-10-23 09:58:44 +02:00
09fd95adfd update to current state 2024-10-22 19:36:13 +02:00
931d55dd6f update to current state 2024-10-22 19:30:09 +02:00
2986f1aa70 update to current state 2024-10-21 08:39:33 +02:00
Nathan Cutler
4e7d88db3a Merge pull request '_config: Use Prefers/Conflicts to handle gcc-build split (bsc#1230628)' (#38) from gleidi/SLFO_main:gcc into 1.1
Reviewed-on: https://src.suse.de/products/SLFO/pulls/38
Reviewed-by: Prokop Vlasin <prokop.vlasin@suse.com>
Reviewed-by: Nathan Cutler <ncutler@suse.de>
2024-10-18 12:11:46 +02:00
Nathan Cutler
bbe17d2c95 Merge pull request '_config: Add %default_firewall_backend macro.' (#48) from gleidi/SLFO_main:firewall_backend_1.1 into 1.1
Reviewed-on: https://src.suse.de/products/SLFO/pulls/48
Reviewed-by: Prokop Vlasin <prokop.vlasin@suse.com>
Reviewed-by: Nathan Cutler <ncutler@suse.de>
2024-10-18 12:10:50 +02:00
a0a231ead1
_config: Add %default_firewall_backend macro. 2024-10-18 10:01:43 +02:00
03af7e804f update to current state 2024-10-17 13:55:45 +02:00
61de8de6aa update to current state 2024-10-17 13:48:56 +02:00
Nathan Cutler
795915bdc4 Merge pull request 'Update _config for Docker based builds' (#44) from dcassany/SLFO:config_1.1 into 1.1
Reviewed-on: https://src.suse.de/products/SLFO/pulls/44
Reviewed-by: Fabian Vogt <fvogt@suse.com>
Reviewed-by: Libor Miksik <libor.miksik@suse.com>
Reviewed-by: Nathan Cutler <ncutler@suse.de>
2024-10-15 15:56:55 +02:00
ef64186886 Update _config for Docker based builds
Docker does not require kernel-default anymore so the dummy-release package is not required anymore. Moreover, I don't think there is `dummy-release` in SLFO, there is an ALP-dummy-release instead. In any case no dummy-release should be required anyway.
2024-10-08 16:19:49 +02:00
Nathan Cutler
819b7743e2 Merge pull request '_config: Adjust project name.' (#41) from gleidi/SLFO_main:prj_name into 1.1
Reviewed-on: https://src.suse.de/products/SLFO/pulls/41
Reviewed-by: Libor Miksik <lmiksik@noreply.src.suse.de>
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.suse.de>
2024-10-04 10:44:52 +02:00
69aac80a1e
_config: Add project name. 2024-10-03 14:46:17 +02:00
7fa7346578
_config: Use Prefers/Conflicts to handle gcc-build split (bsc#1230628)
We can now avoid using Substitutes: to use the gcc-build packages
with this commit [0].

Substitutes would rename the dependencies in the actual built rpm
metadata, and that might be unwanted.

Move to Prefers + Conflicts combo for all packages related to gcc-build.

[0] 34d14f5ea8

This requires this request to be merged first: https://build.suse.de/request/show/346263
2024-09-30 18:03:40 +02:00
Ruediger Oertel
659cc555e2 Merge pull request 'Adapt release number prefix for SLFO 1.1' (#37) from adrianSuSE/SLFO_main:1.1_branch into 1.1
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/37
Reviewed-by: Ruediger Oertel <oertel@noreply.src.suse.de>
Reviewed-by: Prokop Vlasin <pvlasin@noreply.src.suse.de>
2024-09-30 12:07:59 +02:00
b5d0057037 Adapt release number prefix for SLFO 1.1 2024-09-30 11:11:41 +02:00
2844fe6cc7 update to current state 2024-09-30 10:57:55 +02:00
b6165f99cd update to current state 2024-09-30 10:48:50 +02:00
Marco Strigl
c37d42130b Merge pull request '_config: Drop broken selinux targeted workaround.' (#35) from gleidi/SLFO_main:fix_selinux into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/35
Reviewed-by: Marco Strigl <mstrigl@noreply.src.suse.de>
2024-09-27 09:49:19 +02:00
9fdf8ffa2e
_config: Drop broken selinux targeted workaround. 2024-09-26 15:53:42 +02:00
Marco Strigl
624d972ae3 Merge pull request 'Avoiding choice error when using docker build engine' (#32) from adrianSuSE/SLFO_main:main into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/32
Reviewed-by: Marco Strigl <mstrigl@noreply.src.suse.de>
2024-09-26 11:18:36 +02:00
ea4c5cb205 drop llvm14 2024-09-25 17:31:19 +02:00
26af9af471 update to current state 2024-09-25 17:19:44 +02:00
514ac52093 update to current state 2024-09-25 17:06:08 +02:00
Nathan Cutler
03ef1a0938 Merge pull request '_config: selinux-policy is not built on i586.' (#34) from gleidi/SLFO_main:fix_selinux into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/34
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.suse.de>
Reviewed-by: Prokop Vlasin <pvlasin@noreply.src.suse.de>
2024-09-24 17:23:11 +02:00
416daf767c
_config: selinux-policy is not built on i586. 2024-09-24 15:26:28 +02:00
4e90ed3db6 update to current state 2024-09-24 00:40:09 +02:00
1c5f08d380 update to current state 2024-09-24 00:33:11 +02:00
Nathan Cutler
a1064a4f51 Merge pull request '_config: Address file provisioning for SR#345694 and SR#345695' (#33) from gleidi/SLFO_main:cockpit_totp into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/33
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.suse.de>
Reviewed-by: Prokop Vlasin <pvlasin@noreply.src.suse.de>
2024-09-23 15:38:42 +02:00
Nathan Cutler
9a29a7e6c0 Merge pull request '_config: Changes needed for updates from Factory' (#29) from gleidi/SLFO_main:staging-a into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/29
Reviewed-by: Prokop Vlasin <pvlasin@noreply.src.suse.de>
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.suse.de>
2024-09-23 13:37:47 +02:00
c3289ec16c
_config: Address file provisioning for SR#345694 and SR#345695 2024-09-23 12:56:20 +02:00
a9cdffbf79
_config: Allow flatpak to build (SR#343372) 2024-09-23 12:52:30 +02:00
2b8dde5fd9
_config: fix nothing provides /usr/bin/less for git-core. 2024-09-23 12:50:47 +02:00
2570d89ee4
_config: avoid choice libcurl-mini4 / libcurl4 (SR#344301) 2024-09-23 12:50:47 +02:00
1265a02d29 update to current state 2024-09-20 16:12:21 +02:00
5f9ff8f7bc update to current state 2024-09-20 16:04:24 +02:00
e8679c9c64 Avoiding choice error when using docker build engine
Our default should be podman anyway, but docker requires kernel-default
which leads to a choice error due to the dependency to a
distribution-release package
2024-09-19 11:52:01 +02:00
8d2df7e38e update to current state 2024-09-17 14:42:18 +02:00
86c88915b0 update to current state 2024-09-13 16:35:46 +02:00
ba9a48401b update to current state 2024-09-13 16:29:53 +02:00
15d18b3efe update to current state 2024-09-13 16:07:30 +02:00
29ca4686e4 update to current state 2024-09-11 11:00:00 +02:00
aeacd738a7 update to current state 2024-09-11 10:51:08 +02:00
1ef2f04be9 update to current state 2024-09-11 10:28:36 +02:00
Marco Strigl
cb1a89ea76 Merge pull request '_config: Adapt for SR#343402 and related.' (#30) from gleidi/SLFO_main:qt6 into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/30
Reviewed-by: Marco Strigl <mstrigl@noreply.src.suse.de>
2024-09-11 09:59:25 +02:00
ba052da9ca
_config: Adapt for SR#343402 and related. 2024-09-10 15:03:25 +02:00
4a7c9f5cae update to current state 2024-09-09 16:39:21 +02:00
602491cfda update to current state 2024-09-06 15:38:03 +02:00
8a3a062b83 update to current state 2024-09-06 15:32:03 +02:00
Nathan Cutler
da219e7f0d Merge pull request '_config: i586: Build jitterentropy (SR#343805), group together go Prefers' (#28) from gleidi/SLFO_main:go1.23 into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/28
Reviewed-by: Nathan Cutler <smithfarm@gitea_noreply@suse.de>
Reviewed-by: Libor Miksik <lmiksik@gitea_noreply@suse.de>
2024-09-06 10:08:21 +02:00