Fix kernel

This commit is contained in:
Ludwig Nussel
2022-11-03 13:54:38 +01:00
parent ddd36472d4
commit 978346df45
6 changed files with 10 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -376,9 +376,6 @@
[submodule "update-alternatives"]
path = update-alternatives
url = ../../rpm/dpkg.git
[submodule "kernel-default"]
path = kernel-default
url = ../../rpm/kernel-source.git
[submodule "dummy-release"]
path = dummy-release
url = ../../rpm/dummy-release.git
@@ -396,3 +393,6 @@
[submodule "perl-YAML-LibYAML"]
path = perl-YAML-LibYAML
url = ../../rpm/perl-YAML-LibYAML.git
[submodule "kernel-source"]
path = kernel-source
url = ../../rpm/kernel-source.git

View File

@@ -12,6 +12,10 @@ Macros:
%disable_32bit 1
:Macros
%if "%_project" == "openSUSE:Factory:Rings:0-Bootstrap" || "%_project" == "openSUSE:Factory:ARM:Rings:0-Bootstrap"
BuildFlags: excludebuild:kernel-source
%endif
EOF
cat _config.factory _config.ring0 >> _config.new
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new

Submodule kernel-default deleted from 0f3141a8c5

1
kernel-default/_link Normal file
View File

@@ -0,0 +1 @@
<link package='kernel-source' cicount='copy' />

1
kernel-obs-build/_link Normal file
View File

@@ -0,0 +1 @@
<link package='kernel-source' cicount='copy' />

1
kernel-source Submodule

Submodule kernel-source added at 4566bf1c97