New commits:
commit 7c0db5de102b48191239a981d2388d2dbe8e3374
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
lsb-release: Add LSB_VERSION and DISTRIBUTION_CODENAME
This unbreaks `lsb_release -a` returning non-zero exit status (success)
Which broke python3's installer if lsb-release is installed
PATCHLEVEL++
diff --git a/smgl/lsb-release/DETAILS b/smgl/lsb-release/DETAILS
index 0c7cfaf..337f3a3 100755
--- a/smgl/lsb-release/DETAILS
+++ b/smgl/lsb-release/DETAILS
@@ -1,6 +1,6 @@
SPELL=lsb-release
VERSION=1.4
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/smgl/lsb-release/HISTORY b/smgl/lsb-release/HISTORY
index eaa4dc9..5234c5d 100644
--- a/smgl/lsb-release/HISTORY
+++ b/smgl/lsb-release/HISTORY
@@ -1,3 +1,9 @@
+2017-12-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: Add LSB_VERSION and DISTRIBUTION_CODENAME
+ This unbreaks `lsb_release -a` returning non-zero exit status
(success)
+ Which broke python3's installer if lsb-release is installed
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
cat > "$INSTALL_ROOT/etc/lsb-release" << EOF
+LSB_VERSION="${VERSION}"
DISTRIB_ID="Source Mage"
DISTRIB_DESCRIPTION="Linux so advanced, it may as well be magic"
DISTRIB_RELEASE=0
+DISTRIB_CODENAME=$(scribe index | grep '[0]' | awk '{print $7}')
EOF
[SM-Commit] GIT changes to master grimoire by Eric Sandall (7c0db5de102b48191239a981d2388d2dbe8e3374),
Eric Sandall, 12/22/2017