ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] RPM uninstall dependencies
@ 2003-10-01 16:06 Sergey Vlasov
  2003-10-01 16:31 ` Dmitry V. Levin
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Vlasov @ 2003-10-01 16:06 UTC (permalink / raw)
  To: devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-10-07 14:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-01 16:06 [devel] RPM uninstall dependencies Sergey Vlasov
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

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