Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (da3743dcc3419be4199ecff6a1740f6d64eeaec3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (da3743dcc3419be4199ecff6a1740f6d64eeaec3)
  • Date: Fri, 14 Jul 2017 16:45:18 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kernels/linux/DEPENDS | 3 ++-
kernels/linux/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit da3743dcc3419be4199ecff6a1740f6d64eeaec3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

linux: Depends on some LZMA for 4.x maintenance patches

diff --git a/kernels/linux/DEPENDS b/kernels/linux/DEPENDS
index 241351f..e4f0d1e 100755
--- a/kernels/linux/DEPENDS
+++ b/kernels/linux/DEPENDS
@@ -1,5 +1,6 @@
if (( "${VERSION//./}" >= "390" )) ; then
- depends bc
+ depends bc &&
+ depends LZMA
fi &&
depends perl &&
optional_depends linux-initramfs '' '' 'for making initramfs images' &&
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 2239c4f..1395fab 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2017-07-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on some LZMA for 4.x maintenance patches
+
2017-07-13 Pavel Vinogradov <public AT sourcemage.org>
* latest.defaults: LATEST_maintenance_patches_4=patch-4.12.1
* info/patches/maintenance_patches_4/patch-4.12.1: added



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (da3743dcc3419be4199ecff6a1740f6d64eeaec3), Eric Sandall, 07/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page