This commit is contained in:
Alexander Stefanov 2024-01-22 10:38:31 +00:00
parent ce1da40c93
commit beefa777f9
2 changed files with 3 additions and 3 deletions

View file

@ -12,4 +12,4 @@ sources:
public_key_RSA_11.pem: b71d76f7f322fcd107b3607dfcacb99a0ca20892
public_key_RSA_12.pem: ce9600ed7fb5c505dc7208a4a2fab4c8ba20df72
linux-6.1.tar.gz: 35015bf37d2033c7582c8fbe19a046e009460e41
patch-6.1.58.xz: cc09c651a47e7b0503cf4265c220ddb82114be93
patch-6.1.74.xz: dc975096a5a2ba640324b4e16a96ef1bae3bbaf1

View file

@ -32,7 +32,7 @@
%define kernelversion 6
%define patchlevel 1
%define sublevel 58
%define sublevel 74
# Release number. Increase this before a rebuild.
%define rpmrel 4
@ -1761,7 +1761,7 @@ done
# Sniff, if we compressed all the modules, we change the stamp :(
# we really need the depmod -ae here
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 $?
done