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