From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] RPM uninstall dependencies
Date: Tue, 7 Oct 2003 17:51:08 +0400
Message-ID: <20031007135108.GC25256@basalt.office.altlinux.org> (raw)
In-Reply-To: <20031007132809.GA7130@sam-solutions.net>
[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]
On Tue, Oct 07, 2003 at 04:28:09PM +0300, Alexander Bokovoy wrote:
> On Tue, Oct 07, 2003 at 05:18:12PM +0400, Dmitry V. Levin wrote:
> > On Wed, Oct 01, 2003 at 07:43:24PM +0300, Alexander Bokovoy wrote:
> > > On Wed, Oct 01, 2003 at 08:31:09PM +0400, Dmitry V. Levin wrote:
> > [...]
> > > > > Requires(preun,postun): kernel-image-%flavour = %kversion-%krelease
> > > >
> > > > postun когда-нибудь будет работать.
> > > Для начала, видимо, стоит расширить действие опции --noorder на --erase.
> > > Точнее, она сейчас действует там по умолчанию -- rpmdepOrder не вызывается
> > > ни при каких обстоятельствах, в отличие от rpmInstall(). Так что можно
> > > попробовать код из lib/rpminstall.c:592 аналогичным образом добавить ниже
> > > по тексту в rpmErase().
> >
> > В cvs head'е rpm'а есть такой код:
> >
> > #ifdef NOTYET
> > if (!stopUninstall && !(ia->installInterfaceFlags & INSTALL_NOORDER)){
> > if (rpmtsOrder(ts)) {
> > numFailed += numPackages;
> > stopUninstall = 1;
> > }
> > }
> > #endif
> Похоже на то, но не совсем. Надо будет поэкспериментировать.
Это в точности то. Настораживает "#ifdef NOTYET".
У нас это выглядело бы так:
#ifdef NOTYET
if (!stopUninstall && !(interfaceFlags & INSTALL_NOORDER)) {
if (rpmdepOrder(ts)) {
numFailed += numPackages;
stopUninstall = 1;
}
}
#endif
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-10-07 13:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-01 16:06 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 [this message]
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=20031007135108.GC25256@basalt.office.altlinux.org \
--to=ldv@altlinux.org \
--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