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:
Eugene Shatokhin 2014-09-23 13:01:28 +04:00
parent 8585156cb4
commit 1fc61c45cc
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
sources:
"linux-3.14.15-rosa69.tar.xz": 7e029333e9b3a7c11fdcc62b1ed88f0f583226cf
"linux-3.14.tar.xz": fc777520e5976caf0d5513502b8156f73748e379
"patch-3.14.15.xz": d061f00a39738c9cf7ad54a849b7805f4948b22d
"kernel-patches-and-configs-3.14.15.tar.xz": 2524873fdad7693f6877b2e25aba64553d729bbd

View file

@ -345,8 +345,9 @@ Source5: kernel.rpmlintrc
Source50: cpupower.service
Source51: cpupower.config
# our patch tarball
Source100: linux-%{patch_ver}.tar.xz
# Our patch tarball,
# 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 -D -T -a100
%define patches_dir ../%{patch_ver}/
%define patches_dir ../kernel-patches-and-configs/
cd %src_dir