summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2008-02-04 00:49:14 +0100
committerLadislav Hagara2008-02-04 00:49:14 +0100
commit25dd1e78c0e573edb761ce4b1f1c420536130eb0 (patch)
tree2118cc01b3a4a2cffb527c5831b059964fe00dcf
parent2212b72766c9d97f212e3a90ccf2927c9a6678e2 (diff)
coreutils provides mktemp [Bug 14271]
-rw-r--r--ChangeLog3
-rwxr-xr-xutils/coreutils/CONFLICTS1
-rwxr-xr-xutils/coreutils/DETAILS1
-rw-r--r--utils/coreutils/HISTORY3
4 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fe86bd925..ff090bf7d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-03 Ladislav Hagara <hgr@vabo.cz>
+ * utils/mktemp: deprecated in favour of coreutils [Bug 14271]
+
2008-02-03 Treeve Jelbert <treeve@sourcemage.org>
* devel/falcon: new spell, general purpose untyped scripting language
diff --git a/utils/coreutils/CONFLICTS b/utils/coreutils/CONFLICTS
new file mode 100755
index 0000000000..26e7dbb54b
--- /dev/null
+++ b/utils/coreutils/CONFLICTS
@@ -0,0 +1 @@
+conflicts mktemp y
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 8ed6b0e49b..0dd376ba31 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,5 +1,6 @@
SPELL=coreutils
VERSION=6.10
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index a7a7aaacfa..4323ff6a40 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,6 +1,9 @@
2008-02-03 Ladislav Hagara <hgr@vabo.cz>
* DEPENDS: removed linux-pam [Bug 14270]
* TRIGGERS: removed
+ * DETAILS: mktemp is provided by coreutils not by mktemp [Bug 14271]
+ PATCHLEVEL=1
+ * CONFLICTS: conflicts mktemp y
2008-01-30 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* DEPENDS: no longer needs util-linux for kill