mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 03:42:46 +00:00
6.1.74
This commit is contained in:
parent
ce1da40c93
commit
beefa777f9
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -12,4 +12,4 @@ sources:
|
||||||
public_key_RSA_11.pem: b71d76f7f322fcd107b3607dfcacb99a0ca20892
|
public_key_RSA_11.pem: b71d76f7f322fcd107b3607dfcacb99a0ca20892
|
||||||
public_key_RSA_12.pem: ce9600ed7fb5c505dc7208a4a2fab4c8ba20df72
|
public_key_RSA_12.pem: ce9600ed7fb5c505dc7208a4a2fab4c8ba20df72
|
||||||
linux-6.1.tar.gz: 35015bf37d2033c7582c8fbe19a046e009460e41
|
linux-6.1.tar.gz: 35015bf37d2033c7582c8fbe19a046e009460e41
|
||||||
patch-6.1.58.xz: cc09c651a47e7b0503cf4265c220ddb82114be93
|
patch-6.1.74.xz: dc975096a5a2ba640324b4e16a96ef1bae3bbaf1
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
%define kernelversion 6
|
%define kernelversion 6
|
||||||
%define patchlevel 1
|
%define patchlevel 1
|
||||||
%define sublevel 58
|
%define sublevel 74
|
||||||
|
|
||||||
# Release number. Increase this before a rebuild.
|
# Release number. Increase this before a rebuild.
|
||||||
%define rpmrel 4
|
%define rpmrel 4
|
||||||
|
@ -1761,7 +1761,7 @@ done
|
||||||
# Sniff, if we compressed all the modules, we change the stamp :(
|
# Sniff, if we compressed all the modules, we change the stamp :(
|
||||||
# we really need the depmod -ae here
|
# we really need the depmod -ae here
|
||||||
for i in *; do
|
for i in *; do
|
||||||
/sbin/depmod -ae -b %{buildroot} -F %{target_boot}/System.map-$i $i
|
/usr/sbin/depmod -ae -b %{buildroot} -F %{target_boot}/System.map-$i $i
|
||||||
echo $?
|
echo $?
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue