kernel-snapshot: update to 3.4.0-rc4.
This commit is contained in:
parent
b7808a2235
commit
782a41a77e
1 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_kmajor=3.4
|
||||
_kminor=0
|
||||
_kpatch=rc3
|
||||
_kpatch=rc4
|
||||
|
||||
pkgname=kernel-snapshot
|
||||
version=${_kmajor}.${_kminor}${_kpatch}
|
||||
|
@ -15,7 +15,7 @@ short_desc="The Linux kernel and modules (testing snapshot)"
|
|||
long_desc="
|
||||
This package provides the linux kernel image and associated modules
|
||||
for the testing kernel (future stable releases)."
|
||||
checksum=19900acb4a6ae4ce921a4e2a1348be41575f83d56fd45be5bcb606f209e2b527
|
||||
checksum=8b173eba3f400b15f3172131ced52169867ba5eab6cc0810aab89c220153ed78
|
||||
subpackages="kernel-snapshot-headers"
|
||||
triggers="kernel-hooks"
|
||||
|
||||
|
@ -38,7 +38,9 @@ mutable_files="
|
|||
/lib/modules/${_kernver}/modules.dep
|
||||
/lib/modules/${_kernver}/modules.dep.bin
|
||||
/lib/modules/${_kernver}/modules.symbols
|
||||
/lib/modules/${_kernver}/modules.symbols.bin"
|
||||
/lib/modules/${_kernver}/modules.symbols.bin
|
||||
/lib/modules/${_kernver}/modules.alias
|
||||
/lib/modules/${_kernver}/modules.alias.bin"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run initramfs-tools
|
||||
|
|
Loading…
Reference in a new issue