public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f6b546b34c35d695c65b3b0487905ce94b8f3c5f
@ 2019-06-21 15:34 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2019-06-21 15:34 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2594 bytes --]

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(a)ipfire.org>
Date:   Fri Jun 21 17:34:03 2019 +0200

    kernel-updater: New package
    
    Signed-off-by: Michael Tremer <michael.tremer(a)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(a)ipfire.org>                   #
+###############################################################################
+
+name       = kernel-updater
+version    = 20190621
+release    = 1
+arch       = noarch
+
+maintainer = Arne Fitzenreiter <arne.fitzenreiter(a)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/%{name}/
+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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-21 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 15:34 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f6b546b34c35d695c65b3b0487905ce94b8f3c5f Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox