mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-24 02:52:55 +00:00
The patches and configs are now kept in a project on ABF
...rather than just in a tarball on file store. It should be easier to track the changes in the patch set and the configs this way.
This commit is contained in:
parent
8585156cb4
commit
1fc61c45cc
2 changed files with 5 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
"linux-3.14.15-rosa69.tar.xz": 7e029333e9b3a7c11fdcc62b1ed88f0f583226cf
|
|
||||||
"linux-3.14.tar.xz": fc777520e5976caf0d5513502b8156f73748e379
|
"linux-3.14.tar.xz": fc777520e5976caf0d5513502b8156f73748e379
|
||||||
"patch-3.14.15.xz": d061f00a39738c9cf7ad54a849b7805f4948b22d
|
"patch-3.14.15.xz": d061f00a39738c9cf7ad54a849b7805f4948b22d
|
||||||
|
"kernel-patches-and-configs-3.14.15.tar.xz": 2524873fdad7693f6877b2e25aba64553d729bbd
|
||||||
|
|
|
@ -345,8 +345,9 @@ Source5: kernel.rpmlintrc
|
||||||
Source50: cpupower.service
|
Source50: cpupower.service
|
||||||
Source51: cpupower.config
|
Source51: cpupower.config
|
||||||
|
|
||||||
# our patch tarball
|
# Our patch tarball,
|
||||||
Source100: linux-%{patch_ver}.tar.xz
|
# see https://abf.rosalinux.ru/soft/kernel-patches-and-configs/
|
||||||
|
Source100: kernel-patches-and-configs-%{kversion}.tar.xz
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
#
|
#
|
||||||
|
@ -1079,7 +1080,7 @@ should use the 'kernel-devel' package instead.
|
||||||
%setup -q -n %top_dir_name -c
|
%setup -q -n %top_dir_name -c
|
||||||
%setup -q -n %top_dir_name -D -T -a100
|
%setup -q -n %top_dir_name -D -T -a100
|
||||||
|
|
||||||
%define patches_dir ../%{patch_ver}/
|
%define patches_dir ../kernel-patches-and-configs/
|
||||||
|
|
||||||
cd %src_dir
|
cd %src_dir
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue