From: Sergey Vlasov <vsu@altlinux.ru>
To: devel@altlinux.ru
Subject: [devel] RPM uninstall dependencies
Date: Wed, 1 Oct 2003 20:06:17 +0400
Message-ID: <20031001160617.GB14750@master.mivlgu.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]
Hello!
Как можно управлять порядком удаления пакетов? Для установки всё
понятно: PreReq. А вот для удаления я такого способа пока не нашёл.
Проблема проявляется, например, на пакетах kernel-image-* и
kernel-modules-*. В пакетах kernel-modules-* в %postun содержится
вызов depmod; если сначала удаляется kernel-image-*, то потом при
удалении kernel-modules-* сыплются ошибки (а также не удаляются за
собой каталоги). Т.е. простым apt-get remove kernel-image-...
нельзя начисто удалить из системы ядро со всеми модулями.
Пробовал писать Requires(postun), Requires(preun),
Requires(preun,postun) - не помогает. Причём проблемы возникают
даже при непосредственном вызове rpm (не через apt-get, где rpm
вызывается с --nodeps).
Т.е. этот вариант проходит нормально:
rpm -e kernel-image-std-up-2.4.22-alt5 kernel-modules-cifs-std-up-0.9.3-alt1.5
А вот такой вариант не работает:
rpm -e kernel-modules-cifs-std-up-0.9.3-alt1.5 kernel-image-std-up-2.4.22-alt5
depmod: Can't read /boot/System.map-2.4.22-std-up-alt5
error: execution of %postun scriptlet from
kernel-modules-cifs-std-up-0.9.3-alt1.5 failed, exit status 1
При этом в kernel-modules-cifs добавлено:
Requires(preun,postun): kernel-image-%flavour = %kversion-%krelease
--
Sergey Vlasov
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2003-10-01 16:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-01 16:06 Sergey Vlasov [this message]
2003-10-01 16:31 ` Dmitry V. Levin
2003-10-01 16:43 ` Alexander Bokovoy
2003-10-07 13:18 ` Dmitry V. Levin
2003-10-07 13:28 ` Alexander Bokovoy
2003-10-07 13:51 ` Dmitry V. Levin
2003-10-07 14:24 ` Alexander Bokovoy
2003-10-07 14:34 ` Dmitry V. Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031001160617.GB14750@master.mivlgu.local \
--to=vsu@altlinux.ru \
--cc=devel@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git