[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (025ea8e2e3a6a73206725ef00d73017071d6ed69)

Vlad Glagolev scm at sourcemage.org
Sat Nov 28 13:47:03 EST 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 utils/pciutils/DETAILS |    1 +
 utils/pciutils/FINAL   |    4 ++++
 utils/pciutils/HISTORY |    4 ++++
 3 files changed, 9 insertions(+)

New commits:
commit 025ea8e2e3a6a73206725ef00d73017071d6ed69
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    pciutils: corrected uncompressed pci.ids installation needed for hal

diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS
index 9194d10..52a5cb6 100755
--- a/utils/pciutils/DETAILS
+++ b/utils/pciutils/DETAILS
@@ -1,5 +1,6 @@
            SPELL=pciutils
          VERSION=3.1.4
+      PATCHLEVEL=1
      SOURCE_HASH=sha512:bb6a6cda84cd81c787ba1fecd56840817bdcb06624fc58c61272b38486a0815a78095eb9a62258f8d3f863201ef7ebf452e6d7bee5cdca81a53c727b21cc450a
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/utils/pciutils/FINAL b/utils/pciutils/FINAL
index a4d71c4..466f986 100755
--- a/utils/pciutils/FINAL
+++ b/utils/pciutils/FINAL
@@ -1,4 +1,8 @@
 if [[ $PCIUTILS_UPDATE == y ]]; then
   message "${MESSAGE_COLOR}Downloading the current snapshot of pci.ids...${DEFAULT_COLOR}"  &&
   "$INSTALL_ROOT/usr/sbin/update-pciids" || true
+fi &&
+
+if [[ ! -f "$INSTALL_ROOT/usr/share/pci.ids" ]]; then
+  gzip -dc "$INSTALL_ROOT/usr/share/pci.ids.gz" > "$INSTALL_ROOT/usr/share/pci.ids"
 fi
diff --git a/utils/pciutils/HISTORY b/utils/pciutils/HISTORY
index 34e7b31..a1663f6 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,3 +1,7 @@
+2009-11-27 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: PATCHLEVEL=1
+	* FINAL: corrected uncompressed pci.ids installation needed for hal
+
 2009-08-16 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 3.1.4
 



More information about the SM-Commit mailing list