Bug 8223 - Depends on mktemp but does not require it
Summary: Depends on mktemp but does not require it
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: alternatives (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 02:43 MSD by Dmitry V. Levin
Modified: 2005-10-20 14:21 MSD (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry V. Levin 2005-10-15 02:43:04 MSD
Серьёзная проблема: если из basesystem убрать пакет dev, то базовая сборочная
среда разваливается, поскольку пакет alternatives не замкнут.

$ rpmquery -l alternatives |fgrep bin/ |xargs -r grep -w mktemp
/usr/bin/alternatives-update:    AVAIL=`mktemp -t $PROG.avail.XXXXXX`
/usr/bin/alternatives-update:    CHANGES=`mktemp -t $PROG.changes.XXXXXX`
/usr/bin/alternatives-update:    NEW=`mktemp -t $PROG.new.XXXXXX`
/usr/bin/alternatives-upgrade:    TEMPFILE=`mktemp -t $PROG.XXXXXX`
/usr/sbin/alternatives-update:    AVAIL=`mktemp -t $PROG.avail.XXXXXX`
/usr/sbin/alternatives-update:    CHANGES=`mktemp -t $PROG.changes.XXXXXX`

Необходимо добавить
Requires: mktemp >= 1:1.3.1

/usr/sbin/alternatives-update:    NEW=`mktemp -t $PROG.new.XXXXXX`
Comment 1 inger@altlinux.org 2005-10-20 14:21:09 MSD
добавлено