Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ea55a114457eebe25080f8e3709effc50b47f55e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ea55a114457eebe25080f8e3709effc50b47f55e)
  • Date: Wed, 14 Nov 2007 04:34:40 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

utils/hal/DEPENDS | 6 +++++-
utils/hal/HISTORY | 5 +++++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit ea55a114457eebe25080f8e3709effc50b47f55e
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

hal: added a force_depends on glibc, needs newer kernel headers than those
that came with glibc 2.4 #14080

commit 11385724c82e11b7886133d3e8662bfe2780203c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

hal: removed hal-info #14079 (circular dependency and wrong)

diff --git a/utils/hal/DEPENDS b/utils/hal/DEPENDS
index 7b55f5d..ad31911 100755
--- a/utils/hal/DEPENDS
+++ b/utils/hal/DEPENDS
@@ -8,12 +8,16 @@ depends python &&
depends udev &&
depends xml-parser-expat &&
depends pkgconfig &&
-depends hal-info &&
depends dbus-python &&

# bug #13500
sub_depends udev VOLUME_ID &&

+depends glibc &&
+if [[ $(installed_version glibc | sed -n 's/^\(.\)\.\(.\).*/\1\2/p') -lt 26
]]; then
+ force_depends glibc
+fi &&
+
#optional_depends consolekit \
# "--enable-console-kit" \
# "--disable-console-kit" \
diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
index 272cea3..39bf607 100644
--- a/utils/hal/HISTORY
+++ b/utils/hal/HISTORY
@@ -1,3 +1,8 @@
+2007-11-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: removed hal-info #14079 (circular dependency and wrong)
+ added a force_depends on glibc, needs newer kernel headers than
those
+ that came with glibc 2.4 #14080
+
2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.10
new url



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ea55a114457eebe25080f8e3709effc50b47f55e), Jaka Kranjc, 11/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page