Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b3a2119d19af7d49d045e03f008c5aac09b1937a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b3a2119d19af7d49d045e03f008c5aac09b1937a)
  • Date: Tue, 13 Feb 2007 05:48:19 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/coreutils/DEPENDS | 2 ++
utils/coreutils/HISTORY | 4 ++++
utils/procps/DEPENDS | 2 ++
utils/procps/HISTORY | 4 ++++
utils/util-linux/DETAILS | 2 +-
utils/util-linux/HISTORY | 4 ++++
6 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit b3a2119d19af7d49d045e03f008c5aac09b1937a
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

bug 13428: let coreutils and procps depend on util-linux as a placebo for
them not providing /bin/kill anymore, updated patchlevel of util-linux to let
it install the chosen /bin/kill on system update

diff --git a/utils/coreutils/DEPENDS b/utils/coreutils/DEPENDS
index 0b77337..e67ce2a 100755
--- a/utils/coreutils/DEPENDS
+++ b/utils/coreutils/DEPENDS
@@ -1,5 +1,7 @@
depends gnupg &&
depends smgl-fhs &&
+# bug 13428: /bin/kill from util-linux
+depends util-linux &&

optional_depends linux-pam \
'--enable-pam' \
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 169a136..b22e920 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,7 @@
+2007-02-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: depend on util-linux to ensure it's /bin/kill being there
in time,
+ #13428
+
2007-02-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* protected, REPAIR^none^protected: added with /bin/kill in it #13428
* hostname.diff: eekee updated it for kill removal
diff --git a/utils/procps/DEPENDS b/utils/procps/DEPENDS
index 47b46e3..2206765 100755
--- a/utils/procps/DEPENDS
+++ b/utils/procps/DEPENDS
@@ -1,3 +1,5 @@
depends gnupg &&
depends ncurses &&
+# bug 13428: /bin/kill from util-linux
+depends util-linux &&
depends smgl-fhs
diff --git a/utils/procps/HISTORY b/utils/procps/HISTORY
index ef5f66f..7bd9a97 100644
--- a/utils/procps/HISTORY
+++ b/utils/procps/HISTORY
@@ -1,3 +1,7 @@
+2007-02-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: depend on util-linux to ensure it's /bin/kill being there
in time,
+ #13428
+
2007-02-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* protected, REPAIR^none^protected: added with /bin/kill in it #13428

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 1c75373..40d9892 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="utils"
- PATCHLEVEL=2
+ PATCHLEVEL=3
SHORT="Essential utilities for any Linux box."
cat << EOF
Util-linux is a suite of essential utilities for any Linux system. Its
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 3936da5..a96e7cb 100755
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2007-02-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update patchlevel to ensure that /bin/kill will come from
here
+ on the next system update, #13428
+
2006-11-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PROVIDES: added, provides PAGER




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b3a2119d19af7d49d045e03f008c5aac09b1937a), Thomas Orgis, 02/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page