]> git.ipfire.org Git - ipfire-3.x.git/blame - kernel-updater/kernel-updater.nm
Change how we make packages "noarch"
[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
f6b546b3
MT
9
10maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
11groups = System/Tools
12url = https://git.ipfire.org/?p=people/arne_f/kernel-updater.git;a=summary
13license = GPLv3+
14summary = Configures the system for new installed kernels
15
16description
17 This script makes sure that the system is updated properly when
18 a new kernel is installed or uninstalled.
19end
20
21source_dl = https://source.ipfire.org/releases/%{name}/
22sources = %{thisapp}.tar.xz
23
24build
5cd803df
MT
25 arches = noarch
26
f6b546b3
MT
27 requires
28 autoconf
29 automake
30 sed
31 end
32
33 prepare_cmds
34 [ -e "configure" ] || ./autogen.sh
35 end
36end
37
38packages
39 package %{name}
40 requires
41 /sbin/depmod
42 dracut
43 end
44 end
45end