]> git.ipfire.org Git - ipfire-3.x.git/blob - kernel-updater/kernel-updater.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / kernel-updater / kernel-updater.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = kernel-updater
7 version = 20190621
8 release = 1
9 arch = noarch
10
11 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12 groups = System/Tools
13 url = https://git.ipfire.org/?p=people/arne_f/kernel-updater.git;a=summary
14 license = GPLv3+
15 summary = Configures the system for new installed kernels
16
17 description
18 This script makes sure that the system is updated properly when
19 a new kernel is installed or uninstalled.
20 end
21
22 source_dl = https://source.ipfire.org/releases/%{name}/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 autoconf
28 automake
29 sed
30 end
31
32 prepare_cmds
33 [ -e "configure" ] || ./autogen.sh
34 end
35 end
36
37 packages
38 package %{name}
39 requires
40 /sbin/depmod
41 dracut
42 end
43 end
44 end