This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via f6b546b34c35d695c65b3b0487905ce94b8f3c5f (commit) from 1a34f7612b5839963b715e45e83edb7d72d46049 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f6b546b34c35d695c65b3b0487905ce94b8f3c5f Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jun 21 17:34:03 2019 +0200
kernel-updater: New package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: .../kernel-updater.nm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) copy firmware-update/firmware-update.nm => kernel-updater/kernel-updater.nm (55%)
Difference in files: diff --git a/kernel-updater/kernel-updater.nm b/kernel-updater/kernel-updater.nm new file mode 100644 index 000000000..d5bbc94ac --- /dev/null +++ b/kernel-updater/kernel-updater.nm @@ -0,0 +1,44 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = kernel-updater +version = 20190621 +release = 1 +arch = noarch + +maintainer = Arne Fitzenreiter arne.fitzenreiter@ipfire.org +groups = System/Tools +url = https://git.ipfire.org/?p=people/arne_f/kernel-updater.git;a=summary +license = GPLv3+ +summary = Configures the system for new installed kernels + +description + This script makes sure that the system is updated properly when + a new kernel is installed or uninstalled. +end + +source_dl = https://source.ipfire.org/releases/%%7Bname%7D/ +sources = %{thisapp}.tar.xz + +build + requires + autoconf + automake + sed + end + + prepare_cmds + [ -e "configure" ] || ./autogen.sh + end +end + +packages + package %{name} + requires + /sbin/depmod + dracut + end + end +end
hooks/post-receive -- IPFire 3.x development tree