ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] rpm-build-4.0.4-alt78 dependencies changed
@ 2007-09-12  9:06 Alexey Tourbin
  2007-09-12  9:16 ` Anton Farygin
                   ` (122 more replies)
  0 siblings, 123 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12  9:06 UTC (permalink / raw)
  To: devel


[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]

Я рассмотрел все пакеты, которые перестали собираться из-за изменений
в rpm-build-4.0.4-alt78.  Теперь начинается самое интересное: у многих
пакетов после успешной пересборки зависимости стали отличаться
нетривиальным образом.

Я прилагаю полный diff для предварительного осмотра.
Буду его комментировать.

[-- Attachment #1.2: bilode.diff.bz2 --]
[-- Type: application/x-bzip2, Size: 28566 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] rpm-build-4.0.4-alt78 dependencies changed
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
@ 2007-09-12  9:16 ` Anton Farygin
  2007-09-12  9:50   ` [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req Alexey Tourbin
  2007-09-12  9:29 ` [devel] rpm-build-4.0.4-alt78 removed self requires Alexey Tourbin
                   ` (121 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Anton Farygin @ 2007-09-12  9:16 UTC (permalink / raw)
  To: ALT Devel discussion list

Alexey Tourbin пишет:
> Я рассмотрел все пакеты, которые перестали собираться из-за изменений
> в rpm-build-4.0.4-alt78.  Теперь начинается самое интересное: у многих
> пакетов после успешной пересборки зависимости стали отличаться
> нетривиальным образом.
> 
> Я прилагаю полный diff для предварительного осмотра.
> Буду его комментировать.

Это выглядит странно:
@@ -19337,2 +19611,3 @@
  design-graphics-desktop-4.0-alt0.1     Requires 
/etc/alternatives/packages.d
+design-graphics-desktop-4.0-alt0.1     Requires 
/usr/share/wallpapers
  design-graphics-desktop-4.0-alt0.1     Requires(interp)        /bin/sh




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

* [devel] rpm-build-4.0.4-alt78 removed self requires
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
  2007-09-12  9:16 ` Anton Farygin
@ 2007-09-12  9:29 ` Alexey Tourbin
  2007-09-12  9:37 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey I. Froloff
                   ` (120 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12  9:29 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

Из-за улучшений в /usr/lib/rpm/find-package у некоторых пакетов
исчезли зависимости на самих себя.

$ perl -ne '/^-(\S+)-\S+-\S+\t\S+\t\1$/&&print' bilode.diff
-audit-1.5.4-alt1       Requires        audit
-backupninja-0.9.4-alt1 Requires        backupninja
-bridge-utils-1.2-alt2  Requires        bridge-utils
-cracklib-utils-2.8.10-alt1     Requires        cracklib-utils
-freeipmi-0.4.3-alt1    Requires        freeipmi
-fsbackup-1.2pl1-alt2   Requires        fsbackup
-iproute2-2.6.20.20070313-alt1  Requires        iproute2
-ipvsadm-1.24-alt1      Requires        ipvsadm
-iscsitarget-utils-0.4.14-alt3  Requires        iscsitarget-utils
-nvram-wakeup-0.97-alt2 Requires        nvram-wakeup
-open-iscsi-2.0.730-alt2        Requires        open-iscsi
-postfix-2.3.12-alt1    Requires        postfix
-qtparted-0.4.5-alt21   Requires        qtparted
-rdup-0.3.0-alt0.1      Requires        rdup
-redirector-dbl-3.2.1-alt5      Requires        redirector-dbl
-service-0.5.14-alt1    Requires        service
-shorewall-3.4.5-alt1   Requires        shorewall
-squid-server-2.6.STABLE13-alt1 Requires        squid-server
-startup-rescue-0.4.2-alt1      Requires        startup-rescue
-tircproxy-0.4.5-alt3   Requires        tircproxy
-utftpd-0.2.4-alt2      Requires        utftpd
-vzctl-3.0.18-alt1      Requires        vzctl
-xen-3.1.0-alt2 Requires        xen
-xfsprogs-2.8.16-alt1   Requires        xfsprogs
$

Кажется, это связано с тем, что раньше поиск через /usr/bin/which
происходил с текущим значением PATH=/bin:/usr/bin.  То есть по сути
раньше не работал просмотр /sbin и /usr/sbin в билдруте и в
хост-системе.  Видно, что большая часть этих пакетов -- "серверные".

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] rpm-build-4.0.4-alt78 dependencies changed
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
  2007-09-12  9:16 ` Anton Farygin
  2007-09-12  9:29 ` [devel] rpm-build-4.0.4-alt78 removed self requires Alexey Tourbin
@ 2007-09-12  9:37 ` Alexey I. Froloff
  2007-09-12  9:56   ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Alexey Tourbin
  2007-09-12 10:46 ` [devel] CMFQuickInstallerTool-1.5.3-alt1 strong semi-unmets Alexey Tourbin
                   ` (119 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-12  9:37 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

* Alexey Tourbin <at@> [070912 13:08]:
> Я прилагаю полный diff для предварительного осмотра.
> Буду его комментировать.

> +alterator-browser-qt-2.9.62-alt1	Requires	dev
> +nvidia_glx_common-1.0.7184-alt29.2	Requires	dev
> +nvidia_glx_common-1.0.9631-alt29.2	Requires	dev
> +nvidia_glx_common-1.0.9746-alt27	Requires	dev
> +nvidia_glx_common-1.0.9755-alt29	Requires	dev
> +nvidia_glx_common-100.14.09-alt30	Requires	dev
> +nvidia_glx_common-100.14.11-alt31	Requires	dev
Это плохо.  Это очень плохо.

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12  9:16 ` Anton Farygin
@ 2007-09-12  9:50   ` Alexey Tourbin
  2007-09-12 10:52     ` Anton Farygin
  0 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12  9:50 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 2359 bytes --]

On Wed, Sep 12, 2007 at 01:16:49PM +0400, Anton Farygin wrote:
> Это выглядит странно:
> @@ -19337,2 +19611,3 @@
>   design-graphics-desktop-4.0-alt0.1     Requires 
> /etc/alternatives/packages.d
> +design-graphics-desktop-4.0-alt0.1     Requires 
> /usr/share/wallpapers
>   design-graphics-desktop-4.0-alt0.1     Requires(interp)        /bin/sh

В пакете design-graphics-desktop имеется симлинк
/usr/share/design/desktop/backgrounds/more -> ../../../wallpapers

Я реализовал поиск зависимостей на все "битые" симлинки (другими
словами, поиск зависимостей на все симлинки, которые смотрят за
пределы пакета).  Как определить, что симлинк смотрит за пределы
пакета, я сейчас объяснять не буду.  Это не совсем тривиально,
хотя и не очень сложно.  Суть в том, что можно довольно точно
определить, что симлинк смотрит за пределы пакета, и узнать его
"канонический" таргет.

Считается, что нельзя поставить пакет с битым симлинком, то есть
при установке пакета для каждого внешнего симлинка должен быть также
поставлен пакет с таргетом этого симлинка.

Далее запускается поиск зависимостей на таргет симлинка,
через стандартную процедуру /usr/lib/rpm/find-package.

Каталог /usr/share/wallpapers принадлежит более чем одному пакету.

$ rpm -qf /usr/share/wallpapers
wallpapers-mike-20030214-alt0.2.1
wallpapers-piter_xix-0.1-alt1
wallpapers-orange-0.1-alt0.1.1
wallpapers-gc-0.1-alt2
wallpapers-lav-20030331-alt1.1
wallpapers-landscapes-1-alt1
wallpapers-nordnature-1-alt1.1
kde-common-3.5.5-alt1
$

Поэтому алгоритм find-package проставляет "raw" зависимость
на /usr/share/wallpapers.  На самом деле идет поиск через недавно
реализованный в hasher contents_index_all, хотя в данном случае он
не дает ничего нового.

symlinks.req: /usr/src/tmp/design-graphics-desktop-buildroot/usr/share/design/desktop/backgrounds/more: checking contents_index_all for /usr/share/wallpapers
symlinks.req: /usr/src/tmp/design-graphics-desktop-buildroot/usr/share/design/desktop/backgrounds/more: /usr/share/wallpapers -> /usr/share/wallpapers (via contents_index_all)

Думаю, что ничего подозрительного в данном случае нету.  Цель здесь
не только в поиске зависимостей, но и в защите от битых симлинков.
Пакет с битым симлинком теперь не удастся установить по зависимостям,
пока кто-то не начнет предоставлять таргет симлинка.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2
  2007-09-12  9:37 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey I. Froloff
@ 2007-09-12  9:56   ` Alexey Tourbin
  2007-09-12 15:55     ` Alexey I. Froloff
  2007-09-12 16:11     ` Alexey I. Froloff
  0 siblings, 2 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12  9:56 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1458 bytes --]

On Wed, Sep 12, 2007 at 01:37:18PM +0400, Alexey I. Froloff wrote:
> * Alexey Tourbin <at@> [070912 13:08]:
> > Я прилагаю полный diff для предварительного осмотра.
> > Буду его комментировать.
> 
> > +alterator-browser-qt-2.9.62-alt1	Requires	dev
> > +nvidia_glx_common-1.0.7184-alt29.2	Requires	dev
> > +nvidia_glx_common-1.0.9631-alt29.2	Requires	dev
> > +nvidia_glx_common-1.0.9746-alt27	Requires	dev
> > +nvidia_glx_common-1.0.9755-alt29	Requires	dev
> > +nvidia_glx_common-100.14.09-alt30	Requires	dev
> > +nvidia_glx_common-100.14.11-alt31	Requires	dev
> Это плохо.  Это очень плохо.

С точки зрения логики поиска зависимостей "всё чисто".

В пакете alterator-browser-qt-2.9.62-alt1 имеется симлинк
/etc/alterator/design-browser-qt -> /dev/null

В пакете nvidia_glx_common* имеется симлинк
/etc/X11/lib_nvidia/nvidia.xinf -> /dev/null

Поскольку все битые (или "внешние") симлинки должен кто-то обеспечивать,
то проставляется зависимость на того, кто их обеспечивает.

symlinks.req: /usr/src/tmp/alterator-browser-qt-buildroot/etc/alterator/design-browser-qt: checking contents_index_all for /dev/null
symlinks.req: /usr/src/tmp/alterator-browser-qt-buildroot/etc/alterator/design-browser-qt: /dev/null -> dev (via contents_index_all)

Кроме пакета dev никто не обеспечивает файла /dev/null.

В принципе, если зависимости на /dev/* нежелательно разрешать из-за
специфики /dev, то это можно попробовать как-то захачить.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] CMFQuickInstallerTool-1.5.3-alt1 strong semi-unmets
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (2 preceding siblings ...)
  2007-09-12  9:37 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey I. Froloff
@ 2007-09-12 10:46 ` Alexey Tourbin
  2007-09-12 13:19   ` [devel] Plone-2.0.S5-alt1 Alexey Tourbin
  2007-09-12 13:24 ` [devel] PyPanel-2.4-alt2 Alexey Tourbin
                   ` (118 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 10:46 UTC (permalink / raw)
  To: devel; +Cc: Gennady Kovalev

[-- Attachment #1: Type: text/plain, Size: 3463 bytes --]

> @@ -257,4 +257,9 @@
>  CMFFormController-1.0.4-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +CMFQuickInstallerTool-1.5.3-alt1	Requires	/etc/init.d/zope
> +CMFQuickInstallerTool-1.5.3-alt1	Requires	/usr/share/debconf/confmodule
>  CMFQuickInstallerTool-1.5.3-alt1	Requires	CMF
>  CMFQuickInstallerTool-1.5.3-alt1	Requires	Zope-Modules
> +CMFQuickInstallerTool-1.5.3-alt1	Requires	dpkg
> +CMFQuickInstallerTool-1.5.3-alt1	Requires	findutils
> +CMFQuickInstallerTool-1.5.3-alt1	Requires	gawk
>  CMFQuickInstallerTool-1.5.3-alt1	Requires	make

Пакет CMFQuickInstallerTool заслуживает внимания по двум причинам --
общей и частной.

Общая причина это классификация полу-анметов.  Обратим внимание на
зависимость /etc/init.d/zope.  Она появляется при обработке файла
/usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/debian/postinst.
Вообще-то этот файл, вероятно, запакован по ошибке.  Но с точки зрения
общей причины это сейчас не важно.  Этот файл является простым #!/bin/sh
скриптом; на нём не стоит бита -x, поэтому раньше зависимости не
искались, а теперь будут искаться.

В этом файле исползуется /etc/init.d/zope:
./usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/debian/postinst: test "$RET" = "true" && /etc/init.d/zope restart

На самом деле в пакете Zope-ZUtils находится файл /etc/rc.d/init.d/zope.
Это тот же самый файл, но у него отличается канонический путь.  Поэтому
образуется "сильный полу-анмет" на /etc/init.d/zope.

Таким образом, это приводит меня к следующей классификации полу-анметов.

Слабый полу-анмет: зависимость типа /путь, которая явно не
предоставляется ни одним пакетом, но некоторые пакеты содержат
соответствующие файлы /путь, при явном совпадении канонических путей.
Такие пакеты при некоторых условиях всё еще можно поставить через
apt-get, а в противном случае можно установить через rpm.
Пример слабого полу-анмета: Requires: /etc/rc.d/init.d/zope

Сильный полу-анмет: зависимость типа /путь1, которая явно не
предоставляется ни одним пакетом; файл /путь1 не содержится ни
в одном пакете; но некоторые пакеты содержат файл /путь2;
каноникализация /путь1 и /путь2 дает один и тот же путь.  Такие пакеты
нельзя установить с помощью apt-get, и в некоторых случаях также нельзя
установить через rpm.  Пакет с сильным полу-анметом /путь1 можно
поставить в хост систему только тогда, когда пакет с файлом /путь2 УЖЕ
УСТАНОВЛЕН.  Пример сильного полу-анмета: Requires: /etc/init.d/zope

То есть встает вопрос каноникализации путей в процессе поиска
зависимостей.  Я реализовал в пост-alt78 бранче mod DWIM-хак,
который как раз направлен против сильных полу-анметов, называется
CanonPath.  Во многих случаях он делает как раз то, что нужно, но
полной гарантии супротив сильных полу-анметов нету.


Частная же причина состоит в появлении анмета на /usr/share/debconf/confmodule.

./usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/debian/postinst:. /usr/share/debconf/confmodule
./usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/debian/config:. /usr/share/debconf/confmodule

shell.req: /usr/src/tmp/CMFQuickInstallerTool-buildroot/usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/debian/postinst: /usr/share/debconf/confmodule -> /usr/share/debconf/confmodule (raw, not found)

По-видимому, каталог debian/ всё же запакован по ошибке.
Если хотите паковать дебиановские скрипты, будьте готовы к дебиановским
зависимостям.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12  9:50   ` [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req Alexey Tourbin
@ 2007-09-12 10:52     ` Anton Farygin
  2007-09-12 10:54       ` Dmitry V. Levin
  2007-09-12 11:00       ` [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req Alexey Tourbin
  0 siblings, 2 replies; 316+ messages in thread
From: Anton Farygin @ 2007-09-12 10:52 UTC (permalink / raw)
  To: ALT Devel discussion list

Alexey Tourbin пишет:
> On Wed, Sep 12, 2007 at 01:16:49PM +0400, Anton Farygin wrote:
>> Это выглядит странно:
>> @@ -19337,2 +19611,3 @@
>>   design-graphics-desktop-4.0-alt0.1     Requires 
>> /etc/alternatives/packages.d
>> +design-graphics-desktop-4.0-alt0.1     Requires 
>> /usr/share/wallpapers
>>   design-graphics-desktop-4.0-alt0.1     Requires(interp)        /bin/sh
> 
> В пакете design-graphics-desktop имеется симлинк
> /usr/share/design/desktop/backgrounds/more -> ../../../wallpapers
<skip>
> Думаю, что ничего подозрительного в данном случае нету.  Цель здесь
> не только в поиске зависимостей, но и в защите от битых симлинков.
> Пакет с битым симлинком теперь не удастся установить по зависимостям,
> пока кто-то не начнет предоставлять таргет симлинка.

А насколько это хорошо, с точки зрения использования ? может ли быть 
ситуация, когда симлинк в пакете является битым, но он переходит в 
нормальное состояние после дополнительной настройки, например тем-же 
самомым control'ом ?

Или симлинк исправляется в post-скриптах ?



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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 10:52     ` Anton Farygin
@ 2007-09-12 10:54       ` Dmitry V. Levin
  2007-09-12 11:01         ` Anton Farygin
  2007-09-12 11:00       ` [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req Alexey Tourbin
  1 sibling, 1 reply; 316+ messages in thread
From: Dmitry V. Levin @ 2007-09-12 10:54 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

On Wed, Sep 12, 2007 at 02:52:02PM +0400, Anton Farygin wrote:
> Alexey Tourbin пишет:
> > On Wed, Sep 12, 2007 at 01:16:49PM +0400, Anton Farygin wrote:
> >> Это выглядит странно:
> >> @@ -19337,2 +19611,3 @@
> >>   design-graphics-desktop-4.0-alt0.1     Requires 
> >> /etc/alternatives/packages.d
> >> +design-graphics-desktop-4.0-alt0.1     Requires 
> >> /usr/share/wallpapers
> >>   design-graphics-desktop-4.0-alt0.1     Requires(interp)        /bin/sh
> > 
> > В пакете design-graphics-desktop имеется симлинк
> > /usr/share/design/desktop/backgrounds/more -> ../../../wallpapers
> <skip>
> > Думаю, что ничего подозрительного в данном случае нету.  Цель здесь
> > не только в поиске зависимостей, но и в защите от битых симлинков.
> > Пакет с битым симлинком теперь не удастся установить по зависимостям,
> > пока кто-то не начнет предоставлять таргет симлинка.
> 
> А насколько это хорошо, с точки зрения использования ? может ли быть 
> ситуация, когда симлинк в пакете является битым, но он переходит в 
> нормальное состояние после дополнительной настройки, например тем-же 
> самомым control'ом ?
> 
> Или симлинк исправляется в post-скриптах ?

В таком случае полагается паковать %ghost-файл(ы).


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 10:52     ` Anton Farygin
  2007-09-12 10:54       ` Dmitry V. Levin
@ 2007-09-12 11:00       ` Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 11:00 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1807 bytes --]

On Wed, Sep 12, 2007 at 02:52:02PM +0400, Anton Farygin wrote:
> Alexey Tourbin пишет:
> > On Wed, Sep 12, 2007 at 01:16:49PM +0400, Anton Farygin wrote:
> >> Это выглядит странно:
> >> @@ -19337,2 +19611,3 @@
> >>   design-graphics-desktop-4.0-alt0.1     Requires 
> >> /etc/alternatives/packages.d
> >> +design-graphics-desktop-4.0-alt0.1     Requires 
> >> /usr/share/wallpapers
> >>   design-graphics-desktop-4.0-alt0.1     Requires(interp)        /bin/sh
> > 
> > В пакете design-graphics-desktop имеется симлинк
> > /usr/share/design/desktop/backgrounds/more -> ../../../wallpapers
> <skip>
> > Думаю, что ничего подозрительного в данном случае нету.  Цель здесь
> > не только в поиске зависимостей, но и в защите от битых симлинков.
> > Пакет с битым симлинком теперь не удастся установить по зависимостям,
> > пока кто-то не начнет предоставлять таргет симлинка.
> 
> А насколько это хорошо, с точки зрения использования ? может ли быть 
> ситуация, когда симлинк в пакете является битым, но он переходит в 
> нормальное состояние после дополнительной настройки, например тем-же 
> самомым control'ом ?

Думаю, что по умолчанию это хорошо.  Там дальше обнаружены реальные
ошибки с битыми симлинками, напр. 

/usr/share/apps/konqueror/tiles/default.png -> ../../../../design-current/kde/konqueror/tile.png
+kdebase-konqueror-3.5.7-alt14	Requires	/usr/design-current/kde/konqueror/tile.png

> Или симлинк исправляется в post-скриптах ?

Поиск зависимостей симлинка можно отключить:
%add_findreq_skiplit /симлинк

То есть в первом приближении это соответствует "нашей идеологии"
rpm-build: все проверки влючены по умолчанию и работают очень жестко;
но, вместе с тем, все он отлючаются вручную.  Хорошо если это делается
осознанно (и на это есть хорошая причина).

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 10:54       ` Dmitry V. Levin
@ 2007-09-12 11:01         ` Anton Farygin
  2007-09-12 11:10           ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From: Anton Farygin @ 2007-09-12 11:01 UTC (permalink / raw)
  To: ALT Devel discussion list

Dmitry V. Levin пишет:
> On Wed, Sep 12, 2007 at 02:52:02PM +0400, Anton Farygin wrote:
>> Alexey Tourbin пишет:
>>> On Wed, Sep 12, 2007 at 01:16:49PM +0400, Anton Farygin wrote:
>>>> Это выглядит странно:
>>>> @@ -19337,2 +19611,3 @@
>>>>   design-graphics-desktop-4.0-alt0.1     Requires 
>>>> /etc/alternatives/packages.d
>>>> +design-graphics-desktop-4.0-alt0.1     Requires 
>>>> /usr/share/wallpapers
>>>>   design-graphics-desktop-4.0-alt0.1     Requires(interp)        /bin/sh
>>> В пакете design-graphics-desktop имеется симлинк
>>> /usr/share/design/desktop/backgrounds/more -> ../../../wallpapers
>> <skip>
>>> Думаю, что ничего подозрительного в данном случае нету.  Цель здесь
>>> не только в поиске зависимостей, но и в защите от битых симлинков.
>>> Пакет с битым симлинком теперь не удастся установить по зависимостям,
>>> пока кто-то не начнет предоставлять таргет симлинка.
>> А насколько это хорошо, с точки зрения использования ? может ли быть 
>> ситуация, когда симлинк в пакете является битым, но он переходит в 
>> нормальное состояние после дополнительной настройки, например тем-же 
>> самомым control'ом ?
>>
>> Или симлинк исправляется в post-скриптах ?
> 
> В таком случае полагается паковать %ghost-файл(ы).

На которые автоматом не будет выставляться provides...

собственно я к тому, что коль уж решили искать автоматом зависимости на 
симлинки, то видимо надо автоматом проставляться и provides.

Иначе придётся постоянно просить кого-то чего-то запровайдить в пакетах.



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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 11:01         ` Anton Farygin
@ 2007-09-12 11:10           ` Alexey Tourbin
  2007-09-12 11:20             ` Anton Farygin
  0 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 11:10 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

On Wed, Sep 12, 2007 at 03:01:42PM +0400, Anton Farygin wrote:
> На которые автоматом не будет выставляться provides...
> 
> собственно я к тому, что коль уж решили искать автоматом зависимости на 
> симлинки, то видимо надо автоматом проставляться и provides.
> 
> Иначе придётся постоянно просить кого-то чего-то запровайдить в пакетах.

Вопрос с provides очень сложный, я его сейчас не буду полностью
растолковывать, хотя много в связи с этим писал.  В двух словах,
я "подстелил соломку" везде где только можно (в нескольких местах),
чтобы НИКОГДА не приходилось писать Provides вручную.

К сожалению, текущий дизайн репозитария (заведомо незамкнутые arch
и noarch компоненты при обрезании файловых листов) в некоторых случаях
всё же может давать полуанметы.  Но текущий дизайн репозитария это не
священная корова.  Посмотрим как пойдёт.

Все зависимости вида /usr/share/что-то в пределах noarch компоненты
НЕ БУДУТ являются анметами (естественно, если есть совпадение по файлам).

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 11:10           ` Alexey Tourbin
@ 2007-09-12 11:20             ` Anton Farygin
  2007-09-12 11:58               ` Alexey I. Froloff
  2007-09-12 12:16               ` Alexey Tourbin
  0 siblings, 2 replies; 316+ messages in thread
From: Anton Farygin @ 2007-09-12 11:20 UTC (permalink / raw)
  To: ALT Devel discussion list

Alexey Tourbin пишет:
> On Wed, Sep 12, 2007 at 03:01:42PM +0400, Anton Farygin wrote:
>> На которые автоматом не будет выставляться provides...
>>
>> собственно я к тому, что коль уж решили искать автоматом зависимости на 
>> симлинки, то видимо надо автоматом проставляться и provides.
>>
>> Иначе придётся постоянно просить кого-то чего-то запровайдить в пакетах.
> 
> Вопрос с provides очень сложный, я его сейчас не буду полностью
> растолковывать, хотя много в связи с этим писал.  В двух словах,
> я "подстелил соломку" везде где только можно (в нескольких местах),
> чтобы НИКОГДА не приходилось писать Provides вручную.
> 
> К сожалению, текущий дизайн репозитария (заведомо незамкнутые arch
> и noarch компоненты при обрезании файловых листов) в некоторых случаях
> всё же может давать полуанметы.  Но текущий дизайн репозитария это не
> священная корова.  Посмотрим как пойдёт.
> 
> Все зависимости вида /usr/share/что-то в пределах noarch компоненты
> НЕ БУДУТ являются анметами (естественно, если есть совпадение по файлам).

Хорошо.

Кстати, кто-нить знает, в новом RPM появилась возможность делать 
условные зависимости как в debian ?

Я про Depends/Recommends/Suggests ?



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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 11:20             ` Anton Farygin
@ 2007-09-12 11:58               ` Alexey I. Froloff
  2007-09-12 12:16               ` Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-12 11:58 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

* Anton Farygin <rider@> [070912 15:20]:
> Кстати, кто-нить знает, в новом RPM появилась возможность делать 
> условные зависимости как в debian ?
Да.  Но помойму только Recommends.

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 11:20             ` Anton Farygin
  2007-09-12 11:58               ` Alexey I. Froloff
@ 2007-09-12 12:16               ` Alexey Tourbin
  2007-09-12 15:51                 ` Alexey I. Froloff
  1 sibling, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 12:16 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

On Wed, Sep 12, 2007 at 03:20:10PM +0400, Anton Farygin wrote:
> Кстати, кто-нить знает, в новом RPM появилась возможность делать 
> условные зависимости как в debian ?

Думаю, что это скорее не нужно, чем нужно.

> Я про Depends/Recommends/Suggests ?

Логическим завершением этой идеи было бы писать к каждой зависимости
вероятность, с которой она требуется.  Или даже предоставляется. ;)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] Plone-2.0.S5-alt1
  2007-09-12 10:46 ` [devel] CMFQuickInstallerTool-1.5.3-alt1 strong semi-unmets Alexey Tourbin
@ 2007-09-12 13:19   ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 13:19 UTC (permalink / raw)
  To: devel; +Cc: Gennady Kovalev

[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]

On Wed, Sep 12, 2007 at 02:46:34PM +0400, Alexey Tourbin wrote:
> > @@ -257,4 +257,9 @@
> >  CMFFormController-1.0.4-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> > +CMFQuickInstallerTool-1.5.3-alt1	Requires	/etc/init.d/zope
> > +CMFQuickInstallerTool-1.5.3-alt1	Requires	/usr/share/debconf/confmodule
> >  CMFQuickInstallerTool-1.5.3-alt1	Requires	CMF
> >  CMFQuickInstallerTool-1.5.3-alt1	Requires	Zope-Modules
> > +CMFQuickInstallerTool-1.5.3-alt1	Requires	dpkg
> > +CMFQuickInstallerTool-1.5.3-alt1	Requires	findutils
> > +CMFQuickInstallerTool-1.5.3-alt1	Requires	gawk
> >  CMFQuickInstallerTool-1.5.3-alt1	Requires	make
[...]
> По-видимому, каталог debian/ всё же запакован по ошибке.
> Если хотите паковать дебиановские скрипты, будьте готовы к дебиановским
> зависимостям.

Аналогичная ситуация с Plone.  Проблема с /etc/init.d/zope будет решена
на уровне rpm-build, каталог debian/ лучше не паковать.

@@ -1164,2 +1172,4 @@
 Par-1.52-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
+Plone-2.0.S5-alt1	Requires	/etc/init.d/zope
+Plone-2.0.S5-alt1	Requires	/usr/share/debconf/confmodule
 Plone-2.0.S5-alt1	Requires	BTreeFolder2
@@ -1175,4 +1185,8 @@
 Plone-2.0.S5-alt1	Requires	coreutils
+Plone-2.0.S5-alt1	Requires	dpkg
+Plone-2.0.S5-alt1	Requires	findutils
+Plone-2.0.S5-alt1	Requires	gawk
 Plone-2.0.S5-alt1	Requires	make
 Plone-2.0.S5-alt1	Requires	python
+Plone-2.0.S5-alt1	Requires	python-base
 Plone-2.0.S5-alt1	Requires	python2.4(AccessControl)


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] PyPanel-2.4-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (3 preceding siblings ...)
  2007-09-12 10:46 ` [devel] CMFQuickInstallerTool-1.5.3-alt1 strong semi-unmets Alexey Tourbin
@ 2007-09-12 13:24 ` Alexey Tourbin
  2007-09-12 13:36 ` [devel] dependencies on consolehelper Alexey Tourbin
                   ` (117 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 13:24 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

> @@ -1276,2 +1290,8 @@
>  PyPanel-2.4-alt2	Requires	python-base
> +PyPanel-2.4-alt2	Requires	python2.4(Xlib)
> +PyPanel-2.4-alt2	Requires	python2.4(distutils)
> +PyPanel-2.4-alt2	Requires	python2.4(locale)
> +PyPanel-2.4-alt2	Requires	python2.4(os)
> +PyPanel-2.4-alt2	Requires	python2.4(select)
> +PyPanel-2.4-alt2	Requires	python2.4(time)
>  PyPanel-2.4-alt2	Requires	rtld(GNU_HASH)

Питоновские зависимости теперь ищутся в питновских скриптах,
а не только в питоновских модулях.  Отказ от жесткой зависимости
на python = %__python_version (вытягивает все стандартные питоновские
модули) становится более возможным.

В данном случае несколько настораживает зависимость на distutils,
но она действительно есть.

$ rpmpeek PyPanel-2.4-alt2.i586.rpm cat -n ./usr/bin/pypanel |grep -w distutils 
   891  from distutils import sysconfig
$

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] dependencies on consolehelper
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (4 preceding siblings ...)
  2007-09-12 13:24 ` [devel] PyPanel-2.4-alt2 Alexey Tourbin
@ 2007-09-12 13:36 ` Alexey Tourbin
  2007-09-12 14:10 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Andrey Rahmatullin
                   ` (116 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 13:36 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 2162 bytes --]

Появилось некоторое количество зависимостей на consolehelper
(через симлинки), которые, вероятно, забывали добавить вручную.

+SysVinit-usermode-1.5-alt1.1   Requires        consolehelper
+alterator-bootloader-0.1.7-alt2        Requires        consolehelper
+gnome-system-log-2.18.1-alt2   Requires        consolehelper
+gparted-0.3.3-alt6     Requires        consolehelper
+gprs-easyconnect-2.5.3-alt1.1  Requires        consolehelper
+parted-1.8.8-alt1      Requires        consolehelper
+qtparted-0.4.5-alt21   Requires        consolehelper
+sjog-cvs20040812-alt4  Requires        consolehelper
+zapping-0.10-alt0.1.cvs6       Requires        consolehelper

Вот кусочек лога сборки SysVinit-usermode

find-provides: broken symbolic link /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/halt -> reboot is not going to provide anything
find-provides: broken symbolic link /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/poweroff -> reboot is not going to provide anything
find-provides: absolute symbolic link /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/reboot -> /usr/lib/consolehelper/helper is not going to provide anything

symlinks.req: /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/halt: checking contents_index_all for /usr/lib/consolehelper/helper
symlinks.req: /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/halt: /usr/lib/consolehelper/helper -> consolehelper (via contents_index_all)
symlinks.req: /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/poweroff: checking contents_index_all for /usr/lib/consolehelper/helper
symlinks.req: /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/poweroff: /usr/lib/consolehelper/helper -> consolehelper (via contents_index_all)
symlinks.req: /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/reboot: checking contents_index_all for /usr/lib/consolehelper/helper
symlinks.req: /usr/src/tmp/SysVinit-usermode-buildroot/usr/bin/reboot: /usr/lib/consolehelper/helper -> consolehelper (via contents_index_all)

Здесь не факт, что нужно было искать /usr/lib/consolehelper/helper три
раза.  Я подумаю, стоит ли в связи с этим немного модифицировать поиск
зависимостей по симлинкам.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] rpm-build-4.0.4-alt78 dependencies changed
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (5 preceding siblings ...)
  2007-09-12 13:36 ` [devel] dependencies on consolehelper Alexey Tourbin
@ 2007-09-12 14:10 ` Andrey Rahmatullin
  2007-09-12 15:54   ` [devel] Supybot-0.83.2-alt1.1 cmake-2.4.7-alt1 Alexey Tourbin
  2007-09-12 18:13 ` [devel] TeXmacs-1.0.6.9-alt2 Alexey Tourbin
                   ` (115 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Andrey Rahmatullin @ 2007-09-12 14:10 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]

+Supybot-0.83.2-alt1.1  Requires        python2.4(glob)
+Supybot-0.83.2-alt1.1  Requires        python2.4(optparse)
+Supybot-0.83.2-alt1.1  Requires        python2.4(pprint)
+Supybot-0.83.2-alt1.1  Requires        python2.4(pydoc)
+Supybot-0.83.2-alt1.1  Requires        python2.4(tarfile)

Будем считать, что так и надо. 

+archivemail-0.7.0-alt1 Requires        python2.4(fcntl)
etc

Принимается.

+bluez-test-3.10-alt2   Requires        python-base
+bluez-test-3.10-alt2   Requires        python2.4(dbus)
+bluez-test-3.10-alt2   Requires        python2.4(getopt)
+bluez-test-3.10-alt2   Requires        python2.4(gobject)

Принимается, /usr/bin/apitest.

+cmake-2.4.7-alt1       Requires        coreutils
+cmake-2.4.7-alt1       Requires        grep
+cmake-2.4.7-alt1       Requires        gzip
+cmake-2.4.7-alt1       Requires        sed
+cmake-2.4.7-alt1       Requires        tar
+cmake-2.4.7-alt1       Requires        util-linux

/usr/share/CMake/Modules разобралось что ли? А это правильно?

+cogito-0.18.2-alt2     Requires        bash
etc

env bash в шебанге не опознавался?

+dosbox-0.72-alt1       Provides        /usr/bin/dosbox

Зачем? Альтернативы?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

А почему ссылка на xorg-x11-6.8.2-alt5.src.rpm находится в
SRPMS.kernel? Или у нас уже GUI в ядре? ;)
		-- mrkooll in sisyphus@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 12:16               ` Alexey Tourbin
@ 2007-09-12 15:51                 ` Alexey I. Froloff
  2007-09-12 18:46                   ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-12 15:51 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

* Alexey Tourbin <at@> [070912 16:19]:
> > Кстати, кто-нить знает, в новом RPM появилась возможность делать 
> > условные зависимости как в debian ?
> Думаю, что это скорее не нужно, чем нужно.
Сейчас у нас это сделано созданием многих pure-virtual пакетов с
жёсткими зависимостями.  С одной стороны это хорошо для
замкнутости репозитария, с другой - плохо для пользователя у
которого "опять развалился весь GNOME/KDE/WTF".  Неизвестно что
хуже (с точки зрения usability).

Мне, как человеку, чья жена пользуется GNOME, или как
пользователю vlc, был бы интересен такой режим работы apt, когда
бы он пытался ставить максимальное количество Recommended
пакетов, а не заглядывать через aptitude в зависимости к
виртуалам...  Но в таких условиях трудно требовать чего-то от
мантейнеров.  Разве что считать неудовлетворённый Recommends
полноценным анметом.

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] Supybot-0.83.2-alt1.1 cmake-2.4.7-alt1
  2007-09-12 14:10 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Andrey Rahmatullin
@ 2007-09-12 15:54   ` Alexey Tourbin
  2007-09-12 16:04     ` Andrey Rahmatullin
  0 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 15:54 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 2628 bytes --]

On Wed, Sep 12, 2007 at 08:10:39PM +0600, Andrey Rahmatullin wrote:
> +Supybot-0.83.2-alt1.1  Requires        python2.4(glob)
> +Supybot-0.83.2-alt1.1  Requires        python2.4(optparse)
> +Supybot-0.83.2-alt1.1  Requires        python2.4(pprint)
> +Supybot-0.83.2-alt1.1  Requires        python2.4(pydoc)
> +Supybot-0.83.2-alt1.1  Requires        python2.4(tarfile)
> 
> Будем считать, что так и надо. 

$ rpmpeek Supybot-0.83.2-alt1.1.i586.rpm grep -rw tarfile .
./usr/bin/supybot-plugin-package:import tarfile
./usr/bin/supybot-plugin-package:        tf = tarfile.open('%s.tar.gz' % basename, mode='w:gz')
$

Питоновские зависимости теперь ищутся и в скриптах, а не только
в модулях.  Они по-прежнему ищутся достаточно консервативно, то есть
только зависимости "без отступов" (внутри функций зависимости
игнорируются, о чем на всякий случай выдается warning).

То есть, действительно, так и надо.

> +cmake-2.4.7-alt1       Requires        coreutils
> +cmake-2.4.7-alt1       Requires        grep
> +cmake-2.4.7-alt1       Requires        gzip
> +cmake-2.4.7-alt1       Requires        sed
> +cmake-2.4.7-alt1       Requires        tar
> +cmake-2.4.7-alt1       Requires        util-linux
> 
> /usr/share/CMake/Modules разобралось что ли? А это правильно?

Вообще-то я писал, что зависимости на basesystem комментировать
не буду -- от добра добра не ищут.  В принципе даже есть идея
оптимизировать (убирать) зависимости на basesystem за пределами
basesystem, но хорошая реализация не приходит в голову.

Однако файл этот называется
/usr/share/CMake/Modules/CPack.STGZ_Header.sh.in
Он не исполняемый, но начинается на "#!/bin/sh".

Он вообще предназначен для использования cmake'ом или нет?
И почему он кончается на *.in?

> +cogito-0.18.2-alt2     Requires        bash
> etc
> 
> env bash в шебанге не опознавался?

Нет, не опознавался.

> +dosbox-0.72-alt1       Provides        /usr/bin/dosbox
> Зачем? Альтернативы?

Да.  Есть некоторые тонкие соображения, почему все /usr/bin/*
и /usr/sbin/* альтернативы должны предоставляться.  Вообще-то
как бы принято писать их вручную в Provides, но это иногда забывают
делать.

Тонкое соображение такое.  Вообще-то Provides: */bin/* или */sbin/*
писать не обязательно, потому что apt сможет вычислить такие пути по
файловым листам.  Но, с другой стороны, apt ворошит файловые листы
в последнюю очередь.  Если есть явный Provides, то он берёт именно его.
Так вот, чтобы все были равны, и не было тех, кто равнее других, нужно
чтобы все альтернативы одновременно предоставляли (или не предоставляли)
свою альтернативу.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2
  2007-09-12  9:56   ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Alexey Tourbin
@ 2007-09-12 15:55     ` Alexey I. Froloff
  2007-09-12 16:14       ` Sergey V Turchin
  2007-09-16 21:52       ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Michael Shigorin
  2007-09-12 16:11     ` Alexey I. Froloff
  1 sibling, 2 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-12 15:55 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

* Alexey Tourbin <at@> [070912 14:09]:
> В принципе, если зависимости на /dev/* нежелательно разрешать
> из-за специфики /dev, то это можно попробовать как-то захачить.
Для начала можно считать, что /dev/null, /dev/console и т.п.
просто есть всегда в любой системе.  А вообще, это странно -
иметь где-то симлинк в /dev/...

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] Supybot-0.83.2-alt1.1 cmake-2.4.7-alt1
  2007-09-12 15:54   ` [devel] Supybot-0.83.2-alt1.1 cmake-2.4.7-alt1 Alexey Tourbin
@ 2007-09-12 16:04     ` Andrey Rahmatullin
  0 siblings, 0 replies; 316+ messages in thread
From: Andrey Rahmatullin @ 2007-09-12 16:04 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

On Wed, Sep 12, 2007 at 07:54:44PM +0400, Alexey Tourbin wrote:
> > Будем считать, что так и надо. 
> Питоновские зависимости теперь ищутся и в скриптах, а не только
> в модулях.
Да, я об этом.

> Однако файл этот называется
> /usr/share/CMake/Modules/CPack.STGZ_Header.sh.in
> Он не исполняемый, но начинается на "#!/bin/sh".
> 
> Он вообще предназначен для использования cmake'ом или нет?
> И почему он кончается на *.in?
Это заглушка для саморазворачивающихся tgz.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

 Мне очень стыдно, но я это, как бы, чуть-чуть потерял опять немножко
пароль от BTS :(
		-- vsl in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2
  2007-09-12  9:56   ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Alexey Tourbin
  2007-09-12 15:55     ` Alexey I. Froloff
@ 2007-09-12 16:11     ` Alexey I. Froloff
  1 sibling, 0 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-12 16:11 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

* Alexey Tourbin <at@> [070912 14:09]:
А вообще, это кривые пакеты.

> В пакете alterator-browser-qt-2.9.62-alt1 имеется симлинк
> /etc/alterator/design-browser-qt -> /dev/null
$ rpmpeek .../design-alterator-browser-qt-junior-1.0.0-alt1.noarch.rpm cat ./etc/alternatives/packages.d/design-alterator-browser-qt-junior
/etc/alterator/design-browser-qt        /usr/share/alterator-browser-qt/design/junior.rcc 50

> В пакете nvidia_glx_common* имеется симлинк
> /etc/X11/lib_nvidia/nvidia.xinf -> /dev/null
$ rpm -qlp .../nvidia_glx_100.14.09-100.14.09-alt30.i586.rpm | grep xinf 
/usr/lib/nvidia_100.14.09/nvidia.xinf

А симлинк /etc/X11/lib_nvidia/nvidia.xinf переключается
"скриптом" /usr/libexec/X11/drvpre.d/nvidia (на что и ругался
lakostis@ в сизифе).

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2
  2007-09-12 15:55     ` Alexey I. Froloff
@ 2007-09-12 16:14       ` Sergey V Turchin
  2007-09-12 16:27         ` [devel] nvidia_glx_common-1.0.7184-alt29.2?nvidia_glx_common-1.0.7184-alt29. 2 Alexey I. Froloff
  2007-09-16 21:52       ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Michael Shigorin
  1 sibling, 1 reply; 316+ messages in thread
From: Sergey V Turchin @ 2007-09-12 16:14 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

On 12 сентября 2007, Alexey I. Froloff wrote:
> * Alexey Tourbin <at@> [070912 14:09]:
> > В принципе, если зависимости на /dev/* нежелательно разрешать
> > из-за специфики /dev, то это можно попробовать как-то захачить.
>
> Для начала можно считать, что /dev/null, /dev/console и т.п.
> просто есть всегда в любой системе.  А вообще, это странно -
> иметь где-то симлинк в /dev/...
Мне все равно там, на какой пустой файл ссылаться.
Хоть на несуществующий.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] nvidia_glx_common-1.0.7184-alt29.2?nvidia_glx_common-1.0.7184-alt29. 2
  2007-09-12 16:14       ` Sergey V Turchin
@ 2007-09-12 16:27         ` Alexey I. Froloff
  0 siblings, 0 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-12 16:27 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

* Sergey V Turchin <zerg@> [070912 20:21]:
> > А вообще, это странно - иметь где-то симлинк в /dev/...
> Мне все равно там, на какой пустой файл ссылаться.
> Хоть на несуществующий.
А зачем тебе ссылаться в пакете?  Есть %ghost, можно в %post этот
файл создавать, можно в этих пакетах его вообще не трогать
(наверное).

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] TeXmacs-1.0.6.9-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (6 preceding siblings ...)
  2007-09-12 14:10 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Andrey Rahmatullin
@ 2007-09-12 18:13 ` Alexey Tourbin
  2007-09-12 20:02 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Voinov
                   ` (114 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 18:13 UTC (permalink / raw)
  To: devel; +Cc: Vadim V. Zhytnikov

[-- Attachment #1: Type: text/plain, Size: 2490 bytes --]

> @@ -2022,2 +2051,7 @@
>  TORCS-data-tracks-1.3.0-alt0.1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +TeXmacs-1.0.6.9-alt2	Requires	R-base
> +TeXmacs-1.0.6.9-alt2	Requires	bash
> +TeXmacs-1.0.6.9-alt2	Requires	clisp
> +TeXmacs-1.0.6.9-alt2	Requires	coreutils
> +TeXmacs-1.0.6.9-alt2	Requires	grep
>  TeXmacs-1.0.6.9-alt2	Requires	guile16
> @@ -2040,5 +2074,19 @@
>  TeXmacs-1.0.6.9-alt2	Requires	libstdc++.so.6(GLIBCXX_3.4)
> +TeXmacs-1.0.6.9-alt2	Requires	make
> +TeXmacs-1.0.6.9-alt2	Requires	maxima-common
> +TeXmacs-1.0.6.9-alt2	Requires	octave
> +TeXmacs-1.0.6.9-alt2	Requires	python-base
> +TeXmacs-1.0.6.9-alt2	Requires	python2.4(keyword)
> +TeXmacs-1.0.6.9-alt2	Requires	python2.4(os)
> +TeXmacs-1.0.6.9-alt2	Requires	python2.4(re)
> +TeXmacs-1.0.6.9-alt2	Requires	python2.4(string)
> +TeXmacs-1.0.6.9-alt2	Requires	python2.4(traceback)
>  TeXmacs-1.0.6.9-alt2	Requires	rtld(GNU_HASH)
> +TeXmacs-1.0.6.9-alt2	Requires	sed
> +TeXmacs-1.0.6.9-alt2	Requires	sh
>  TeXmacs-1.0.6.9-alt2	Requires	slocate
> +TeXmacs-1.0.6.9-alt2	Requires	tetex-core
> +TeXmacs-1.0.6.9-alt2	Requires	tetex-dvips
>  TeXmacs-1.0.6.9-alt2	Requires	tetex-latex
> +TeXmacs-1.0.6.9-alt2	Requires	transfig
>  TeXmacs-1.0.6.9-alt2	Requires(interp)	/bin/sh

Как удалось выяснить с десятого раза, TeXmacs использует специальный
хак для отключения поиска каких-либо зависимостей:

$ rpmpeek TeXmacs-1.0.6.9-alt2.src.rpm sh -c 'grep findreq *.spec'
%define _findreq_default_method lib
$

Этот хак больше не работает.
Есть менее другой хак, который, может быть, работает:
	AutoReq: no, lib
Более подходящим хаком может стать:
	AutoReq: yes, noshell
В любом случае, это Очень Плохая Идея -- игнорировать все
зависимости скопом.

Хочу подчеркнуть, что зависимости, которые проставились в TeXmacs
вследствие того, что старый хак не работает, они очень похожи на правду.
Это "научный пакет", и в нём появляются зависимости на другие "научные
пакеты".

Например, я посмотрел, откуда берётся зависимость на R-base.

$ rpmpeek TeXmacs-1.0.6.9-alt2.i586.rpm ls -l ./usr/lib/TeXmacs/bin/r_install
-rwxr-xr-x 1 root root 132 Jun 10 18:47 ./usr/lib/TeXmacs/bin/r_install
$ rpmpeek TeXmacs-1.0.6.9-alt2.i586.rpm cat ./usr/lib/TeXmacs/bin/r_install
#!/bin/sh
mkdir -p $TEXMACS_HOME_PATH/plugins/r/r
R CMD INSTALL -l $TEXMACS_HOME_PATH/plugins/r/r $TEXMACS_PATH/plugins/r/r/TeXmacs
$

Тут всё чисто, и поиск зависимостей не грешит против истины ни на йоту.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 15:51                 ` Alexey I. Froloff
@ 2007-09-12 18:46                   ` Alexey Tourbin
  2007-09-12 20:08                     ` Хихин Руслан
  0 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-12 18:46 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

On Wed, Sep 12, 2007 at 07:51:04PM +0400, Alexey I. Froloff wrote:
> * Alexey Tourbin <at@> [070912 16:19]:
> > > Кстати, кто-нить знает, в новом RPM появилась возможность делать 
> > > условные зависимости как в debian ?
> > Думаю, что это скорее не нужно, чем нужно.
> Сейчас у нас это сделано созданием многих pure-virtual пакетов с
> жёсткими зависимостями.  С одной стороны это хорошо для
> замкнутости репозитария, с другой - плохо для пользователя у
> которого "опять развалился весь GNOME/KDE/WTF".  Неизвестно что
> хуже (с точки зрения usability).
> 
> Мне, как человеку, чья жена пользуется GNOME, или как
> пользователю vlc, был бы интересен такой режим работы apt, когда
> бы он пытался ставить максимальное количество Recommended
> пакетов, а не заглядывать через aptitude в зависимости к
> виртуалам...  Но в таких условиях трудно требовать чего-то от
> мантейнеров.  Разве что считать неудовлетворённый Recommends
> полноценным анметом.

Ты мыслишь прикладно, а я мыслю алгебраически (этим я НЕ объявляю,
что я НЕ мыслю также и прикладно).  В общем, мне кажется, что это
глупость, более или менее.  Если не хочется иметь сломанного гнома,
то не надо ломать гном, только и всего.  Если же гном сломался, то
не надо взывать к высоким материям и зависимостям типа Recommends,
а лучше чем-то помочь его починить, если это возможно.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] rpm-build-4.0.4-alt78 dependencies changed
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (7 preceding siblings ...)
  2007-09-12 18:13 ` [devel] TeXmacs-1.0.6.9-alt2 Alexey Tourbin
@ 2007-09-12 20:02 ` Alexey Voinov
  2007-09-15 15:57   ` [devel] gambit-4.0-alt0.22.1 Alexey Tourbin
  2007-09-15 15:50 ` [devel] adesklets-0.6.1-alt1 Alexey Tourbin
                   ` (113 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Voinov @ 2007-09-12 20:02 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1467 bytes --]

Alexey Tourbin <at@altlinux.ru> writes:

> Я рассмотрел все пакеты, которые перестали собираться из-за изменений
> в rpm-build-4.0.4-alt78.  Теперь начинается самое интересное: у многих
> пакетов после успешной пересборки зависимости стали отличаться
> нетривиальным образом.
>
> Я прилагаю полный diff для предварительного осмотра.
> Буду его комментировать.
arch-pqm, scheme48 - изменения вполне нормальные

А вот в gambit:

 gambit-4.0-alt0.22.1	Requires	/etc/alternatives/packages.d
-gambit-4.0-alt0.22.1	Requires	gcc4.1
+gambit-4.0-alt0.22.1	Requires	/usr/bin/gcc
 gambit-4.0-alt0.22.1	Requires	libc.so.6(GLIBC_2.0)

меня поначалу напрягло. Хотя, наверное, пофиг каким компилятором
собирать резултирующий C. Линкуемся-то мы с обычной библиотекой,
никаких специфических фишечек там быть не должно.

Я бы обратил внимание на довольно странные зависимосте пакетов urw-tex
и urw-tex-afm.


-- 
Best Regards!
Alexey Voinov

voins@voins.program.ru
voins@altlinux.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req
  2007-09-12 18:46                   ` Alexey Tourbin
@ 2007-09-12 20:08                     ` Хихин Руслан
  2007-09-15  9:41                       ` [devel] дизъюнкция зависимостей Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From: Хихин Руслан @ 2007-09-12 20:08 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

Здравствуйте Alexey Tourbin
  В сообщении от 12 сентября 2007 Alexey Tourbin написал(a):
 > On Wed, Sep 12, 2007 at 07:51:04PM +0400, Alexey I. Froloff wrote:
 > Ты мыслишь прикладно, а я мыслю алгебраически (этим я НЕ объявляю,
 > что я НЕ мыслю также и прикладно).  В общем, мне кажется, что это
 > глупость, более или менее.  Если не хочется иметь сломанного гнома,
 > то не надо ломать гном, только и всего.  Если же гном сломался, то
 > не надо взывать к высоким материям и зависимостям типа Recommends,
 > а лучше чем-то помочь его починить, если это возможно.
А всё-таки - реально-ли в rpm включить дизъюнкционные зависимости ? Типа 
один из всех ?

PS Спросил и подумал - зачем человека от дела отвлёк.


-- 
С  уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] дизъюнкция зависимостей
  2007-09-12 20:08                     ` Хихин Руслан
@ 2007-09-15  9:41                       ` Alexey Tourbin
  2007-09-15  9:53                         ` Хихин Руслан
  2007-09-15 10:04                         ` Alexey I. Froloff
  0 siblings, 2 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15  9:41 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1898 bytes --]

On Thu, Sep 13, 2007 at 12:08:25AM +0400, Хихин Руслан wrote:
> Здравствуйте Alexey Tourbin
>   В сообщении от 12 сентября 2007 Alexey Tourbin написал(a):
>  > On Wed, Sep 12, 2007 at 07:51:04PM +0400, Alexey I. Froloff wrote:
>  > Ты мыслишь прикладно, а я мыслю алгебраически (этим я НЕ объявляю,
>  > что я НЕ мыслю также и прикладно).  В общем, мне кажется, что это
>  > глупость, более или менее.  Если не хочется иметь сломанного гнома,
>  > то не надо ломать гном, только и всего.  Если же гном сломался, то
>  > не надо взывать к высоким материям и зависимостям типа Recommends,
>  > а лучше чем-то помочь его починить, если это возможно.
> А всё-таки - реально-ли в rpm включить дизъюнкционные зависимости ? Типа 
> один из всех ?

А зачем?  Мы обсуждали это на конференции.  Если явно указывать
дизъюнкцию, то она получается "закрытой" во времени, к ней нельзя
ничего присоединить.  Напр. Requires: gcc3.4|gcc4.1.

А можно длеать "открытую" дизъюнкцию на основе виртуальных зависимостей,
типа Requires: /usr/bin/gcc.  К ней потом можно будет задним числом
"подшить" gcc4.2, и скорее всего такая семантика более преемлема
с точки зрения репозитария в целом.

Вообще у меня была идея, что с помощью дополнительных виртуальных
зависмостей (иногда с помощью явного умножения числа сущностей)
можно выразить на зависимостях любую булеву функцию.
См. теорему Поста о полноте системы булевых функций.

Например мы хотим выразить функцию Requires: mysql xor postgresql.

Делаем пакеты
%package only-postgresql
Requires: postgresql-server
Conflicts: mysql-server
Provides: postgresql-xor-mysql

%package only-mysql
Requires: mysql-server
Conflicts: postgresql-server
Provides: postgresql-xor-mysql

В основном пакете пишем
Requires: postgresql-xor-mysql

То есть дислексия при выражении зависимостей присутствует, но в принципе
система вроде бы полна.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15  9:41                       ` [devel] дизъюнкция зависимостей Alexey Tourbin
@ 2007-09-15  9:53                         ` Хихин Руслан
  2007-09-15 10:06                           ` Alexey I. Froloff
  2007-09-15 12:26                           ` Alexey Tourbin
  2007-09-15 10:04                         ` Alexey I. Froloff
  1 sibling, 2 replies; 316+ messages in thread
From: Хихин Руслан @ 2007-09-15  9:53 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1893 bytes --]

Здравствуйте Alexey Tourbin
  В сообщении от Суббота 15 сентября 2007 Alexey Tourbin написал(a):
 > On Thu, Sep 13, 2007 at 12:08:25AM +0400, Хихин Руслан wrote:
 > > Здравствуйте Alexey Tourbin
 > >
 > А зачем?  Мы обсуждали это на конференции.  Если явно указывать
 > дизъюнкцию, то она получается "закрытой" во времени, к ней нельзя
 > ничего присоединить.  Напр. Requires: gcc3.4|gcc4.1.
Ну, при следующей пересборке пакета она легко присоединяется.


 > А можно длеать "открытую" дизъюнкцию на основе виртуальных
 > зависимостей,
 > типа Requires: /usr/bin/gcc.  К ней потом можно будет задним числом
 > "подшить" gcc4.2, и скорее всего такая семантика более преемлема
 > с точки зрения репозитария в целом.
Не всегда зависимость определяется общим файлом - чаще - это различный 
набор интерфейса.

 > Вообще у меня была идея, что с помощью дополнительных виртуальных
 > зависмостей (иногда с помощью явного умножения числа сущностей)
 > можно выразить на зависимостях любую булеву функцию.
 > См. теорему Поста о полноте системы булевых функций.

 > Например мы хотим выразить функцию Requires: mysql xor postgresql.
 >
 > Делаем пакеты
 > %package only-postgresql
 > Requires: postgresql-server
 > Conflicts: mysql-server
 > Provides: postgresql-xor-mysql
 >
 > %package only-mysql
 > Requires: mysql-server
 > Conflicts: postgresql-server
 > Provides: postgresql-xor-mysql
 >
 > В основном пакете пишем
 > Requires: postgresql-xor-mysql
 >
 > То есть дислексия при выражении зависимостей присутствует, но в
 > принципе
 > система вроде бы полна.
Это мне понятно - дизъюнкционная зависимость и Provides это разные формы 
отбражения одного и того-же. Вопрос стоит именно о возможности хранить 
такую информацию не в куче пакетов, собираемых разными людьми, а в 
одном пакете. Особенно полезно с учётом того, что дизъюнкция 
выполняется при первой истине. 

-- 
С  уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15  9:41                       ` [devel] дизъюнкция зависимостей Alexey Tourbin
  2007-09-15  9:53                         ` Хихин Руслан
@ 2007-09-15 10:04                         ` Alexey I. Froloff
  2007-09-15 12:06                           ` Хихин Руслан
  2007-09-15 21:57                           ` Alexey Tourbin
  1 sibling, 2 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-15 10:04 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

* Alexey Tourbin <at@> [070915 13:45]:
> А можно длеать "открытую" дизъюнкцию на основе виртуальных зависимостей,
> типа Requires: /usr/bin/gcc.  К ней потом можно будет задним числом
> "подшить" gcc4.2, и скорее всего такая семантика более преемлема
> с точки зрения репозитария в целом.
Зависимости A || B в debian появились, видимо, из-за отсутствия
таких "левых" provides.

> Например мы хотим выразить функцию Requires: mysql xor postgresql.
А apt'у крышу не снесёт от такого?

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15  9:53                         ` Хихин Руслан
@ 2007-09-15 10:06                           ` Alexey I. Froloff
  2007-09-15 12:26                           ` Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-15 10:06 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

* Хихин Руслан <hihin@> [070915 13:55]:
>  > типа Requires: /usr/bin/gcc.  К ней потом можно будет задним числом
>  > "подшить" gcc4.2, и скорее всего такая семантика более преемлема
>  > с точки зрения репозитария в целом.
> Не всегда зависимость определяется общим файлом - чаще - это различный 
> набор интерфейса.
Это не файл, это Provides.  Можно назвать его GNU-C-Compiler,
ничего не изменится.

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 10:04                         ` Alexey I. Froloff
@ 2007-09-15 12:06                           ` Хихин Руслан
  2007-09-15 12:32                             ` Alexey I. Froloff
                                               ` (2 more replies)
  2007-09-15 21:57                           ` Alexey Tourbin
  1 sibling, 3 replies; 316+ messages in thread
From: Хихин Руслан @ 2007-09-15 12:06 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

Здравствуйте Alexey I. Froloff
  В сообщении от Суббота 15 сентября 2007 Alexey I. Froloff написал(a):
 > Зависимости A || B в debian появились, видимо, из-за отсутствия
 > таких "левых" provides.
imho Это лучше, чем левые provides. Хотябы-потому, что A || B || Null = 
в чистом виде условная заввисимость - если не у становлен A и не 
установлен B, то это не страшно, так-как Null всегда установлен.
 
 > > Например мы хотим выразить функцию Requires: mysql xor postgresql.
 > А apt'у крышу не снесёт от такого?
Проверка наоборот упростится - если есть mysq	l, то postgresql можно не 
проверять.

PS Тут есть одна тонкость русского языка - 
A || B || С = Истина Если установлен хотя-бы один.
(точное математическое или)
001
011
111
....
010 
и т.д
 Не менее важен случай, что 
A || B || С = Истина, если установлен ТОЛЬКО один:
100
010
001
матемимтически это другая функция (для двух элементов функция 
нечётности), но не менее редкая в практической жизни, чем вторая. 


-- 
С  уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15  9:53                         ` Хихин Руслан
  2007-09-15 10:06                           ` Alexey I. Froloff
@ 2007-09-15 12:26                           ` Alexey Tourbin
  2007-09-15 13:35                             ` Хихин Руслан
  1 sibling, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 12:26 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 2048 bytes --]

On Sat, Sep 15, 2007 at 01:53:39PM +0400, Хихин Руслан wrote:
> Здравствуйте Alexey Tourbin
>   В сообщении от Суббота 15 сентября 2007 Alexey Tourbin написал(a):
>  > On Thu, Sep 13, 2007 at 12:08:25AM +0400, Хихин Руслан wrote:
>  > > Здравствуйте Alexey Tourbin
>  > >
>  > А зачем?  Мы обсуждали это на конференции.  Если явно указывать
>  > дизъюнкцию, то она получается "закрытой" во времени, к ней нельзя
>  > ничего присоединить.  Напр. Requires: gcc3.4|gcc4.1.
> Ну, при следующей пересборке пакета она легко присоединяется.

Как же туда присоединится gcc4.2?  Вручную?

>  > А можно длеать "открытую" дизъюнкцию на основе виртуальных
>  > зависимостей,
>  > типа Requires: /usr/bin/gcc.  К ней потом можно будет задним числом
>  > "подшить" gcc4.2, и скорее всего такая семантика более преемлема
>  > с точки зрения репозитария в целом.
> Не всегда зависимость определяется общим файлом - чаще - это различный 
> набор интерфейса.

Желательно чтобы общие интерфейсы предоставляли какое-то общее имя
в provides, на которое легко сослаться.  Такова логика построения
репозитария.  Хотя конечно она навязчива.

> Это мне понятно - дизъюнкционная зависимость и Provides это разные формы 
> отбражения одного и того-же. Вопрос стоит именно о возможности хранить 
> такую информацию не в куче пакетов, собираемых разными людьми, а в 

Это понятно.  Организационное неудобство.  С другой стороны, нет способа
указывать "глупые"/бессмысленные дизъюнкции типа что-угодно1|что-угодно2.

То есть имеются дополнительные ограничения на дизайн репозитария
по зависимостям.  Изредка эти ограничения неудобны, зато дают меньше
возможностей деградации.

> одном пакете. Особенно полезно с учётом того, что дизъюнкция 
> выполняется при первой истине. 

Мил человек.  Дизъюнкция это функция, причем ассоциативная (а также
коммутативная).  А у Вас дизъюнкция это процедура, которая ещё типа
должна выполнять какие-то эвристические действия при попытке ее
вычисления в зависимости от последовательности дизъюнктов.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 12:06                           ` Хихин Руслан
@ 2007-09-15 12:32                             ` Alexey I. Froloff
  2007-09-15 12:36                             ` Alexey Tourbin
  2007-09-15 12:40                             ` Alexey Tourbin
  2 siblings, 0 replies; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-15 12:32 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

* Хихин Руслан <hihin@> [070915 16:15]:
>  > Зависимости A || B в debian появились, видимо, из-за отсутствия
>  > таких "левых" provides.
> imho Это лучше, чем левые provides. Хотябы-потому, что A || B || Null = 
> в чистом виде условная заввисимость - если не у становлен A и не 
> установлен B, то это не страшно, так-как Null всегда установлен.
Нет.  Это уже Recommends на "левый provides" получается.

> > > Например мы хотим выразить функцию Requires: mysql xor postgresql.
> > А apt'у крышу не снесёт от такого?
> Проверка наоборот упростится - если есть mysq	l, то postgresql можно не 
> проверять.
Ну как сказать...  Не начнёт ли он сносить mysql и ставить
postgresql?  Или крушу сносило, когда у виртуальных зависимостей
появлялись версии?

> A || B || С = Истина, если установлен ТОЛЬКО один:
> матемимтически это другая функция (для двух элементов функция 
> нечётности), но не менее редкая в практической жизни, чем вторая. 
Я не вижу практического смысла в подобной функции.  В этом случае
A, B и C должны конфликтовать друг с другом.

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 12:06                           ` Хихин Руслан
  2007-09-15 12:32                             ` Alexey I. Froloff
@ 2007-09-15 12:36                             ` Alexey Tourbin
  2007-09-15 12:40                             ` Alexey Tourbin
  2 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 12:36 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]

On Sat, Sep 15, 2007 at 04:06:12PM +0400, Хихин Руслан wrote:
> Проверка наоборот упростится - если есть mysq	l, то postgresql можно не 
> проверять.

xor это я имел ввиду "исключающее или".  Требуется один из backend'ов:
либо mysql, либо postgresql, но не оба вместе.

То есть, выражаясь не слишком строго, можно сказать вот что: rpm дает
две булевы функции для указания зависимостей: конъюнкция (Requires: A, B)
и отрицание (Conflicts: C).  Из теории известно, что такая система
булевых функций полна, то есть дизъюнкцию можно эмулировать за счёт
преумножения сущностей.

> PS Тут есть одна тонкость русского языка - 
> A || B || С = Истина Если установлен хотя-бы один.
> (точное математическое или)
> 001
> 011
> 111
> ....
> 010 
> и т.д
>  Не менее важен случай, что 
> A || B || С = Истина, если установлен ТОЛЬКО один:
> 100
> 010
> 001
> матемимтически это другая функция (для двух элементов функция 
> нечётности), но не менее редкая в практической жизни, чем вторая. 

Ну да.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 12:06                           ` Хихин Руслан
  2007-09-15 12:32                             ` Alexey I. Froloff
  2007-09-15 12:36                             ` Alexey Tourbin
@ 2007-09-15 12:40                             ` Alexey Tourbin
  2007-09-15 12:45                               ` Alexey I. Froloff
  2 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 12:40 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On Sat, Sep 15, 2007 at 04:06:12PM +0400, Хихин Руслан wrote:
> Здравствуйте Alexey I. Froloff
>   В сообщении от Суббота 15 сентября 2007 Alexey I. Froloff написал(a):
>  > Зависимости A || B в debian появились, видимо, из-за отсутствия
>  > таких "левых" provides.
> imho Это лучше, чем левые provides. Хотябы-потому, что A || B || Null = 
> в чистом виде условная заввисимость - если не у становлен A и не 
> установлен B, то это не страшно, так-как Null всегда установлен.

Идея 'Requires: A | B | Null' как обобщение условных зависимостей красивая.
По крайней мере она алгебраически более понятна, чем простой Recommends.

Думаю однако что на "нашем форке rpm" мы такое счастье в одиночку
не потянем.  Нужно писать proposal в апстрим.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 12:40                             ` Alexey Tourbin
@ 2007-09-15 12:45                               ` Alexey I. Froloff
  2007-09-15 13:50                                 ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From: Alexey I. Froloff @ 2007-09-15 12:45 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

* Alexey Tourbin <at@> [070915 16:42]:
> Думаю однако что на "нашем форке rpm" мы такое счастье в одиночку
> не потянем.  Нужно писать proposal в апстрим.
Зачем?  Recommends уже есть в 4.4, а ldv@ с месяц назад грозил
новым rpm'ом.

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 12:26                           ` Alexey Tourbin
@ 2007-09-15 13:35                             ` Хихин Руслан
  2007-09-15 14:10                               ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From: Хихин Руслан @ 2007-09-15 13:35 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

Здравствуйте Alexey Tourbin
  В сообщении от Суббота 15 сентября 2007 Alexey Tourbin написал(a):
 >   Дизъюнкция это функция, причем ассоциативная (а также
 > коммутативная).  А у Вас дизъюнкция это процедура, которая ещё типа
 > должна выполнять какие-то эвристические действия при попытке ее
 > вычисления в зависимости от последовательности дизъюнктов.
После первой истины нет смысла проводить проверку дальше - результат не 
изменится в каком-бы порядке с начала к концу или от конца к началу её 
не выполняли.


-- 
С  уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 12:45                               ` Alexey I. Froloff
@ 2007-09-15 13:50                                 ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 13:50 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

On Sat, Sep 15, 2007 at 04:45:48PM +0400, Alexey I. Froloff wrote:
> * Alexey Tourbin <at@> [070915 16:42]:
> > Думаю однако что на "нашем форке rpm" мы такое счастье в одиночку
> > не потянем.  Нужно писать proposal в апстрим.
> Зачем?  Recommends уже есть в 4.4, а ldv@ с месяц назад грозил
> новым rpm'ом.

Простой Recommends это плохо.
Дизьюнкция зависимостей с Null как обощение Recommends это лучше.
И она не сводится к Recommends, а Recommends к ней сводится.

Короче глупость вообще и глупость как частный случай алгебры
это две большие разницы. :)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 13:35                             ` Хихин Руслан
@ 2007-09-15 14:10                               ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 14:10 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

On Sat, Sep 15, 2007 at 05:35:00PM +0400, Хихин Руслан wrote:
> Здравствуйте Alexey Tourbin
>   В сообщении от Суббота 15 сентября 2007 Alexey Tourbin написал(a):
>  >   Дизъюнкция это функция, причем ассоциативная (а также
>  > коммутативная).  А у Вас дизъюнкция это процедура, которая ещё типа
>  > должна выполнять какие-то эвристические действия при попытке ее
>  > вычисления в зависимости от последовательности дизъюнктов.
> После первой истины нет смысла проводить проверку дальше - результат не 
> изменится в каком-бы порядке с начала к концу или от конца к началу её 
> не выполняли.

Требование на Null всегда удовлетворено, поэтому, с точки зрения
булевой алгебры, должен работать закон поглощения.  Иначе, если
давать специальный статус дизъюнкции с Null, тогда нужно отказаться
от преобразования/оптимизации логических выражений.  И что тогда
такое получается нижняя грань решетки.

В общем вопросы есть, хотя идея красивая.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] adesklets-0.6.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (8 preceding siblings ...)
  2007-09-12 20:02 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Voinov
@ 2007-09-15 15:50 ` Alexey Tourbin
  2007-09-15 15:53 ` [devel] alsa-firmware-1.0.14-alt1 Alexey Tourbin
                   ` (112 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 15:50 UTC (permalink / raw)
  To: devel; +Cc: Eugene Ostapets

[-- Attachment #1: Type: text/plain, Size: 1750 bytes --]

Продолжаем викторину.

>  adesklets-0.6.1-alt1	Requires	libreadline.so.5
> +adesklets-0.6.1-alt1	Requires	python-base
> +adesklets-0.6.1-alt1	Requires	python2.4(Image)
> +adesklets-0.6.1-alt1	Requires	python2.4(StringIO)
> +adesklets-0.6.1-alt1	Requires	python2.4(cStringIO)
> +adesklets-0.6.1-alt1	Requires	python2.4(copy)
> +adesklets-0.6.1-alt1	Requires	python2.4(email)
> +adesklets-0.6.1-alt1	Requires	python2.4(getopt)
> +adesklets-0.6.1-alt1	Requires	python2.4(imaplib)
> +adesklets-0.6.1-alt1	Requires	python2.4(itertools)
> +adesklets-0.6.1-alt1	Requires	python2.4(md5)
> +adesklets-0.6.1-alt1	Requires	python2.4(os)
> +adesklets-0.6.1-alt1	Requires	python2.4(pprint)
> +adesklets-0.6.1-alt1	Requires	python2.4(re)
> +adesklets-0.6.1-alt1	Requires	python2.4(select)
> +adesklets-0.6.1-alt1	Requires	python2.4(shutil)
> +adesklets-0.6.1-alt1	Requires	python2.4(smtplib)
> +adesklets-0.6.1-alt1	Requires	python2.4(string)
> +adesklets-0.6.1-alt1	Requires	python2.4(tarfile)
> +adesklets-0.6.1-alt1	Requires	python2.4(termios)
> +adesklets-0.6.1-alt1	Requires	python2.4(textwrap)
> +adesklets-0.6.1-alt1	Requires	python2.4(time)
> +adesklets-0.6.1-alt1	Requires	python2.4(traceback)
> +adesklets-0.6.1-alt1	Requires	python2.4(urllib)
> +adesklets-0.6.1-alt1	Requires	python2.4(xml)
>  adesklets-0.6.1-alt1	Requires	rtld(GNU_HASH)

Вообще-то интересно, что пакет adesklets на данный момент не имеет
ни одной питоновской зависимости, при том, что несколько скирптов 
в /usr/bin у него написано на питоне.

$ rpm -qpR adesklets-0.6.1-alt1.i586.rpm  |grep python
$

Все вновь добавившиеся зависимости относятся к стандартным питоновским
модулям, кроме Image, который даст зависимость на python-module-imaging.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] alsa-firmware-1.0.14-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (9 preceding siblings ...)
  2007-09-15 15:50 ` [devel] adesklets-0.6.1-alt1 Alexey Tourbin
@ 2007-09-15 15:53 ` Alexey Tourbin
  2007-09-16 20:30   ` Michael Shigorin
  2007-09-15 16:05 ` [devel] alterator-bootloader-0.1.7-alt2 Alexey Tourbin
                   ` (111 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 15:53 UTC (permalink / raw)
  To: devel; +Cc: Michael Shigorin

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

>  alltray-0.69-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +alsa-firmware-1.0.14-alt1	Requires	/usr/share/alsa/firmware/emi62-firmware-spdif.bin
>  alsa-firmware-1.0.14-alt1	Requires	alsa-tools

Миша.  В пакете alsa-firmware битый симлинк
/usr/share/alsa/firmware/emi62-firmware.bin -> emi62-firmware-spdif.bin

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] gambit-4.0-alt0.22.1
  2007-09-12 20:02 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Voinov
@ 2007-09-15 15:57   ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 15:57 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

On Thu, Sep 13, 2007 at 12:02:45AM +0400, Alexey Voinov wrote:
>  gambit-4.0-alt0.22.1	Requires	/etc/alternatives/packages.d
> -gambit-4.0-alt0.22.1	Requires	gcc4.1
> +gambit-4.0-alt0.22.1	Requires	/usr/bin/gcc
>  gambit-4.0-alt0.22.1	Requires	libc.so.6(GLIBC_2.0)
> 
> меня поначалу напрягло. Хотя, наверное, пофиг каким компилятором
> собирать резултирующий C. Линкуемся-то мы с обычной библиотекой,
> никаких специфических фишечек там быть не должно.

На самом деле автоматическая зависимость на /usr/bin/gcc лучше, чем
на gcc4.1.  Она дает возможность более прозрачного перехода на gcc4.2.

> Я бы обратил внимание на довольно странные зависимосте пакетов urw-tex
> и urw-tex-afm.

Обратим.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] alterator-bootloader-0.1.7-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (10 preceding siblings ...)
  2007-09-15 15:53 ` [devel] alsa-firmware-1.0.14-alt1 Alexey Tourbin
@ 2007-09-15 16:05 ` Alexey Tourbin
  2007-09-17 12:36   ` Sergey V Turchin
  2007-09-15 17:10 ` [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1 Alexey Tourbin
                   ` (110 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 16:05 UTC (permalink / raw)
  To: devel; +Cc: Sergey V Turchin

[-- Attachment #1: Type: text/plain, Size: 1170 bytes --]

>  alterator-bootloader-0.1.7-alt2	Requires	alterator-backend-bootloader = 0.1.7-alt2
> -alterator-bootloader-0.1.7-alt2	Requires	alterator-standalone
> +alterator-bootloader-0.1.7-alt2	Requires	alterator-standalone-usermode
> +alterator-bootloader-0.1.7-alt2	Requires	consolehelper
>  alterator-bootloader-0.1.7-alt2	Requires	libpam(include)

Здесь происходит вот что (кусочек из лога сборки).

shell.req: /usr/src/tmp/alterator-bootloader-buildroot/usr/sbin/config-bootloader: alterator-standalone indexed by: /usr/bin/alterator-standalone -> alterator-standalone-usermode, /usr/sbin/alterator-standalone -> alterator-standalone
shell.req: /usr/src/tmp/alterator-bootloader-buildroot/usr/sbin/config-bootloader: alterator-standalone -> /usr/bin/alterator-standalone -> alterator-standalone-usermode (via contents_index_bin)

В скрипте config-bootloader используется "команда" alterator-standalone.
Она разрешается в два разных пути: /usr/bin/alterator-standalone из
пакета alterator-standalone-usermode; а также в
/usr/sbin/alterator-standalone из пакета alterator-standalone.
Поиск зависимостей отадет предпочтение пути /bin/ (по сравнению с /sbin/).

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (11 preceding siblings ...)
  2007-09-15 16:05 ` [devel] alterator-bootloader-0.1.7-alt2 Alexey Tourbin
@ 2007-09-15 17:10 ` Alexey Tourbin
  2007-09-16 12:23   ` Alexey Gladkov
  2007-09-15 17:15 ` [devel] alterator-timezone-0.5.0-alt3 Alexey Tourbin
                   ` (109 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 17:10 UTC (permalink / raw)
  To: devel; +Cc: Alexey Gladkov

[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]

>  alterator-install2-desktop-0.10-alt3	Requires	coreutils
> +alterator-install2-desktop-0.10-alt3	Requires	e2fsprogs
>  alterator-install2-desktop-0.10-alt3	Requires	eject

/usr/lib/alterator/backend3/savesettings -- исполняемый шелл-скрипт,
в котором используется blkid -> /sbin/blkid -> e2fsprogs.
Почему раньше эта зависимость на проставлялась, в этом есть некоторая
интрига, которую я сейчас не будут распутывать.

А!  Вообще в этом пакете есть ГРУБЫЙ ХАК

# XXXlegion: Don't use contents_index to find shell requires (find-package).
%define _pkg_contents_index_bin /dev/null
%define _pkg_contents_index_all /dev/null

К сожалению там нет пояснения, почему потребовался этот хак, что это
была за такая проблема.  А то я мог бы отчитаться, решена эта проблема
в текущем rpm-build или нет.

> @@ -4077,3 +4158,2 @@
>  alterator-install2-desktop-0.10-alt3	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> -alterator-install2-server-0.9.3-alt1	Requires	/usr/sbin/install2-cleanup
>  alterator-install2-server-0.9.3-alt1	Requires	SysVinit
> @@ -4140,4 +4220,2 @@
>  alterator-install3-desktop-0.10-alt3	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> -alterator-install3-server-0.9.3-alt1	Requires	/usr/sbin/bootsector
> -alterator-install3-server-0.9.3-alt1	Requires	/usr/sbin/md-list
>  alterator-install3-server-0.9.3-alt1	Requires	alterator

Здесь удалились зависимости на самого себя.  Раньше игнорирование
зависимостей на самого себя не работало для /sbin/ каталогов.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] alterator-timezone-0.5.0-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (12 preceding siblings ...)
  2007-09-15 17:10 ` [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1 Alexey Tourbin
@ 2007-09-15 17:15 ` Alexey Tourbin
  2007-09-15 17:17   ` [devel] alterator-vm-0.3-alt21 Alexey Tourbin
  2007-09-17  6:05   ` [devel] alterator-timezone-0.5.0-alt3 Stanislav Ievlev
  2007-09-15 17:29 ` [devel] amarok-mediadevice-daap-1.4.7-alt3 Alexey Tourbin
                   ` (108 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 17:15 UTC (permalink / raw)
  To: devel; +Cc: Sergey V Turchin

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

>  alterator-timezone-0.5.0-alt3	Requires	alterator-backend-timezone = 0.5.0-alt3
> +alterator-timezone-0.5.0-alt3	Requires	alterator-standalone
>  alterator-timezone-0.5.0-alt3	Requires	glibc-timezones

Из-за симлинка
/usr/bin/config-timezone -> /usr/bin/config-standalone
добавилась зависимость на alterator-standalone.

По-моему правильно и красиво.
Ставить все подобные зависимости вручную это всё равно не дело.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] alterator-vm-0.3-alt21
  2007-09-15 17:15 ` [devel] alterator-timezone-0.5.0-alt3 Alexey Tourbin
@ 2007-09-15 17:17   ` Alexey Tourbin
  2007-09-17  6:05   ` [devel] alterator-timezone-0.5.0-alt3 Stanislav Ievlev
  1 sibling, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 17:17 UTC (permalink / raw)
  To: devel; +Cc: Sergey Bolshakov

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

On Sat, Sep 15, 2007 at 09:15:08PM +0400, Alexey Tourbin wrote:
> >  alterator-timezone-0.5.0-alt3	Requires	alterator-backend-timezone = 0.5.0-alt3
> > +alterator-timezone-0.5.0-alt3	Requires	alterator-standalone
> >  alterator-timezone-0.5.0-alt3	Requires	glibc-timezones
> 
> Из-за симлинка
> /usr/bin/config-timezone -> /usr/bin/config-standalone
> добавилась зависимость на alterator-standalone.
> 
> По-моему правильно и красиво.
> Ставить все подобные зависимости вручную это всё равно не дело.

Аналогично
/usr/bin/config-vm -> /usr/bin/config-standalone

 alterator-vm-0.3-alt21	Requires	alterator >= 2.9-alt14
+alterator-vm-0.3-alt21	Requires	alterator-standalone
 alterator-vm-0.3-alt21	Requires	guile-evms >= 0.3-alt10

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] amarok-mediadevice-daap-1.4.7-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (13 preceding siblings ...)
  2007-09-15 17:15 ` [devel] alterator-timezone-0.5.0-alt3 Alexey Tourbin
@ 2007-09-15 17:29 ` Alexey Tourbin
  2007-09-15 17:35   ` Valery V. Inozemtsev
  2007-09-15 17:37 ` [devel] amavisd-new-2.5.1-alt1 Alexey Tourbin
                   ` (107 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 17:29 UTC (permalink / raw)
  To: devel; +Cc: Valery Inozemtsev

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

>  amarok-mediadevice-daap-1.4.7-alt3	Requires	rtld(GNU_HASH)
> +amarok-mediadevice-daap-1.4.7-alt3	Requires	ruby
>  amarok-mediadevice-daap-1.4.7-alt3	Requires(rpmlib)	rpmlib(CompressedFileNames) <= 3.0.4-1

Примечательно, что пакет существенным образом использует ruby
./usr/bin/amarok_daapserver.rb:#!/usr/bin/env ruby

Но у него не было ни одной зависимости на ruby,
кроме libruby.so.1.8 (libruby).

Кстати, замечана очень кривая конструкция:
./usr/bin/amarok_daapserver.rb:  f = open('/tmp/test.ruby', File::WRONLY | File::APPEND | File::CREAT )

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] amarok-mediadevice-daap-1.4.7-alt3
  2007-09-15 17:29 ` [devel] amarok-mediadevice-daap-1.4.7-alt3 Alexey Tourbin
@ 2007-09-15 17:35   ` Valery V. Inozemtsev
  2007-09-15 17:49     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From: Valery V. Inozemtsev @ 2007-09-15 17:35 UTC (permalink / raw)
  To: Alexey Tourbin; +Cc: devel

[-- Attachment #1: Type: text/plain, Size: 727 bytes --]

В сообщении от 15 сентября 2007 Alexey Tourbin написал(a):
> >  amarok-mediadevice-daap-1.4.7-alt3	Requires	rtld(GNU_HASH)
> > +amarok-mediadevice-daap-1.4.7-alt3	Requires	ruby
> > 
> > amarok-mediadevice-daap-1.4.7-alt3	Requires(rpmlib)	rpmlib(CompressedFile
> >Names) <= 3.0.4-1
>
> Примечательно, что пакет существенным образом использует ruby
> ./usr/bin/amarok_daapserver.rb:#!/usr/bin/env ruby
>
> Но у него не было ни одной зависимости на ruby,
> кроме libruby.so.1.8 (libruby).

багрепортов не было, а я его не пользовал

>
> Кстати, замечана очень кривая конструкция:
> ./usr/bin/amarok_daapserver.rb:  f = open('/tmp/test.ruby', File::WRONLY |
> File::APPEND | File::CREAT )

как выпрямить?

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] amavisd-new-2.5.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (14 preceding siblings ...)
  2007-09-15 17:29 ` [devel] amarok-mediadevice-daap-1.4.7-alt3 Alexey Tourbin
@ 2007-09-15 17:37 ` Alexey Tourbin
  2007-09-17 20:34   ` Alexey Shabalin
  2007-09-15 18:03 ` [devel] anjuta-1.2.4-alt4 Alexey Tourbin
                   ` (106 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 17:37 UTC (permalink / raw)
  To: devel; +Cc: Alexey Shabalin

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

>  amavisd-new-2.5.1-alt1	Provides	amavisd
> +amavisd-new-2.5.1-alt1	Requires	/etc/control.d/facilities(control_subst)
> +amavisd-new-2.5.1-alt1	Requires	/etc/control.d/facilities(is_builtin_mode)
> +amavisd-new-2.5.1-alt1	Requires	/etc/control.d/facilities(new_help)
> +amavisd-new-2.5.1-alt1	Requires	/etc/control.d/facilities(new_subst)
> +amavisd-new-2.5.1-alt1	Requires	/etc/rc.d/init.d(action)
> +amavisd-new-2.5.1-alt1	Requires	/etc/rc.d/init.d(msg_usage)
> +amavisd-new-2.5.1-alt1	Requires	/etc/rc.d/init.d(start_daemon)
> +amavisd-new-2.5.1-alt1	Requires	/etc/rc.d/init.d(status)
> +amavisd-new-2.5.1-alt1	Requires	/etc/rc.d/init.d(stop_daemon)
> +amavisd-new-2.5.1-alt1	Requires	control
>  amavisd-new-2.5.1-alt1	Requires	coreutils

В этом пакете используется конструкция
	AutoReq: noperl
по смыслу она отличается от конструкции
	AutoReq: yes, noperl

Фактически весь поиск зависимостей сейчас отключен!  ССЗБ.
Попросил бы озвучить претензии к поиску перловых зависимостей.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] amarok-mediadevice-daap-1.4.7-alt3
  2007-09-15 17:35   ` Valery V. Inozemtsev
@ 2007-09-15 17:49     ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 17:49 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

On Sat, Sep 15, 2007 at 09:35:35PM +0400, Valery V. Inozemtsev wrote:
> > Примечательно, что пакет существенным образом использует ruby
> > ./usr/bin/amarok_daapserver.rb:#!/usr/bin/env ruby
> >
> > Но у него не было ни одной зависимости на ruby,
> > кроме libruby.so.1.8 (libruby).
> багрепортов не было, а я его не пользовал

По части зависимостей сейчас лучше ничего не выпрямлять, потому что
автоматический поиск стал и впрямь давать неплохой результат.

> > Кстати, замечана очень кривая конструкция:
> > ./usr/bin/amarok_daapserver.rb:  f = open('/tmp/test.ruby', File::WRONLY |
> > File::APPEND | File::CREAT )
> как выпрямить?

def log( string )
  f = open('/tmp/test.ruby', File::WRONLY | File::APPEND | File::CREAT )
  f.puts( string )
  f.close
end

Видимо писать куда-то ещё, хотя бы в $TMPDIR/amarok-daapserver.log

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] anjuta-1.2.4-alt4
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (15 preceding siblings ...)
  2007-09-15 17:37 ` [devel] amavisd-new-2.5.1-alt1 Alexey Tourbin
@ 2007-09-15 18:03 ` Alexey Tourbin
  2007-09-16  9:26   ` Alexey Rusakov
  2007-09-16  9:42   ` Alexey I. Froloff
  2007-09-15 18:09 ` [devel] arch-pqm-0.5-alt1 Alexey Tourbin
                   ` (105 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 18:03 UTC (permalink / raw)
  To: devel; +Cc: Alexey Rusakov

[-- Attachment #1: Type: text/plain, Size: 1301 bytes --]

>  anjuta-1.2.4-alt4	Obsoletes	libanjuta
> +anjuta-1.2.4-alt4	Requires	autoconf-common
> +anjuta-1.2.4-alt4	Requires	automake-common
>  anjuta-1.2.4-alt4	Requires	bash
>  anjuta-1.2.4-alt4	Requires	coreutils
> +anjuta-1.2.4-alt4	Requires	gettext-tools
>  anjuta-1.2.4-alt4	Requires	gksu
> +anjuta-1.2.4-alt4	Requires	glib2-devel
> +anjuta-1.2.4-alt4	Requires	grep
> +anjuta-1.2.4-alt4	Requires	intltool
>  anjuta-1.2.4-alt4	Requires	libatk-1.0.so.0(ATK_1.0)
> @@ -5088,2 +5188,3 @@
>  anjuta-1.2.4-alt4	Requires	libstdc++.so.6(GLIBCXX_3.4.5)
> +anjuta-1.2.4-alt4	Requires	libtool-common
>  anjuta-1.2.4-alt4	Requires	libutil.so.1(GLIBC_2.0)
> @@ -5092,2 +5193,3 @@
>  anjuta-1.2.4-alt4	Requires	rtld(GNU_HASH)
> +anjuta-1.2.4-alt4	Requires	sed
>  anjuta-1.2.4-alt4	Requires	sh

В этом пакете есть неисполняемый скрипт
./usr/share/anjuta/autogen.sh
В нём используется много всего.

По смыслу вроде бы все зависимости проставились правильно.
То есть, если anjuta умеет полуавтоматически генерить скрипты
autotools, то все эти зависимости подходят.  Только тут сейчас
проставляются зависимости на *-common пакеты.  Правильно это
или нет сказать трудно, но с точки зрения поиска зависимостей
всё чисто.

$ rpm -q --whatprovides /usr/bin/libtool
libtool-common-0.2-alt2
$

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] arch-pqm-0.5-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (16 preceding siblings ...)
  2007-09-15 18:03 ` [devel] anjuta-1.2.4-alt4 Alexey Tourbin
@ 2007-09-15 18:09 ` Alexey Tourbin
  2007-09-17  4:43   ` Alexey Voinov
  2007-09-15 18:13 ` [devel] archivemail-0.7.0-alt1 Alexey Tourbin
                   ` (104 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 18:09 UTC (permalink / raw)
  To: devel; +Cc: Alexey Voinov

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

>  arch-pqm-0.5-alt1	Requires	python >= 2.3
> +arch-pqm-0.5-alt1	Requires	python-base
> +arch-pqm-0.5-alt1	Requires	python2.4(ConfigParser)
> +arch-pqm-0.5-alt1	Requires	python2.4(email)
> +arch-pqm-0.5-alt1	Requires	python2.4(getopt)
> +arch-pqm-0.5-alt1	Requires	python2.4(getpass)
> +arch-pqm-0.5-alt1	Requires	python2.4(glob)
> +arch-pqm-0.5-alt1	Requires	python2.4(gzip)
> +arch-pqm-0.5-alt1	Requires	python2.4(logging)
> +arch-pqm-0.5-alt1	Requires	python2.4(os)
> +arch-pqm-0.5-alt1	Requires	python2.4(popen2)
> +arch-pqm-0.5-alt1	Requires	python2.4(re)
> +arch-pqm-0.5-alt1	Requires	python2.4(smtplib)
> +arch-pqm-0.5-alt1	Requires	python2.4(stat)
> +arch-pqm-0.5-alt1	Requires	python2.4(string)
> +arch-pqm-0.5-alt1	Requires	python2.4(time)
> +arch-pqm-0.5-alt1	Requires	python2.4(traceback)
>  arch-pqm-0.5-alt1	Requires	sh

Программа написана на питоне.

$ rpmpeek arch-pqm-0.5-alt1.noarch.rpm head -1 ./usr/bin/arch-pqm
#!/usr/bin/env python
$

Все модули стандартные.  Это делает отказ от жесткой зависимости
на python, проставленной вручную, более возможным.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] archivemail-0.7.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (17 preceding siblings ...)
  2007-09-15 18:09 ` [devel] arch-pqm-0.5-alt1 Alexey Tourbin
@ 2007-09-15 18:13 ` Alexey Tourbin
  2007-09-15 18:32 ` [devel] avahi-bookmarks-0.6.21-alt2 Alexey Tourbin
                   ` (103 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 18:13 UTC (permalink / raw)
  To: devel; +Cc: Andrey Rahmatullin

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

>  archivemail-0.7.0-alt1	Requires	python-modules-encodings
> +archivemail-0.7.0-alt1	Requires	python2.4(fcntl)
> +archivemail-0.7.0-alt1	Requires	python2.4(getopt)
> +archivemail-0.7.0-alt1	Requires	python2.4(gzip)
> +archivemail-0.7.0-alt1	Requires	python2.4(mailbox)
> +archivemail-0.7.0-alt1	Requires	python2.4(os)
> +archivemail-0.7.0-alt1	Requires	python2.4(re)
> +archivemail-0.7.0-alt1	Requires	python2.4(rfc822)
> +archivemail-0.7.0-alt1	Requires	python2.4(shutil)
> +archivemail-0.7.0-alt1	Requires	python2.4(stat)
> +archivemail-0.7.0-alt1	Requires	python2.4(string)
> +archivemail-0.7.0-alt1	Requires	python2.4(tempfile)
> +archivemail-0.7.0-alt1	Requires	python2.4(time)
> +archivemail-0.7.0-alt1	Requires	python2.4(urlparse)
>  archivemail-0.7.0-alt1	Requires(rpmlib)	rpmlib(CompressedFileNames) <= 3.0.4-1

Программа написана на питоне.
Все модули вроде бы стандартные.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] avahi-bookmarks-0.6.21-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (18 preceding siblings ...)
  2007-09-15 18:13 ` [devel] archivemail-0.7.0-alt1 Alexey Tourbin
@ 2007-09-15 18:32 ` Alexey Tourbin
  2007-09-15 18:53 ` [devel] bacula-2.0.3-alt2 Alexey Tourbin
                   ` (102 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 18:32 UTC (permalink / raw)
  To: devel; +Cc: Sergey Bolshakov

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

>  avahi-bookmarks-0.6.21-alt2	Requires	python2.4(dbus)
> +avahi-bookmarks-0.6.21-alt2	Requires	python2.4(getopt)
>  avahi-bookmarks-0.6.21-alt2	Requires	python2.4(gobject)
> +avahi-bookmarks-0.6.21-alt2	Requires	python2.4(os)
>  avahi-bookmarks-0.6.21-alt2	Requires	python2.4(twisted)
> @@ -9382,2 +9531,3 @@
>  avahi-ui-0.6.21-alt2	Requires	python2.4(libglade)
> +avahi-ui-0.6.21-alt2	Requires	python2.4(os)
>  avahi-ui-0.6.21-alt2	Requires	rtld(GNU_HASH)

В avahi.spec используется добавление питновоских зависимостей вручную,
типа воттакова
	%py_requires avahi gobject dbus twisted twisted.internet

Автоматический поиск теперь "докручивает" то, что забыли указать
вручную (правда, getopt и os входят в python-base).  Чуть позже можно
будет попробовать удалить все %py_requires и посмотреть, работает ли
поиск питоновских зависимостей всё ещё (уже!) достаточно хорошо.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] bacula-2.0.3-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (19 preceding siblings ...)
  2007-09-15 18:32 ` [devel] avahi-bookmarks-0.6.21-alt2 Alexey Tourbin
@ 2007-09-15 18:53 ` Alexey Tourbin
  2007-09-15 19:06 ` [devel] batik-manual-1.6-alt1_3jpp1.7 shell deps Alexey Tourbin
                   ` (101 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 18:53 UTC (permalink / raw)
  To: devel; +Cc: Vitaly Kuznetsov

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

>  bacula-2.0.3-alt2	Requires	python-base
> +bacula-2.0.3-alt2	Requires	python2.4(array)
> +bacula-2.0.3-alt2	Requires	python2.4(os)
> +bacula-2.0.3-alt2	Requires	python2.4(popen2)
> +bacula-2.0.3-alt2	Requires	python2.4(re)
> +bacula-2.0.3-alt2	Requires	python2.4(time)
>  bacula-2.0.3-alt2	Requires	rtld(GNU_HASH)

Поиск питновских зависимостей теперь идет и в скриптах,
а не только в модулях:
./usr/share/bacula/scripts/dvd-handler:import popen2

Пожалуй, в связи с этим я больше не буду комментировать
добавление зависимостей на стандартные питоновские модули.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] batik-manual-1.6-alt1_3jpp1.7 shell deps
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (20 preceding siblings ...)
  2007-09-15 18:53 ` [devel] bacula-2.0.3-alt2 Alexey Tourbin
@ 2007-09-15 19:06 ` Alexey Tourbin
  2007-09-15 20:28   ` [devel] bsh-1.3.0-alt1_10jpp1.7 castor-0.9.9.1-alt1_2jpp1.7 Alexey Tourbin
  2007-09-17 10:53   ` [devel] fop-0.20.5-alt1_12jpp1.7 Alexey Tourbin
  2007-09-15 19:17 ` [devel] beagle-0.2.17-alt1 mono deps Alexey Tourbin
                   ` (100 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 19:06 UTC (permalink / raw)
  To: devel; +Cc: Igor Vlasenko

[-- Attachment #1: Type: text/plain, Size: 1866 bytes --]

>  batik-manual-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +batik-rasterizer-1.6-alt1_3jpp1.7	Requires	/etc/rasterizer.conf
>  batik-rasterizer-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> @@ -9993,2 +10148,3 @@
>  batik-rasterizer-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +batik-slideshow-1.6-alt1_3jpp1.7	Requires	/etc/slideshow.conf
>  batik-slideshow-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> @@ -9998,2 +10154,3 @@
>  batik-slideshow-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +batik-svgpp-1.6-alt1_3jpp1.7	Requires	/etc/svgpp.conf
>  batik-svgpp-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> @@ -10003,2 +10160,3 @@
>  batik-svgpp-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +batik-ttf2svg-1.6-alt1_3jpp1.7	Requires	/etc/ttf2svg.conf
>  batik-ttf2svg-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7

В скрипте /usr/bin/rasterizer используется конструкция:

# Source system prefs
if [ -f /etc/rasterizer.conf ] ; then
  . /etc/rasterizer.conf
fi

Остальные случаи аналогичные.

Эти условные зависимости с текущим шелл-анализатором автоматически
отсеивать никак нельзя.  Остается либо переделать эти скрипты,
либо отключить поиск шелл-зависимостей (AutoReq: yes, noshell),
либо игнорировать зависимости в отдельных файлах
(%add_findreq_skiplist /usr/bin/rasterizer).

Вообще-то эти скритпы запакованы в виде отдельных Source,
так что, кажется, переделка их не должна стать обременительной.

Остается понять, почему раньше эти зависимости не искались.
Дело в том, что в RPM_BUILD_ROOT эти скрипты находятся в состоянии
0644, так что раньше поиск зависимостей в них не производился;
однако в rpm пакет они запаковываются в состоянии %attr(0755,root,root).

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] beagle-0.2.17-alt1 mono deps
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (21 preceding siblings ...)
  2007-09-15 19:06 ` [devel] batik-manual-1.6-alt1_3jpp1.7 shell deps Alexey Tourbin
@ 2007-09-15 19:17 ` Alexey Tourbin
  2007-09-17 20:40   ` Alexey Shabalin
  2007-09-15 19:36 ` [devel] beryl-settings-0.2.1-alt4 Alexey Tourbin
                   ` (99 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 19:17 UTC (permalink / raw)
  To: devel; +Cc: Alexey Shabalin

[-- Attachment #1: Type: text/plain, Size: 3941 bytes --]

>  beagle-0.2.17-alt1	Provides	mono(Beagle) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(BeagleDaemon) = 0.0.0.0
>  beagle-0.2.17-alt1	Provides	mono(BeagleDaemonLib) = 1.9.1.2
>  beagle-0.2.17-alt1	Provides	mono(BeagleDaemonPlugins) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(BuildIndex) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(Config) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(DocExtractor) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(DumpIndex) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(ExerciseFileSystem) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(ExtractContent) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(IndexHelper) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(IndexWebContent) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(Info) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(ManageIndex) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(Query) = 0.0.0.0
> -beagle-0.2.17-alt1	Provides	mono(Shutdown) = 0.0.0.0
> +beagle-0.2.17-alt1	Provides	mono(Filters) = 0.2.0.0
>  beagle-0.2.17-alt1	Provides	mono(Util) = 0.7.1.0
> @@ -10279,3 +10425,5 @@
>  beagle-0.2.17-alt1	Requires	libc.so.6(GLIBC_2.4)
> +beagle-0.2.17-alt1	Requires	libchm.so.0
>  beagle-0.2.17-alt1	Requires	libexif
> +beagle-0.2.17-alt1	Requires	libexif.so.12
>  beagle-0.2.17-alt1	Requires	libglib-2.0.so.0
> @@ -10297,2 +10445,3 @@
>  beagle-0.2.17-alt1	Requires	mono(gmime-sharp) = 2.2.0.0
> +beagle-0.2.17-alt1	Requires	mono(gsf-sharp) = 0.0.0.7
>  beagle-0.2.17-alt1	Requires	mono(mscorlib) = 2.0.0.0
> @@ -10317,10 +10466,20 @@
>  beagle-crawl-system-0.2.17-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +beagle-evolution-0.2.17-alt1	Provides	mono(EvolutionBackends) = 0.0.0.0
>  beagle-evolution-0.2.17-alt1	Requires	beagle-gui = 0.2.17-alt1
>  beagle-evolution-0.2.17-alt1	Requires	libevolution-sharp
> +beagle-evolution-0.2.17-alt1	Requires	mono(Beagle) = 0.0.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(BeagleDaemonLib) = 1.9.1.2
> +beagle-evolution-0.2.17-alt1	Requires	mono(Mono.Posix) = 2.0.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(System) = 2.0.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(System.Xml) = 2.0.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(Util) = 0.7.1.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(evolution-sharp) = 2.0.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(gconf-sharp) = 2.16.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(glib-sharp) = 2.10.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(gmime-sharp) = 2.2.0.0
> +beagle-evolution-0.2.17-alt1	Requires	mono(mscorlib) = 2.0.0.0
>  beagle-evolution-0.2.17-alt1	Requires(rpmlib)	rpmlib(CompressedFileNames) <= 3.0.4-1
>  beagle-evolution-0.2.17-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> -beagle-gui-0.2.17-alt1	Provides	mono(ImLogViewer) = 0.0.0.0
> +beagle-evolution-0.2.17-alt1	Requires(rpmlib)	rpmlib(VersionedDependencies) <= 3.0.3-1
>  beagle-gui-0.2.17-alt1	Provides	mono(Images) = 0.0.0.0
> -beagle-gui-0.2.17-alt1	Provides	mono(Search) = 0.0.0.0
> -beagle-gui-0.2.17-alt1	Provides	mono(Settings) = 0.0.0.0
>  beagle-gui-0.2.17-alt1	Provides	mono(UiUtil) = 0.0.0.0
> @@ -10334,2 +10493,3 @@
>  beagle-gui-0.2.17-alt1	Requires	libglib-2.0.so.0(GLIB_2.14)
> +beagle-gui-0.2.17-alt1	Requires	libgnomevfs-2.so.0
>  beagle-gui-0.2.17-alt1	Requires	libgobject-2.0.so.0(GLIB_2.12)

Я несколько переделал rpm-build-mono.  Если у нас есть Большие Специалисты
по mono, то я готов обсудить это очень подробно (а также задать несколько
вопросов).  В противном случае, как говорится, дарёному коню в зубы не смотрят.

В двух словах, изменения здесь такие: 1) В provides больше
не обрабатываются *.exe файлы, а только *.dll; 2) реализован поиск
разделяемых библиотека на основе информации из *.dll.config файлов.

Почему добавилось много зависимостей в beagle-evolution я не знаю.
Наверное, я где-то исправил все ошибки.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] beryl-settings-0.2.1-alt4
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (22 preceding siblings ...)
  2007-09-15 19:17 ` [devel] beagle-0.2.17-alt1 mono deps Alexey Tourbin
@ 2007-09-15 19:36 ` Alexey Tourbin
  2007-09-15 20:01 ` [devel] bootsplash-3.3-alt3 Alexey Tourbin
                   ` (98 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 19:36 UTC (permalink / raw)
  To: devel; +Cc: Valery Inozemtsev

[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]

> @@ -10633,4 +10793,13 @@
>  beryl-settings-0.2.1-alt4	Requires	coreutils
> +beryl-settings-0.2.1-alt4	Requires	python-base
>  beryl-settings-0.2.1-alt4	Requires	python-module-pygtk
>  beryl-settings-0.2.1-alt4	Requires	python-modules-xml
> +beryl-settings-0.2.1-alt4	Requires	python2.4(berylsettings)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(gettext)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(gobject)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(gtk)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(locale)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(os)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(re)
> +beryl-settings-0.2.1-alt4	Requires	python2.4(xml)
>  beryl-settings-0.2.1-alt4	Requires(rpmlib)	rpmlib(CompressedFileNames) <= 3.0.4-1

В пакете beryl-settings появилась зависимость на
python2.4(berylsettings), из чего по-видимому следует, что
python2.4(berylsettings) предоставляется каким-то другим пакетом
(потому что Requires, взаимные для Provides, в пределах одного пакета
оптимизируются, то есть удаляются).

./usr/bin/beryl-settings:import berylsettings

Package: python2.4(berylsettings)
Reverse Provides: 
beryl-settings-bindings 0.2.1-alt1

Поскольку beryl-settings-bindings собирается из отдельного src.rpm,
то, кажется, "ничего такого" в этом нет.

Однако, если бы пакет beryl-settings-bindings получался из того же
самого src.rpm, то появление зависимости python2.4(berylsettings)
могло бы указывать на неправильный расклад файлов по подпакетам.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] bootsplash-3.3-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (23 preceding siblings ...)
  2007-09-15 19:36 ` [devel] beryl-settings-0.2.1-alt4 Alexey Tourbin
@ 2007-09-15 20:01 ` Alexey Tourbin
  2007-09-15 20:32 ` [devel] cogito-0.18.2-alt2 Alexey Tourbin
                   ` (97 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 20:01 UTC (permalink / raw)
  To: devel; +Cc: Sergey V Turchin

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

>  bootsplash-3.3-alt3	PreReq	coreutils
> +bootsplash-3.3-alt3	Requires	/etc/init.d/splash
>  bootsplash-3.3-alt3	Requires	/etc/rc.d/init.d(SourceIfNotEmpty)

Здесь из-за симлинка /usr/sbin/rcsplash -> ../../etc/init.d/splash
появляется анмет на /etc/init.d/splash.

Это поведение отчасти исправлено в более текущем rpm-build alt78+,
однако иметь такой симлинк в пакете это не очень хорошая идея.
Этот симлник сгенерирован без использования relative,
что чревато ошибками.

ПРОБЛЕМА в том, что симлинк -> ../../etc/init.d/splash
В БИЛДРУТЕ является битым, потому что в билдруте нету другого
симлинка: /etc/init.d -> rc.d/init.d.  Тогда как на самом деле
файл /etc/rc.d/init.d/splash присутствует в бидруте.
То есть, грубо говоря, у пакета появляется анмет на самого себя.

ЦУ.  Используйте relative для создания симлинков в билдруте (кроме
самых простых случаев, когда симлинк смотрит в тот же каталог).

PS.  Кто не знает как использовать relative или вообще путается
в симлинках -- спрашивайте, объясню капитально.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] bsh-1.3.0-alt1_10jpp1.7 castor-0.9.9.1-alt1_2jpp1.7
  2007-09-15 19:06 ` [devel] batik-manual-1.6-alt1_3jpp1.7 shell deps Alexey Tourbin
@ 2007-09-15 20:28   ` Alexey Tourbin
  2007-09-18 10:44     ` Igor Vlasenko
  2007-09-17 10:53   ` [devel] fop-0.20.5-alt1_12jpp1.7 Alexey Tourbin
  1 sibling, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 20:28 UTC (permalink / raw)
  To: devel; +Cc: Igor Vlasenko

[-- Attachment #1: Type: text/plain, Size: 3050 bytes --]

On Sat, Sep 15, 2007 at 11:06:30PM +0400, Alexey Tourbin wrote:
> >  batik-manual-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> > +batik-rasterizer-1.6-alt1_3jpp1.7	Requires	/etc/rasterizer.conf
> >  batik-rasterizer-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> > @@ -9993,2 +10148,3 @@
> >  batik-rasterizer-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> > +batik-slideshow-1.6-alt1_3jpp1.7	Requires	/etc/slideshow.conf
> >  batik-slideshow-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> > @@ -9998,2 +10154,3 @@
> >  batik-slideshow-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> > +batik-svgpp-1.6-alt1_3jpp1.7	Requires	/etc/svgpp.conf
> >  batik-svgpp-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> > @@ -10003,2 +10160,3 @@
> >  batik-svgpp-1.6-alt1_3jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> > +batik-ttf2svg-1.6-alt1_3jpp1.7	Requires	/etc/ttf2svg.conf
> >  batik-ttf2svg-1.6-alt1_3jpp1.7	Requires	batik = 0:1.6-alt1_3jpp1.7
> 
> В скрипте /usr/bin/rasterizer используется конструкция:
> 
> # Source system prefs
> if [ -f /etc/rasterizer.conf ] ; then
>   . /etc/rasterizer.conf
> fi
> 
> Остальные случаи аналогичные.
> 
> Эти условные зависимости с текущим шелл-анализатором автоматически
> отсеивать никак нельзя.  Остается либо переделать эти скрипты,
> либо отключить поиск шелл-зависимостей (AutoReq: yes, noshell),
> либо игнорировать зависимости в отдельных файлах
> (%add_findreq_skiplist /usr/bin/rasterizer).
> 
> Вообще-то эти скритпы запакованы в виде отдельных Source,
> так что, кажется, переделка их не должна стать обременительной.
> 
> Остается понять, почему раньше эти зависимости не искались.
> Дело в том, что в RPM_BUILD_ROOT эти скрипты находятся в состоянии
> 0644, так что раньше поиск зависимостей в них не производился;
> однако в rpm пакет они запаковываются в состоянии %attr(0755,root,root).

Аналогичные ситуации в некоторых других java пакетах:

> @@ -12498,2 +12673,3 @@
>  bsdiff-4.3-alt1	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +bsh-1.3.0-alt1_10jpp1.7	Requires	/etc/bsh.conf
>  bsh-1.3.0-alt1_10jpp1.7	Requires	bsf
> @@ -12513,2 +12689,3 @@
>  bsh-manual-1.3.0-alt1_10jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +bsh2-2.0-alt1_0.b4.1jpp1.7	Requires	/etc/bsh2.conf
>  bsh2-2.0-alt1_0.b4.1jpp1.7	Requires	asm >= 0:1.5.3
> @@ -13768,2 +13945,3 @@
>  carol-irmi-javadoc-1.0.1-alt1_1jpp1.7	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +castor-0.9.9.1-alt1_2jpp1.7	Requires	/etc/java/castor.conf
>  castor-0.9.9.1-alt1_2jpp1.7	Requires	adaptx

$ rpmpeek bsh-1.3.0-alt1_10jpp1.7.noarch.rpm grep -r bsh.conf .
./usr/bin/bsh:if [ -f /etc/bsh.conf ] ; then
./usr/bin/bsh:  . /etc/bsh.conf
$ rpmpeek castor-0.9.9.1-alt1_2jpp1.7.noarch.rpm grep -r castor.conf .
./usr/bin/castor:if [ -f /etc/java/castor.conf ] ; then
./usr/bin/castor:  . /etc/java/castor.conf
$

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] cogito-0.18.2-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (24 preceding siblings ...)
  2007-09-15 20:01 ` [devel] bootsplash-3.3-alt3 Alexey Tourbin
@ 2007-09-15 20:32 ` Alexey Tourbin
  2007-09-15 21:09 ` [devel] cups-1.2.12-alt4 Alexey Tourbin
                   ` (96 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 20:32 UTC (permalink / raw)
  To: devel; +Cc: Andrey Rahmatullin

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

>  cog-0.8.0-alt3	Requires(rpmlib)	rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> +cogito-0.18.2-alt2	Requires	bash
> +cogito-0.18.2-alt2	Requires	bzip2
>  cogito-0.18.2-alt2	Requires	coreutils
> +cogito-0.18.2-alt2	Requires	curl
> +cogito-0.18.2-alt2	Requires	diffutils
> +cogito-0.18.2-alt2	Requires	findutils
> +cogito-0.18.2-alt2	Requires	gawk
>  cogito-0.18.2-alt2	Requires	git-core >= 1.4.4
> +cogito-0.18.2-alt2	Requires	gnupg
> +cogito-0.18.2-alt2	Requires	grep
> +cogito-0.18.2-alt2	Requires	gzip
>  cogito-0.18.2-alt2	Requires	perl(warnings.pm)
> +cogito-0.18.2-alt2	Requires	perl-base
> +cogito-0.18.2-alt2	Requires	sed
> +cogito-0.18.2-alt2	Requires	sh
>  cogito-0.18.2-alt2	Requires(rpmlib)	rpmlib(CompressedFileNames) <= 3.0.4-1

В cogito нормально проставились зависимости (и не только на базовую
систему, но также и на gnupg и curl), потому что скрипты с шебангом
"#!/usr/bin/env bash" теперь нормально опознаются как баш-скрипты.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] cups-1.2.12-alt4
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (25 preceding siblings ...)
  2007-09-15 20:32 ` [devel] cogito-0.18.2-alt2 Alexey Tourbin
@ 2007-09-15 21:09 ` Alexey Tourbin
  2007-09-17  6:07   ` Stanislav Ievlev
  2007-09-15 21:19 ` [devel] dbmail-contrib-2.2.5-alt1 Alexey Tourbin
                   ` (95 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 21:09 UTC (permalink / raw)
  To: devel; +Cc: Stanislav Ievlev

[-- Attachment #1: Type: text/plain, Size: 1892 bytes --]

>  cups-1.2.12-alt4	Requires	coreutils
> +cups-1.2.12-alt4	Requires	fonts-type1-urw
>  cups-1.2.12-alt4	Requires	grep

Это зависимость через симлинки на шрифты.
Поиск зависимостей идет так (кусочек лога сборки):

symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier: checking contents_index_all for /usr/share/fonts/type1/urw/n022003l.pfb
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier: /usr/share/fonts/type1/urw/n022003l.pfb -> fonts-type1-urw (via contents_index_all)
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier-Bold: checking contents_index_all for /usr/share/fonts/type1/urw/n022004l.pfb
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier-Bold: /usr/share/fonts/type1/urw/n022004l.pfb -> fonts-type1-urw (via contents_index_all)
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier-BoldOblique: checking contents_index_all for /usr/share/fonts/type1/urw/n022024l.pfb
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier-BoldOblique: /usr/share/fonts/type1/urw/n022024l.pfb -> fonts-type1-urw (via contents_index_all)
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier-Oblique: checking contents_index_all for /usr/share/fonts/type1/urw/n022023l.pfb
symlinks.req: /usr/src/tmp/cups-buildroot/usr/share/cups/fonts/Courier-Oblique: /usr/share/fonts/type1/urw/n022023l.pfb -> fonts-type1-urw (via contents_index_all)

(При активизации поиска зависимости через contents_index_all у скриптов
автоматически выстявляется verbosity в максимум вплоть до окончиня
поиска этой зависимости.  У этой идеи интересная реализация, см. rpm.git
бранч mod файл scripts/find-package.in.)

Считаю зависимость на fonts-type1-urw правильной.  Также это дает
основания думать, что поиск зависимостей через симлинки -- в целом
правильная идея.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [devel] dbmail-contrib-2.2.5-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (26 preceding siblings ...)
  2007-09-15 21:09 ` [devel] cups-1.2.12-alt4 Alexey Tourbin
@ 2007-09-15 21:19 ` Alexey Tourbin
  2007-09-16  8:55   ` Eugene Prokopiev
  2007-09-16 11:29 ` [devel] design-bootsplash-* symlinks Alexey Tourbin
                   ` (94 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From: Alexey Tourbin @ 2007-09-15 21:19 UTC (permalink / raw)
  To: devel; +Cc: Eugene Prokopiev

[-- Attachment #1: Type: text/plain, Size: 1557 bytes --]

>  dbmail-contrib-2.2.5-alt1	Requires	/usr/bin/dropdb
> +dbmail-contrib-2.2.5-alt1	Requires	/usr/bin/mysql
> +dbmail-contrib-2.2.5-alt1	Requires	/usr/bin/mysqladmin
>  dbmail-contrib-2.2.5-alt1	Requires	/usr/bin/mysqldump
> +dbmail-contrib-2.2.5-alt1	Requires	/usr/bin/pg_dump
>  dbmail-contrib-2.2.5-alt1	Requires	/usr/bin/psql
> @@ -18478,3 +18725,9 @@
>  dbmail-contrib-2.2.5-alt1	Requires	dbmail = 2.2.5-alt1
> +dbmail-contrib-2.2.5-alt1	Requires	gzip
>  dbmail-contrib-2.2.5-alt1	Requires	python-base
> +dbmail-contrib-2.2.5-alt1	Requires	python2.4(email)
> +dbmail-contrib-2.2.5-alt1	Requires	python2.4(getopt)
> +dbmail-contrib-2.2.5-alt1	Requires	python2.4(mailbox)
> +dbmail-contrib-2.2.5-alt1	Requires	python2.4(os)
> +dbmail-contrib-2.2.5-alt1	Requires	sed
>  dbmail-contrib-2.2.5-alt1	Requires(rpmlib)	rpmlib(CompressedFileNames) <= 3.0.4-1

У dbmail-contrib появились новые зависимости как на mysql,
так и на postgresql.  Впрочем, кажется, они не добавляют ничего
существенного к уже существующим, так что более глубоко комментировать
не буду.

(ATTN.  Все зависимости на /usr/bin/* сейчас не являются анметами, при
условии, что какие-то пакеты содержат эти файлы.  То есть не обязательно
писать соответствующие Provides: /usr/bin/*.  Вообще, можно считать, что
это справедливо для путей /bin /sbin /usr/bin /usr/sbin.  Однако есть
тонкая разница -- МОЖНО НЕ писать не значит, что НЕ НУЖНО писать.
Однако в данном конкретном случае проще ничего не делать, чем что-то
делать.)

Питоновские модули все стандартные.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 10:04                         ` Alexey I. Froloff
  2007-09-15 12:06                           ` Хихин Руслан
@ 2007-09-15 21:57                           ` Alexey Tourbin
  2007-09-15 22:17                             ` Alexey I. Froloff
  2007-09-16  4:34                             ` Хихин Руслан
  1 sibling, 2 replies; 316+ messages in thread
From:  @ 2007-09-15 21:57 UTC (permalink / raw)




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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 21:57                           ` Alexey Tourbin
@ 2007-09-15 22:17                             ` Alexey I. Froloff
  2007-09-16  4:34                             ` Хихин Руслан
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-15 22:17 UTC (permalink / raw)




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

* Re: [devel] дизъюнкция зависимостей
  2007-09-15 21:57                           ` Alexey Tourbin
  2007-09-15 22:17                             ` Alexey I. Froloff
@ 2007-09-16  4:34                             ` Хихин Руслан
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-16  4:34 UTC (permalink / raw)




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

* Re: [devel] dbmail-contrib-2.2.5-alt1
  2007-09-15 21:19 ` [devel] dbmail-contrib-2.2.5-alt1 Alexey Tourbin
@ 2007-09-16  8:55   ` Eugene Prokopiev
  2007-09-16 16:01     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16  8:55 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-15 18:03 ` [devel] anjuta-1.2.4-alt4 Alexey Tourbin
@ 2007-09-16  9:26   ` Alexey Rusakov
  2007-09-16  9:42   ` Alexey I. Froloff
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-16  9:26 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-15 18:03 ` [devel] anjuta-1.2.4-alt4 Alexey Tourbin
  2007-09-16  9:26   ` Alexey Rusakov
@ 2007-09-16  9:42   ` Alexey I. Froloff
  2007-09-16 10:01     ` Alexey Rusakov
  2007-09-16 10:03     ` Alexey I. Froloff
  1 sibling, 2 replies; 316+ messages in thread
From:  @ 2007-09-16  9:42 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-16  9:42   ` Alexey I. Froloff
@ 2007-09-16 10:01     ` Alexey Rusakov
  2007-09-16 10:09       ` Alexey I. Froloff
  2007-09-16 10:03     ` Alexey I. Froloff
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 10:01 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-16 10:03     ` Alexey I. Froloff
@ 2007-09-16 10:02       ` Alexey Rusakov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 10:02 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-16  9:42   ` Alexey I. Froloff
  2007-09-16 10:01     ` Alexey Rusakov
@ 2007-09-16 10:03     ` Alexey I. Froloff
  2007-09-16 10:02       ` Alexey Rusakov
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 10:03 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-16 10:01     ` Alexey Rusakov
@ 2007-09-16 10:09       ` Alexey I. Froloff
  2007-09-17 13:43         ` Alexey Rusakov
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 10:09 UTC (permalink / raw)




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

* [devel] design-bootsplash-* symlinks
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (27 preceding siblings ...)
  2007-09-15 21:19 ` [devel] dbmail-contrib-2.2.5-alt1 Alexey Tourbin
@ 2007-09-16 11:29 ` Alexey Tourbin
  2007-09-16 11:36 ` [devel] design-graphics-* symlinks Alexey Tourbin
                   ` (93 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 11:29 UTC (permalink / raw)




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

* [devel] design-graphics-* symlinks
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (28 preceding siblings ...)
  2007-09-16 11:29 ` [devel] design-bootsplash-* symlinks Alexey Tourbin
@ 2007-09-16 11:36 ` Alexey Tourbin
  2007-09-16 11:43 ` [devel] dhcp-client-3.0.6-alt1 Alexey Tourbin
                   ` (92 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 11:36 UTC (permalink / raw)




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

* [devel] dhcp-client-3.0.6-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (29 preceding siblings ...)
  2007-09-16 11:36 ` [devel] design-graphics-* symlinks Alexey Tourbin
@ 2007-09-16 11:43 ` Alexey Tourbin
  2007-09-16 15:40   ` Dmitry V. Levin
  2007-09-16 11:59 ` [devel] dissy-1-alt0.1 Alexey Tourbin
                   ` (91 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 11:43 UTC (permalink / raw)




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

* [devel] dissy-1-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (30 preceding siblings ...)
  2007-09-16 11:43 ` [devel] dhcp-client-3.0.6-alt1 Alexey Tourbin
@ 2007-09-16 11:59 ` Alexey Tourbin
  2007-09-16 12:47 ` [devel] duplicity-0.4.2-alt0.1 Alexey Tourbin
                   ` (90 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 11:59 UTC (permalink / raw)




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

* Re: [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1
  2007-09-15 17:10 ` [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1 Alexey Tourbin
@ 2007-09-16 12:23   ` Alexey Gladkov
  2007-09-16 12:43     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 12:23 UTC (permalink / raw)




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

* Re: [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1
  2007-09-16 12:23   ` Alexey Gladkov
@ 2007-09-16 12:43     ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 12:43 UTC (permalink / raw)




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

* [devel] duplicity-0.4.2-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (31 preceding siblings ...)
  2007-09-16 11:59 ` [devel] dissy-1-alt0.1 Alexey Tourbin
@ 2007-09-16 12:47 ` Alexey Tourbin
  2007-09-16 13:54 ` [devel] eas-0.2.2 clip-* lib.prov Alexey Tourbin
                   ` (89 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 12:47 UTC (permalink / raw)




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

* [devel] eas-0.2.2 clip-* lib.prov
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (32 preceding siblings ...)
  2007-09-16 12:47 ` [devel] duplicity-0.4.2-alt0.1 Alexey Tourbin
@ 2007-09-16 13:54 ` Alexey Tourbin
  2007-09-16 19:09   ` Vitaly Lipatov
  2007-09-16 14:07 ` [devel] easyvz-server-0.1-alt3 Alexey Tourbin
                   ` (88 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 13:54 UTC (permalink / raw)




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

* [devel] easyvz-server-0.1-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (33 preceding siblings ...)
  2007-09-16 13:54 ` [devel] eas-0.2.2 clip-* lib.prov Alexey Tourbin
@ 2007-09-16 14:07 ` Alexey Tourbin
  2007-09-16 14:30 ` [devel] emacs-chess-2.0-alt4.b6 Alexey Tourbin
                   ` (87 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 14:07 UTC (permalink / raw)




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

* [devel] emacs-chess-2.0-alt4.b6
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (34 preceding siblings ...)
  2007-09-16 14:07 ` [devel] easyvz-server-0.1-alt3 Alexey Tourbin
@ 2007-09-16 14:30 ` Alexey Tourbin
  2007-09-16 19:55   ` Eugene Vlasov
  2007-09-16 14:33 ` [devel] emacs-maxima-5.12.0-alt1 Alexey Tourbin
                   ` (86 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 14:30 UTC (permalink / raw)




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

* [devel] emacs-maxima-5.12.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (35 preceding siblings ...)
  2007-09-16 14:30 ` [devel] emacs-chess-2.0-alt4.b6 Alexey Tourbin
@ 2007-09-16 14:33 ` Alexey Tourbin
  2007-09-16 17:04   ` Vadim V. Zhytnikov
  2007-09-16 14:40 ` [devel] emacspeak-23.0-alt1 Alexey Tourbin
                   ` (85 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 14:33 UTC (permalink / raw)




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

* [devel] emacspeak-23.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (36 preceding siblings ...)
  2007-09-16 14:33 ` [devel] emacs-maxima-5.12.0-alt1 Alexey Tourbin
@ 2007-09-16 14:40 ` Alexey Tourbin
  2007-09-16 14:46 ` [devel] etcnet-0.9.3-alt3 ruby! Alexey Tourbin
                   ` (84 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 14:40 UTC (permalink / raw)




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

* [devel] etcnet-0.9.3-alt3 ruby!
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (37 preceding siblings ...)
  2007-09-16 14:40 ` [devel] emacspeak-23.0-alt1 Alexey Tourbin
@ 2007-09-16 14:46 ` Alexey Tourbin
  2007-09-16 21:51   ` Michael Shigorin
  2007-09-16 14:53 ` [devel] etersoft-build-utils-1.2-alt1 Alexey Tourbin
                   ` (83 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 14:46 UTC (permalink / raw)




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

* [devel] etersoft-build-utils-1.2-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (38 preceding siblings ...)
  2007-09-16 14:46 ` [devel] etcnet-0.9.3-alt3 ruby! Alexey Tourbin
@ 2007-09-16 14:53 ` Alexey Tourbin
  2007-09-16 15:40 ` [devel] exim-common-4.67-alt1 Alexey Tourbin
                   ` (82 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 14:53 UTC (permalink / raw)




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

* [devel] exim-common-4.67-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (39 preceding siblings ...)
  2007-09-16 14:53 ` [devel] etersoft-build-utils-1.2-alt1 Alexey Tourbin
@ 2007-09-16 15:40 ` Alexey Tourbin
  2007-09-16 17:08 ` [devel] ez-ipupdate-3.0.11-alt0.3.b8 Alexey Tourbin
                   ` (81 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 15:40 UTC (permalink / raw)




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

* Re: [devel] dhcp-client-3.0.6-alt1
  2007-09-16 11:43 ` [devel] dhcp-client-3.0.6-alt1 Alexey Tourbin
@ 2007-09-16 15:40   ` Dmitry V. Levin
  2007-09-16 15:48     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 15:40 UTC (permalink / raw)




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

* Re: [devel] dhcp-client-3.0.6-alt1
  2007-09-16 15:40   ` Dmitry V. Levin
@ 2007-09-16 15:48     ` Alexey Tourbin
  2007-09-16 16:27       ` Dmitry V. Levin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 15:48 UTC (permalink / raw)




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

* Re: [devel] dbmail-contrib-2.2.5-alt1
  2007-09-16  8:55   ` Eugene Prokopiev
@ 2007-09-16 16:01     ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 16:01 UTC (permalink / raw)




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

* Re: [devel] dhcp-client-3.0.6-alt1
  2007-09-16 15:48     ` Alexey Tourbin
@ 2007-09-16 16:27       ` Dmitry V. Levin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 16:27 UTC (permalink / raw)




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

* Re: [devel] emacs-maxima-5.12.0-alt1
  2007-09-16 14:33 ` [devel] emacs-maxima-5.12.0-alt1 Alexey Tourbin
@ 2007-09-16 17:04   ` Vadim V. Zhytnikov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 17:04 UTC (permalink / raw)




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

* [devel] ez-ipupdate-3.0.11-alt0.3.b8
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (40 preceding siblings ...)
  2007-09-16 15:40 ` [devel] exim-common-4.67-alt1 Alexey Tourbin
@ 2007-09-16 17:08 ` Alexey Tourbin
  2007-09-16 17:17 ` [devel] fedora-ds-1.1.0-alt0.20070817 Alexey Tourbin
                   ` (80 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 17:08 UTC (permalink / raw)




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

* [devel] fedora-ds-1.1.0-alt0.20070817
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (41 preceding siblings ...)
  2007-09-16 17:08 ` [devel] ez-ipupdate-3.0.11-alt0.3.b8 Alexey Tourbin
@ 2007-09-16 17:17 ` Alexey Tourbin
  2007-09-16 17:26   ` [devel] fedora-ds-adminserver-1.1.0-alt0.20070817 Alexey Tourbin
  2007-09-17 17:35   ` [devel] AutoReq Dmitry V. Levin
  2007-09-16 17:33 ` [devel] fglrx-tools-8.40.4-alt1 Alexey Tourbin
                   ` (79 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-16 17:17 UTC (permalink / raw)




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

* [devel] fedora-ds-adminserver-1.1.0-alt0.20070817
  2007-09-16 17:17 ` [devel] fedora-ds-1.1.0-alt0.20070817 Alexey Tourbin
@ 2007-09-16 17:26   ` Alexey Tourbin
  2007-09-17 17:35   ` [devel] AutoReq Dmitry V. Levin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 17:26 UTC (permalink / raw)




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

* [devel] fglrx-tools-8.40.4-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (42 preceding siblings ...)
  2007-09-16 17:17 ` [devel] fedora-ds-1.1.0-alt0.20070817 Alexey Tourbin
@ 2007-09-16 17:33 ` Alexey Tourbin
  2007-09-17 10:45 ` [devel] file-roller-2.18.4-alt2 Alexey Tourbin
                   ` (78 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 17:33 UTC (permalink / raw)




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

* Re: [devel] eas-0.2.2 clip-* lib.prov
  2007-09-16 13:54 ` [devel] eas-0.2.2 clip-* lib.prov Alexey Tourbin
@ 2007-09-16 19:09   ` Vitaly Lipatov
  2007-09-16 19:13     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 19:09 UTC (permalink / raw)




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

* Re: [devel] eas-0.2.2 clip-* lib.prov
  2007-09-16 19:09   ` Vitaly Lipatov
@ 2007-09-16 19:13     ` Alexey Tourbin
  2007-09-17  6:10       ` Vitaly Lipatov
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 19:13 UTC (permalink / raw)




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

* Re: [devel] emacs-chess-2.0-alt4.b6
  2007-09-16 14:30 ` [devel] emacs-chess-2.0-alt4.b6 Alexey Tourbin
@ 2007-09-16 19:55   ` Eugene Vlasov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 19:55 UTC (permalink / raw)




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

* Re: [devel] alsa-firmware-1.0.14-alt1
  2007-09-15 15:53 ` [devel] alsa-firmware-1.0.14-alt1 Alexey Tourbin
@ 2007-09-16 20:30   ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 20:30 UTC (permalink / raw)




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

* Re: [devel] etcnet-0.9.3-alt3 ruby!
  2007-09-16 14:46 ` [devel] etcnet-0.9.3-alt3 ruby! Alexey Tourbin
@ 2007-09-16 21:51   ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-16 21:51 UTC (permalink / raw)




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

* Re: [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2
  2007-09-12 15:55     ` Alexey I. Froloff
  2007-09-12 16:14       ` Sergey V Turchin
@ 2007-09-16 21:52       ` Michael Shigorin
  2007-09-17 12:44         ` Sergey V Turchin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-16 21:52 UTC (permalink / raw)




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

* Re: [devel] arch-pqm-0.5-alt1
  2007-09-15 18:09 ` [devel] arch-pqm-0.5-alt1 Alexey Tourbin
@ 2007-09-17  4:43   ` Alexey Voinov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17  4:43 UTC (permalink / raw)




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

* Re: [devel] alterator-timezone-0.5.0-alt3
  2007-09-15 17:15 ` [devel] alterator-timezone-0.5.0-alt3 Alexey Tourbin
  2007-09-15 17:17   ` [devel] alterator-vm-0.3-alt21 Alexey Tourbin
@ 2007-09-17  6:05   ` Stanislav Ievlev
  2007-09-17  7:49     ` Michael Shigorin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-17  6:05 UTC (permalink / raw)




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

* Re: [devel] cups-1.2.12-alt4
  2007-09-15 21:09 ` [devel] cups-1.2.12-alt4 Alexey Tourbin
@ 2007-09-17  6:07   ` Stanislav Ievlev
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17  6:07 UTC (permalink / raw)




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

* Re: [devel] eas-0.2.2 clip-* lib.prov
  2007-09-16 19:13     ` Alexey Tourbin
@ 2007-09-17  6:10       ` Vitaly Lipatov
  2007-09-17 17:29         ` [devel] sonameless shared libraries Dmitry V. Levin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17  6:10 UTC (permalink / raw)




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

* Re: [devel] alterator-timezone-0.5.0-alt3
  2007-09-17  6:05   ` [devel] alterator-timezone-0.5.0-alt3 Stanislav Ievlev
@ 2007-09-17  7:49     ` Michael Shigorin
  2007-09-17 10:06       ` Stanislav Ievlev
  2007-09-17 10:10       ` Alexey Gladkov
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-17  7:49 UTC (permalink / raw)




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

* Re: [devel] alterator-timezone-0.5.0-alt3
  2007-09-17  7:49     ` Michael Shigorin
@ 2007-09-17 10:06       ` Stanislav Ievlev
  2007-09-17 10:29         ` Michael Shigorin
  2007-09-17 10:10       ` Alexey Gladkov
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 10:06 UTC (permalink / raw)




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

* Re: [devel] alterator-timezone-0.5.0-alt3
  2007-09-17  7:49     ` Michael Shigorin
  2007-09-17 10:06       ` Stanislav Ievlev
@ 2007-09-17 10:10       ` Alexey Gladkov
  2007-09-17 10:32         ` Michael Shigorin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 10:10 UTC (permalink / raw)




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

* Re: [devel] alterator-timezone-0.5.0-alt3
  2007-09-17 10:06       ` Stanislav Ievlev
@ 2007-09-17 10:29         ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 10:29 UTC (permalink / raw)




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

* Re: [devel] alterator-timezone-0.5.0-alt3
  2007-09-17 10:10       ` Alexey Gladkov
@ 2007-09-17 10:32         ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 10:32 UTC (permalink / raw)




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

* [devel] file-roller-2.18.4-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (43 preceding siblings ...)
  2007-09-16 17:33 ` [devel] fglrx-tools-8.40.4-alt1 Alexey Tourbin
@ 2007-09-17 10:45 ` Alexey Tourbin
  2007-09-17 11:54   ` Alexey Rusakov
  2007-09-17 10:51 ` [devel] flow-tools-0.68-alt2.0 Alexey Tourbin
                   ` (77 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 10:45 UTC (permalink / raw)




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

* [devel] flow-tools-0.68-alt2.0
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (44 preceding siblings ...)
  2007-09-17 10:45 ` [devel] file-roller-2.18.4-alt2 Alexey Tourbin
@ 2007-09-17 10:51 ` Alexey Tourbin
  2007-09-17 13:20 ` [devel] gcstar-1.1.1-alt1 Alexey Tourbin
                   ` (76 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 10:51 UTC (permalink / raw)




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

* [devel] fop-0.20.5-alt1_12jpp1.7
  2007-09-15 19:06 ` [devel] batik-manual-1.6-alt1_3jpp1.7 shell deps Alexey Tourbin
  2007-09-15 20:28   ` [devel] bsh-1.3.0-alt1_10jpp1.7 castor-0.9.9.1-alt1_2jpp1.7 Alexey Tourbin
@ 2007-09-17 10:53   ` Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 10:53 UTC (permalink / raw)




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

* Re: [devel] file-roller-2.18.4-alt2
  2007-09-17 10:45 ` [devel] file-roller-2.18.4-alt2 Alexey Tourbin
@ 2007-09-17 11:54   ` Alexey Rusakov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 11:54 UTC (permalink / raw)




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

* Re: [devel] alterator-bootloader-0.1.7-alt2
  2007-09-15 16:05 ` [devel] alterator-bootloader-0.1.7-alt2 Alexey Tourbin
@ 2007-09-17 12:36   ` Sergey V Turchin
  2007-09-17 13:08     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 12:36 UTC (permalink / raw)




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

* Re: [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2
  2007-09-16 21:52       ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Michael Shigorin
@ 2007-09-17 12:44         ` Sergey V Turchin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 12:44 UTC (permalink / raw)




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

* Re: [devel] alterator-bootloader-0.1.7-alt2
  2007-09-17 12:36   ` Sergey V Turchin
@ 2007-09-17 13:08     ` Alexey Tourbin
  2007-09-17 13:41       ` Sergey V Turchin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 13:08 UTC (permalink / raw)




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

* [devel] gcstar-1.1.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (45 preceding siblings ...)
  2007-09-17 10:51 ` [devel] flow-tools-0.68-alt2.0 Alexey Tourbin
@ 2007-09-17 13:20 ` Alexey Tourbin
  2007-09-17 13:30   ` Alexey Tourbin
  2007-09-17 13:36 ` [devel] gkrellm-themes-1.0-alt1 Alexey Tourbin
                   ` (75 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 13:20 UTC (permalink / raw)




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

* Re: [devel] gcstar-1.1.1-alt1
  2007-09-17 13:20 ` [devel] gcstar-1.1.1-alt1 Alexey Tourbin
@ 2007-09-17 13:30   ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 13:30 UTC (permalink / raw)




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

* [devel] gkrellm-themes-1.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (46 preceding siblings ...)
  2007-09-17 13:20 ` [devel] gcstar-1.1.1-alt1 Alexey Tourbin
@ 2007-09-17 13:36 ` Alexey Tourbin
  2007-09-19 12:56 ` [devel] gksu-2.0.0-alt1 Alexey Tourbin
                   ` (74 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 13:36 UTC (permalink / raw)




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

* Re: [devel] alterator-bootloader-0.1.7-alt2
  2007-09-17 13:08     ` Alexey Tourbin
@ 2007-09-17 13:41       ` Sergey V Turchin
  2007-09-17 14:42         ` [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2) Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 13:41 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-16 10:09       ` Alexey I. Froloff
@ 2007-09-17 13:43         ` Alexey Rusakov
  2007-09-17 14:00           ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 13:43 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-17 13:43         ` Alexey Rusakov
@ 2007-09-17 14:00           ` Alexey Tourbin
  2007-09-18 10:47             ` Alexey Rusakov
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 14:00 UTC (permalink / raw)




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

* [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 13:41       ` Sergey V Turchin
@ 2007-09-17 14:42         ` Alexey Tourbin
  2007-09-17 15:09           ` Sergey V Turchin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 14:42 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 14:42         ` [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2) Alexey Tourbin
@ 2007-09-17 15:09           ` Sergey V Turchin
  2007-09-17 15:14             ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 15:09 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 15:09           ` Sergey V Turchin
@ 2007-09-17 15:14             ` Alexey Tourbin
  2007-09-17 15:31               ` Sergey V Turchin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 15:14 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 15:14             ` Alexey Tourbin
@ 2007-09-17 15:31               ` Sergey V Turchin
  2007-09-17 15:49                 ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 15:31 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 15:31               ` Sergey V Turchin
@ 2007-09-17 15:49                 ` Alexey Tourbin
  2007-09-18  7:25                   ` Slava Semushin
  2007-09-18 11:56                   ` Michael Shigorin
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-17 15:49 UTC (permalink / raw)




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

* [devel] sonameless shared libraries
  2007-09-17  6:10       ` Vitaly Lipatov
@ 2007-09-17 17:29         ` Dmitry V. Levin
  2007-09-18 11:58           ` Michael Shigorin
                             ` (2 more replies)
  0 siblings, 3 replies; 316+ messages in thread
From:  @ 2007-09-17 17:29 UTC (permalink / raw)




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

* [devel] AutoReq
  2007-09-16 17:17 ` [devel] fedora-ds-1.1.0-alt0.20070817 Alexey Tourbin
  2007-09-16 17:26   ` [devel] fedora-ds-adminserver-1.1.0-alt0.20070817 Alexey Tourbin
@ 2007-09-17 17:35   ` Dmitry V. Levin
  2007-09-17 21:16     ` Alexey Shabalin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-17 17:35 UTC (permalink / raw)




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

* Re: [devel] amavisd-new-2.5.1-alt1
  2007-09-15 17:37 ` [devel] amavisd-new-2.5.1-alt1 Alexey Tourbin
@ 2007-09-17 20:34   ` Alexey Shabalin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 20:34 UTC (permalink / raw)




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

* Re: [devel] beagle-0.2.17-alt1 mono deps
  2007-09-15 19:17 ` [devel] beagle-0.2.17-alt1 mono deps Alexey Tourbin
@ 2007-09-17 20:40   ` Alexey Shabalin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 20:40 UTC (permalink / raw)




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

* Re: [devel] AutoReq
  2007-09-17 17:35   ` [devel] AutoReq Dmitry V. Levin
@ 2007-09-17 21:16     ` Alexey Shabalin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-17 21:16 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 15:49                 ` Alexey Tourbin
@ 2007-09-18  7:25                   ` Slava Semushin
  2007-09-18  7:39                     ` Alexey I. Froloff
  2007-09-18 11:56                   ` Michael Shigorin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-18  7:25 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-18  7:25                   ` Slava Semushin
@ 2007-09-18  7:39                     ` Alexey I. Froloff
  2007-09-18  7:47                       ` Денис Смирнов
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-18  7:39 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-18  7:39                     ` Alexey I. Froloff
@ 2007-09-18  7:47                       ` Денис Смирнов
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-18  7:47 UTC (permalink / raw)




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

* Re: [devel] bsh-1.3.0-alt1_10jpp1.7 castor-0.9.9.1-alt1_2jpp1.7
  2007-09-15 20:28   ` [devel] bsh-1.3.0-alt1_10jpp1.7 castor-0.9.9.1-alt1_2jpp1.7 Alexey Tourbin
@ 2007-09-18 10:44     ` Igor Vlasenko
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-18 10:44 UTC (permalink / raw)




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

* Re: [devel] anjuta-1.2.4-alt4
  2007-09-17 14:00           ` Alexey Tourbin
@ 2007-09-18 10:47             ` Alexey Rusakov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-18 10:47 UTC (permalink / raw)




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

* Re: [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2)
  2007-09-17 15:49                 ` Alexey Tourbin
  2007-09-18  7:25                   ` Slava Semushin
@ 2007-09-18 11:56                   ` Michael Shigorin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-18 11:56 UTC (permalink / raw)




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

* Re: [devel] sonameless shared libraries
  2007-09-17 17:29         ` [devel] sonameless shared libraries Dmitry V. Levin
@ 2007-09-18 11:58           ` Michael Shigorin
  2007-09-18 13:28             ` Dmitry V. Levin
  2007-09-18 14:01           ` [devel] sonameless shared libraries Damir Shayhutdinov
  2007-09-19 21:23           ` Alexey Tourbin
  2 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-18 11:58 UTC (permalink / raw)




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

* Re: [devel] sonameless shared libraries
  2007-09-18 11:58           ` Michael Shigorin
@ 2007-09-18 13:28             ` Dmitry V. Levin
  2007-09-18 18:22               ` [devel] pkgconfig sisyphus_check Michael Shigorin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-18 13:28 UTC (permalink / raw)




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

* Re: [devel] sonameless shared libraries
  2007-09-17 17:29         ` [devel] sonameless shared libraries Dmitry V. Levin
  2007-09-18 11:58           ` Michael Shigorin
@ 2007-09-18 14:01           ` Damir Shayhutdinov
  2007-09-19 21:23           ` Alexey Tourbin
  2 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-18 14:01 UTC (permalink / raw)




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

* [devel] pkgconfig sisyphus_check
  2007-09-18 13:28             ` Dmitry V. Levin
@ 2007-09-18 18:22               ` Michael Shigorin
  2007-09-18 19:01                 ` Pavlov Konstantin
                                   ` (3 more replies)
  0 siblings, 4 replies; 316+ messages in thread
From:  @ 2007-09-18 18:22 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-18 18:22               ` [devel] pkgconfig sisyphus_check Michael Shigorin
@ 2007-09-18 19:01                 ` Pavlov Konstantin
  2007-09-19 20:02                   ` Michael Shigorin
  2007-09-18 19:26                 ` Alexey I. Froloff
                                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-18 19:01 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-18 18:22               ` [devel] pkgconfig sisyphus_check Michael Shigorin
  2007-09-18 19:01                 ` Pavlov Konstantin
@ 2007-09-18 19:26                 ` Alexey I. Froloff
  2007-09-19 20:06                   ` Michael Shigorin
  2007-09-19  7:44                 ` Alexey Rusakov
  2007-09-19 20:49                 ` [devel] pkgconfig sisyphus_check Alexey Shabalin
  3 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-18 19:26 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-18 18:22               ` [devel] pkgconfig sisyphus_check Michael Shigorin
  2007-09-18 19:01                 ` Pavlov Konstantin
  2007-09-18 19:26                 ` Alexey I. Froloff
@ 2007-09-19  7:44                 ` Alexey Rusakov
  2007-09-19 20:04                   ` Michael Shigorin
  2007-09-19 23:18                   ` [devel] семантика *-devel пакетов Alexey Tourbin
  2007-09-19 20:49                 ` [devel] pkgconfig sisyphus_check Alexey Shabalin
  3 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-19  7:44 UTC (permalink / raw)




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

* [devel] gksu-2.0.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (47 preceding siblings ...)
  2007-09-17 13:36 ` [devel] gkrellm-themes-1.0-alt1 Alexey Tourbin
@ 2007-09-19 12:56 ` Alexey Tourbin
  2007-09-27 20:01   ` Alexey Rusakov
  2007-09-19 13:02 ` [devel] glade2-2.12.1-alt5 Alexey Tourbin
                   ` (73 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 12:56 UTC (permalink / raw)




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

* [devel] glade2-2.12.1-alt5
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (48 preceding siblings ...)
  2007-09-19 12:56 ` [devel] gksu-2.0.0-alt1 Alexey Tourbin
@ 2007-09-19 13:02 ` Alexey Tourbin
  2007-09-19 13:32   ` Alexey Rusakov
  2007-09-19 13:50 ` [devel] gnofract4d-3.2-alt0.1 Alexey Tourbin
                   ` (72 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 13:02 UTC (permalink / raw)




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

* Re: [devel] glade2-2.12.1-alt5
  2007-09-19 13:02 ` [devel] glade2-2.12.1-alt5 Alexey Tourbin
@ 2007-09-19 13:32   ` Alexey Rusakov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 13:32 UTC (permalink / raw)




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

* [devel] gnofract4d-3.2-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (49 preceding siblings ...)
  2007-09-19 13:02 ` [devel] glade2-2.12.1-alt5 Alexey Tourbin
@ 2007-09-19 13:50 ` Alexey Tourbin
  2007-09-19 14:54 ` [devel] gnome-mlview-0.9.0-alt0.3cvs20050521 Alexey Tourbin
                   ` (71 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 13:50 UTC (permalink / raw)




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

* [devel] gnome-mlview-0.9.0-alt0.3cvs20050521
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (50 preceding siblings ...)
  2007-09-19 13:50 ` [devel] gnofract4d-3.2-alt0.1 Alexey Tourbin
@ 2007-09-19 14:54 ` Alexey Tourbin
  2007-09-19 15:07 ` [devel] gnucap-20070329-alt0.1 Alexey Tourbin
                   ` (70 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 14:54 UTC (permalink / raw)




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

* [devel] gnucap-20070329-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (51 preceding siblings ...)
  2007-09-19 14:54 ` [devel] gnome-mlview-0.9.0-alt0.3cvs20050521 Alexey Tourbin
@ 2007-09-19 15:07 ` Alexey Tourbin
  2007-09-19 15:12   ` Alexey Tourbin
  2007-09-19 15:19 ` [devel] gresistor-0.0.1-alt1 Alexey Tourbin
                   ` (69 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 15:07 UTC (permalink / raw)




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

* Re: [devel] gnucap-20070329-alt0.1
  2007-09-19 15:07 ` [devel] gnucap-20070329-alt0.1 Alexey Tourbin
@ 2007-09-19 15:12   ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 15:12 UTC (permalink / raw)




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

* [devel] gresistor-0.0.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (52 preceding siblings ...)
  2007-09-19 15:07 ` [devel] gnucap-20070329-alt0.1 Alexey Tourbin
@ 2007-09-19 15:19 ` Alexey Tourbin
  2007-09-19 15:36 ` [devel] gsoko-0.4.2-alt1 Alexey Tourbin
                   ` (68 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 15:19 UTC (permalink / raw)




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

* [devel] gsoko-0.4.2-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (53 preceding siblings ...)
  2007-09-19 15:19 ` [devel] gresistor-0.0.1-alt1 Alexey Tourbin
@ 2007-09-19 15:36 ` Alexey Tourbin
  2007-09-19 15:44 ` [devel] gtk2-themes-qtcurve-0.52.3-alt1 Alexey Tourbin
                   ` (67 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 15:36 UTC (permalink / raw)




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

* [devel] gtk2-themes-qtcurve-0.52.3-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (54 preceding siblings ...)
  2007-09-19 15:36 ` [devel] gsoko-0.4.2-alt1 Alexey Tourbin
@ 2007-09-19 15:44 ` Alexey Tourbin
  2007-09-19 20:09 ` [devel] hal-gnome-0.5.9.1-alt2 python! python! Alexey Tourbin
                   ` (66 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 15:44 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-18 19:01                 ` Pavlov Konstantin
@ 2007-09-19 20:02                   ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 20:02 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19  7:44                 ` Alexey Rusakov
@ 2007-09-19 20:04                   ` Michael Shigorin
  2007-09-19 21:00                     ` Alexey Rusakov
  2007-09-19 21:14                     ` Led
  2007-09-19 23:18                   ` [devel] семантика *-devel пакетов Alexey Tourbin
  1 sibling, 2 replies; 316+ messages in thread
From:  @ 2007-09-19 20:04 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-18 19:26                 ` Alexey I. Froloff
@ 2007-09-19 20:06                   ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 20:06 UTC (permalink / raw)




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

* [devel] hal-gnome-0.5.9.1-alt2 python! python!
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (55 preceding siblings ...)
  2007-09-19 15:44 ` [devel] gtk2-themes-qtcurve-0.52.3-alt1 Alexey Tourbin
@ 2007-09-19 20:09 ` Alexey Tourbin
  2007-09-21  8:11 ` [devel] hsqldb-server-1.8.0.7-alt2 Alexey Tourbin
                   ` (65 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 20:09 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-18 18:22               ` [devel] pkgconfig sisyphus_check Michael Shigorin
                                   ` (2 preceding siblings ...)
  2007-09-19  7:44                 ` Alexey Rusakov
@ 2007-09-19 20:49                 ` Alexey Shabalin
  2007-09-19 22:16                   ` Michael Shigorin
  3 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 20:49 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 20:04                   ` Michael Shigorin
@ 2007-09-19 21:00                     ` Alexey Rusakov
  2007-09-19 21:14                     ` Led
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 21:00 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 20:04                   ` Michael Shigorin
  2007-09-19 21:00                     ` Alexey Rusakov
@ 2007-09-19 21:14                     ` Led
  2007-09-19 21:30                       ` Alexey Rusakov
  2007-09-19 22:29                       ` Alexey Tourbin
  1 sibling, 2 replies; 316+ messages in thread
From:  @ 2007-09-19 21:14 UTC (permalink / raw)




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

* Re: [devel] sonameless shared libraries
  2007-09-17 17:29         ` [devel] sonameless shared libraries Dmitry V. Levin
  2007-09-18 11:58           ` Michael Shigorin
  2007-09-18 14:01           ` [devel] sonameless shared libraries Damir Shayhutdinov
@ 2007-09-19 21:23           ` Alexey Tourbin
  2007-09-19 21:34             ` Dmitry V. Levin
  2 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 21:23 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 21:14                     ` Led
@ 2007-09-19 21:30                       ` Alexey Rusakov
  2007-09-19 21:44                         ` Alexey Tourbin
  2007-09-19 22:29                       ` Alexey Tourbin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 21:30 UTC (permalink / raw)




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

* Re: [devel] sonameless shared libraries
  2007-09-19 21:23           ` Alexey Tourbin
@ 2007-09-19 21:34             ` Dmitry V. Levin
  2007-09-19 22:07               ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 21:34 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 21:30                       ` Alexey Rusakov
@ 2007-09-19 21:44                         ` Alexey Tourbin
  2007-09-20  4:49                           ` Alexey Rusakov
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 21:44 UTC (permalink / raw)




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

* Re: [devel] sonameless shared libraries
  2007-09-19 21:34             ` Dmitry V. Levin
@ 2007-09-19 22:07               ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 22:07 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 20:49                 ` [devel] pkgconfig sisyphus_check Alexey Shabalin
@ 2007-09-19 22:16                   ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 22:16 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 21:14                     ` Led
  2007-09-19 21:30                       ` Alexey Rusakov
@ 2007-09-19 22:29                       ` Alexey Tourbin
  2007-09-19 22:40                         ` Led
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 22:29 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 22:29                       ` Alexey Tourbin
@ 2007-09-19 22:40                         ` Led
  2007-09-19 22:51                           ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 22:40 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 22:40                         ` Led
@ 2007-09-19 22:51                           ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-19 22:51 UTC (permalink / raw)




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

* [devel] семантика *-devel пакетов
  2007-09-19  7:44                 ` Alexey Rusakov
  2007-09-19 20:04                   ` Michael Shigorin
@ 2007-09-19 23:18                   ` Alexey Tourbin
  2007-09-27 20:17                     ` Alexey Rusakov
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-19 23:18 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-19 21:44                         ` Alexey Tourbin
@ 2007-09-20  4:49                           ` Alexey Rusakov
  2007-09-20 18:03                             ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-20  4:49 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20  4:49                           ` Alexey Rusakov
@ 2007-09-20 18:03                             ` Alexey Tourbin
  2007-09-20 19:00                               ` Alexey Tourbin
  2007-09-20 19:28                               ` Alexey Rusakov
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-20 18:03 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 18:03                             ` Alexey Tourbin
@ 2007-09-20 19:00                               ` Alexey Tourbin
  2007-09-20 19:28                               ` Alexey Rusakov
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-20 19:00 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 18:03                             ` Alexey Tourbin
  2007-09-20 19:00                               ` Alexey Tourbin
@ 2007-09-20 19:28                               ` Alexey Rusakov
  2007-09-20 20:00                                 ` Alexey Tourbin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-20 19:28 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 19:28                               ` Alexey Rusakov
@ 2007-09-20 20:00                                 ` Alexey Tourbin
  2007-09-20 20:40                                   ` Alexey I. Froloff
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-20 20:00 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 20:00                                 ` Alexey Tourbin
@ 2007-09-20 20:40                                   ` Alexey I. Froloff
  2007-09-20 21:11                                     ` Alexey Tourbin
  2007-09-20 21:14                                     ` Alexey Tourbin
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-20 20:40 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 20:40                                   ` Alexey I. Froloff
@ 2007-09-20 21:11                                     ` Alexey Tourbin
  2007-09-20 21:36                                       ` Led
  2007-09-20 21:55                                       ` Alexey I. Froloff
  2007-09-20 21:14                                     ` Alexey Tourbin
  1 sibling, 2 replies; 316+ messages in thread
From:  @ 2007-09-20 21:11 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 20:40                                   ` Alexey I. Froloff
  2007-09-20 21:11                                     ` Alexey Tourbin
@ 2007-09-20 21:14                                     ` Alexey Tourbin
  2007-09-20 21:59                                       ` Alexey I. Froloff
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-20 21:14 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 21:11                                     ` Alexey Tourbin
@ 2007-09-20 21:36                                       ` Led
  2007-09-20 21:56                                         ` Alexey I. Froloff
  2007-09-20 21:55                                       ` Alexey I. Froloff
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-20 21:36 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 21:11                                     ` Alexey Tourbin
  2007-09-20 21:36                                       ` Led
@ 2007-09-20 21:55                                       ` Alexey I. Froloff
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-20 21:55 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 21:36                                       ` Led
@ 2007-09-20 21:56                                         ` Alexey I. Froloff
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-20 21:56 UTC (permalink / raw)




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

* Re: [devel] pkgconfig sisyphus_check
  2007-09-20 21:14                                     ` Alexey Tourbin
@ 2007-09-20 21:59                                       ` Alexey I. Froloff
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-20 21:59 UTC (permalink / raw)




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

* [devel] hsqldb-server-1.8.0.7-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (56 preceding siblings ...)
  2007-09-19 20:09 ` [devel] hal-gnome-0.5.9.1-alt2 python! python! Alexey Tourbin
@ 2007-09-21  8:11 ` Alexey Tourbin
  2007-09-21  8:13 ` [devel] httpd-alterator-2.2.4-alt28 Alexey Tourbin
                   ` (64 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  8:11 UTC (permalink / raw)




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

* [devel] httpd-alterator-2.2.4-alt28
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (57 preceding siblings ...)
  2007-09-21  8:11 ` [devel] hsqldb-server-1.8.0.7-alt2 Alexey Tourbin
@ 2007-09-21  8:13 ` Alexey Tourbin
  2007-09-21  8:47   ` Dmitry V. Levin
  2007-09-21  9:14   ` Stanislav Ievlev
  2007-09-21  8:22 ` [devel] hylafax-4.3.2-alt2 Alexey Tourbin
                   ` (63 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-21  8:13 UTC (permalink / raw)




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

* [devel] hylafax-4.3.2-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (58 preceding siblings ...)
  2007-09-21  8:13 ` [devel] httpd-alterator-2.2.4-alt28 Alexey Tourbin
@ 2007-09-21  8:22 ` Alexey Tourbin
  2007-09-22 17:10   ` Denis Smirnov
  2007-09-21  8:41 ` [devel] jetty5-5.1.12-alt0.5_1jpp1.7 Alexey Tourbin
                   ` (62 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21  8:22 UTC (permalink / raw)




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

* [devel] jetty5-5.1.12-alt0.5_1jpp1.7
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (59 preceding siblings ...)
  2007-09-21  8:22 ` [devel] hylafax-4.3.2-alt2 Alexey Tourbin
@ 2007-09-21  8:41 ` Alexey Tourbin
  2007-09-21  8:57 ` [devel] kdeaddons-kate-3.5.7-alt2 Alexey Tourbin
                   ` (61 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  8:41 UTC (permalink / raw)




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

* Re: [devel] httpd-alterator-2.2.4-alt28
  2007-09-21  8:13 ` [devel] httpd-alterator-2.2.4-alt28 Alexey Tourbin
@ 2007-09-21  8:47   ` Dmitry V. Levin
  2007-09-21  8:54     ` Alexey Tourbin
  2007-09-21  9:14   ` Stanislav Ievlev
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-21  8:47 UTC (permalink / raw)




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

* Re: [devel] httpd-alterator-2.2.4-alt28
  2007-09-21  8:47   ` Dmitry V. Levin
@ 2007-09-21  8:54     ` Alexey Tourbin
  2007-09-21  9:03       ` Dmitry V. Levin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21  8:54 UTC (permalink / raw)




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

* [devel] kdeaddons-kate-3.5.7-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (60 preceding siblings ...)
  2007-09-21  8:41 ` [devel] jetty5-5.1.12-alt0.5_1jpp1.7 Alexey Tourbin
@ 2007-09-21  8:57 ` Alexey Tourbin
  2007-09-21  9:14 ` [devel] kdebase-common-3.5.7-alt14 symlinks Alexey Tourbin
                   ` (60 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  8:57 UTC (permalink / raw)




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

* Re: [devel] httpd-alterator-2.2.4-alt28
  2007-09-21  8:54     ` Alexey Tourbin
@ 2007-09-21  9:03       ` Dmitry V. Levin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:03 UTC (permalink / raw)




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

* Re: [devel] httpd-alterator-2.2.4-alt28
  2007-09-21  8:13 ` [devel] httpd-alterator-2.2.4-alt28 Alexey Tourbin
  2007-09-21  8:47   ` Dmitry V. Levin
@ 2007-09-21  9:14   ` Stanislav Ievlev
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:14 UTC (permalink / raw)




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

* [devel] kdebase-common-3.5.7-alt14 symlinks
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (61 preceding siblings ...)
  2007-09-21  8:57 ` [devel] kdeaddons-kate-3.5.7-alt2 Alexey Tourbin
@ 2007-09-21  9:14 ` Alexey Tourbin
  2007-09-21  9:32   ` [devel] kdebase-wm-3.5.7-alt14 Alexey Tourbin
  2007-09-21  9:31 ` [devel] kdebase-konqueror-3.5.7-alt14 Alexey Tourbin
                   ` (59 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21  9:14 UTC (permalink / raw)




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

* [devel] kdebase-konqueror-3.5.7-alt14
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (62 preceding siblings ...)
  2007-09-21  9:14 ` [devel] kdebase-common-3.5.7-alt14 symlinks Alexey Tourbin
@ 2007-09-21  9:31 ` Alexey Tourbin
  2007-09-21 10:00   ` [devel] /usr/bin/relative Dmitry V. Levin
  2007-09-21  9:35 ` [devel] kdemultimedia-krec-3.5.7-alt5 Alexey Tourbin
                   ` (58 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21  9:31 UTC (permalink / raw)




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

* [devel] kdebase-wm-3.5.7-alt14
  2007-09-21  9:14 ` [devel] kdebase-common-3.5.7-alt14 symlinks Alexey Tourbin
@ 2007-09-21  9:32   ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:32 UTC (permalink / raw)




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

* [devel] kdemultimedia-krec-3.5.7-alt5
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (63 preceding siblings ...)
  2007-09-21  9:31 ` [devel] kdebase-konqueror-3.5.7-alt14 Alexey Tourbin
@ 2007-09-21  9:35 ` Alexey Tourbin
  2007-09-21 14:10   ` Michael Shigorin
  2007-09-21  9:38 ` [devel] kernel-headers-common-1.1.9-alt1 Alexey Tourbin
                   ` (57 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21  9:35 UTC (permalink / raw)




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

* [devel] kernel-headers-common-1.1.9-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (64 preceding siblings ...)
  2007-09-21  9:35 ` [devel] kdemultimedia-krec-3.5.7-alt5 Alexey Tourbin
@ 2007-09-21  9:38 ` Alexey Tourbin
  2007-09-21  9:44 ` [devel] kile-1.9.2-alt1 Alexey Tourbin
                   ` (56 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:38 UTC (permalink / raw)




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

* [devel] kile-1.9.2-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (65 preceding siblings ...)
  2007-09-21  9:38 ` [devel] kernel-headers-common-1.1.9-alt1 Alexey Tourbin
@ 2007-09-21  9:44 ` Alexey Tourbin
  2007-09-21  9:50 ` [devel] klamav-0.41.1-alt1 Alexey Tourbin
                   ` (55 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:44 UTC (permalink / raw)




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

* [devel] klamav-0.41.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (66 preceding siblings ...)
  2007-09-21  9:44 ` [devel] kile-1.9.2-alt1 Alexey Tourbin
@ 2007-09-21  9:50 ` Alexey Tourbin
  2007-09-21  9:53 ` [devel] lam-devel-7.1.3-alt1 Alexey Tourbin
                   ` (54 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:50 UTC (permalink / raw)




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

* [devel] lam-devel-7.1.3-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (67 preceding siblings ...)
  2007-09-21  9:50 ` [devel] klamav-0.41.1-alt1 Alexey Tourbin
@ 2007-09-21  9:53 ` Alexey Tourbin
  2007-09-21 10:20 ` [devel] libipulog-devel-static-1.24-alt5 Alexey Tourbin
                   ` (53 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21  9:53 UTC (permalink / raw)




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

* Re: [devel] /usr/bin/relative
  2007-09-21  9:31 ` [devel] kdebase-konqueror-3.5.7-alt14 Alexey Tourbin
@ 2007-09-21 10:00   ` Dmitry V. Levin
  2007-09-21 10:16     ` Alexey Tourbin
  2007-09-21 14:06     ` [devel] [wiki] /usr/bin/relative Michael Shigorin
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-21 10:00 UTC (permalink / raw)




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

* Re: [devel] /usr/bin/relative
  2007-09-21 10:00   ` [devel] /usr/bin/relative Dmitry V. Levin
@ 2007-09-21 10:16     ` Alexey Tourbin
  2007-09-21 10:21       ` Dmitry V. Levin
  2007-09-21 14:06     ` [devel] [wiki] /usr/bin/relative Michael Shigorin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:16 UTC (permalink / raw)




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

* [devel] libipulog-devel-static-1.24-alt5
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (68 preceding siblings ...)
  2007-09-21  9:53 ` [devel] lam-devel-7.1.3-alt1 Alexey Tourbin
@ 2007-09-21 10:20 ` Alexey Tourbin
  2007-09-21 10:42   ` Dmitry V. Levin
  2007-09-21 10:26 ` [devel] libobjc-lf2-r135-alt0.2 Alexey Tourbin
                   ` (52 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:20 UTC (permalink / raw)




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

* Re: [devel] /usr/bin/relative
  2007-09-21 10:16     ` Alexey Tourbin
@ 2007-09-21 10:21       ` Dmitry V. Levin
  2007-09-21 14:03         ` Michael Shigorin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:21 UTC (permalink / raw)




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

* [devel] libobjc-lf2-r135-alt0.2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (69 preceding siblings ...)
  2007-09-21 10:20 ` [devel] libipulog-devel-static-1.24-alt5 Alexey Tourbin
@ 2007-09-21 10:26 ` Alexey Tourbin
  2007-09-21 10:34 ` [devel] libpurple-2.1.1-alt1.1 Alexey Tourbin
                   ` (51 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 10:26 UTC (permalink / raw)




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

* [devel] libpurple-2.1.1-alt1.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (70 preceding siblings ...)
  2007-09-21 10:26 ` [devel] libobjc-lf2-r135-alt0.2 Alexey Tourbin
@ 2007-09-21 10:34 ` Alexey Tourbin
  2007-09-21 13:28   ` Damir Shayhutdinov
  2007-09-21 10:53 ` [devel] libqt3-devel-3.3.8-alt11 Alexey Tourbin
                   ` (50 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:34 UTC (permalink / raw)




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

* Re: [devel] libipulog-devel-static-1.24-alt5
  2007-09-21 10:20 ` [devel] libipulog-devel-static-1.24-alt5 Alexey Tourbin
@ 2007-09-21 10:42   ` Dmitry V. Levin
  2007-09-21 10:43     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:42 UTC (permalink / raw)




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

* Re: [devel] libipulog-devel-static-1.24-alt5
  2007-09-21 10:42   ` Dmitry V. Levin
@ 2007-09-21 10:43     ` Alexey Tourbin
  2007-09-21 10:57       ` Dmitry V. Levin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:43 UTC (permalink / raw)




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

* [devel] libqt3-devel-3.3.8-alt11
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (71 preceding siblings ...)
  2007-09-21 10:34 ` [devel] libpurple-2.1.1-alt1.1 Alexey Tourbin
@ 2007-09-21 10:53 ` Alexey Tourbin
  2007-09-21 10:58   ` Dmitry V. Levin
  2007-09-21 11:39 ` [devel] libwine-20070601-alt1 Alexey Tourbin
                   ` (49 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 10:53 UTC (permalink / raw)




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

* Re: [devel] libipulog-devel-static-1.24-alt5
  2007-09-21 10:43     ` Alexey Tourbin
@ 2007-09-21 10:57       ` Dmitry V. Levin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 10:57 UTC (permalink / raw)




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

* Re: [devel] libqt3-devel-3.3.8-alt11
  2007-09-21 10:53 ` [devel] libqt3-devel-3.3.8-alt11 Alexey Tourbin
@ 2007-09-21 10:58   ` Dmitry V. Levin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 10:58 UTC (permalink / raw)




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

* [devel] libwine-20070601-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (72 preceding siblings ...)
  2007-09-21 10:53 ` [devel] libqt3-devel-3.3.8-alt11 Alexey Tourbin
@ 2007-09-21 11:39 ` Alexey Tourbin
  2007-09-21 13:29   ` Led
  2007-09-21 18:10 ` [devel] lilypond-2.11.0-alt1 Alexey Tourbin
                   ` (48 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 11:39 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 10:34 ` [devel] libpurple-2.1.1-alt1.1 Alexey Tourbin
@ 2007-09-21 13:28   ` Damir Shayhutdinov
  2007-09-21 13:29     ` Damir Shayhutdinov
                       ` (3 more replies)
  0 siblings, 4 replies; 316+ messages in thread
From:  @ 2007-09-21 13:28 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 13:28   ` Damir Shayhutdinov
@ 2007-09-21 13:29     ` Damir Shayhutdinov
  2007-09-21 13:42     ` Led
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 13:29 UTC (permalink / raw)




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

* Re: [devel] libwine-20070601-alt1
  2007-09-21 11:39 ` [devel] libwine-20070601-alt1 Alexey Tourbin
@ 2007-09-21 13:29   ` Led
  2007-09-21 14:14     ` Michael Shigorin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 13:29 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 13:28   ` Damir Shayhutdinov
  2007-09-21 13:29     ` Damir Shayhutdinov
@ 2007-09-21 13:42     ` Led
  2007-09-21 13:59     ` Igor Zubkov
  2007-09-21 14:28     ` Alexey Tourbin
  3 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 13:42 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 13:28   ` Damir Shayhutdinov
  2007-09-21 13:29     ` Damir Shayhutdinov
  2007-09-21 13:42     ` Led
@ 2007-09-21 13:59     ` Igor Zubkov
  2007-09-21 15:15       ` Alexey Shabalin
  2007-09-21 14:28     ` Alexey Tourbin
  3 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 13:59 UTC (permalink / raw)




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

* Re: [devel] /usr/bin/relative
  2007-09-21 10:21       ` Dmitry V. Levin
@ 2007-09-21 14:03         ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 14:03 UTC (permalink / raw)




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

* [devel] [wiki] Re: /usr/bin/relative
  2007-09-21 10:00   ` [devel] /usr/bin/relative Dmitry V. Levin
  2007-09-21 10:16     ` Alexey Tourbin
@ 2007-09-21 14:06     ` Michael Shigorin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 14:06 UTC (permalink / raw)




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

* Re: [devel] kdemultimedia-krec-3.5.7-alt5
  2007-09-21  9:35 ` [devel] kdemultimedia-krec-3.5.7-alt5 Alexey Tourbin
@ 2007-09-21 14:10   ` Michael Shigorin
  2007-09-21 14:14     ` Pavlov Konstantin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 14:10 UTC (permalink / raw)




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

* Re: [devel] kdemultimedia-krec-3.5.7-alt5
  2007-09-21 14:10   ` Michael Shigorin
@ 2007-09-21 14:14     ` Pavlov Konstantin
  2007-09-21 14:59       ` Sergey V Turchin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 14:14 UTC (permalink / raw)




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

* Re: [devel] libwine-20070601-alt1
  2007-09-21 13:29   ` Led
@ 2007-09-21 14:14     ` Michael Shigorin
  2007-09-22 20:38       ` Vitaly Lipatov
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 14:14 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 13:28   ` Damir Shayhutdinov
                       ` (2 preceding siblings ...)
  2007-09-21 13:59     ` Igor Zubkov
@ 2007-09-21 14:28     ` Alexey Tourbin
  2007-09-21 15:06       ` Michael Shigorin
  3 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 14:28 UTC (permalink / raw)




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

* Re: [devel] kdemultimedia-krec-3.5.7-alt5
  2007-09-21 14:14     ` Pavlov Konstantin
@ 2007-09-21 14:59       ` Sergey V Turchin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 14:59 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 14:28     ` Alexey Tourbin
@ 2007-09-21 15:06       ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 15:06 UTC (permalink / raw)




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

* Re: [devel] libpurple-2.1.1-alt1.1
  2007-09-21 13:59     ` Igor Zubkov
@ 2007-09-21 15:15       ` Alexey Shabalin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 15:15 UTC (permalink / raw)




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

* [devel] lilypond-2.11.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (73 preceding siblings ...)
  2007-09-21 11:39 ` [devel] libwine-20070601-alt1 Alexey Tourbin
@ 2007-09-21 18:10 ` Alexey Tourbin
  2007-09-21 18:18 ` [devel] linux-cifs-1.48a-alt3 Alexey Tourbin
                   ` (47 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 18:10 UTC (permalink / raw)




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

* [devel] linux-cifs-1.48a-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (74 preceding siblings ...)
  2007-09-21 18:10 ` [devel] lilypond-2.11.0-alt1 Alexey Tourbin
@ 2007-09-21 18:18 ` Alexey Tourbin
  2007-09-21 18:24 ` [devel] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
                   ` (46 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 18:18 UTC (permalink / raw)




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

* [devel] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (75 preceding siblings ...)
  2007-09-21 18:18 ` [devel] linux-cifs-1.48a-alt3 Alexey Tourbin
@ 2007-09-21 18:24 ` Alexey Tourbin
  2007-09-21 19:10   ` Yury A.Romanov
  2007-09-21 18:29 ` [devel] livecd-fix-cyr_rfx-koi8-u-0.1-alt1 Alexey Tourbin
                   ` (45 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 18:24 UTC (permalink / raw)




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

* [devel] livecd-fix-cyr_rfx-koi8-u-0.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (76 preceding siblings ...)
  2007-09-21 18:24 ` [devel] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
@ 2007-09-21 18:29 ` Alexey Tourbin
  2007-09-21 18:42   ` Michael Shigorin
  2007-09-22 13:18 ` [devel] mailfromd-cfg_* Alexey Tourbin
                   ` (44 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 18:29 UTC (permalink / raw)




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

* Re: [devel] livecd-fix-cyr_rfx-koi8-u-0.1-alt1
  2007-09-21 18:29 ` [devel] livecd-fix-cyr_rfx-koi8-u-0.1-alt1 Alexey Tourbin
@ 2007-09-21 18:42   ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 18:42 UTC (permalink / raw)




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

* Re: [devel] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 18:24 ` [devel] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
@ 2007-09-21 19:10   ` Yury A.Romanov
  2007-09-21 19:16     ` Alexey Tourbin
  2007-09-21 19:42     ` Led
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-21 19:10 UTC (permalink / raw)




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

* Re: [devel] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 19:10   ` Yury A.Romanov
@ 2007-09-21 19:16     ` Alexey Tourbin
  2007-09-21 19:42     ` Led
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 19:16 UTC (permalink / raw)




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

* Re: [devel] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 19:10   ` Yury A.Romanov
  2007-09-21 19:16     ` Alexey Tourbin
@ 2007-09-21 19:42     ` Led
  2007-09-21 19:53       ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 19:42 UTC (permalink / raw)




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

* [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 19:42     ` Led
@ 2007-09-21 19:53       ` Alexey Tourbin
  2007-09-21 20:03         ` Led
  2007-09-22 17:50         ` Slava Semushin
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-21 19:53 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 19:53       ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
@ 2007-09-21 20:03         ` Led
  2007-09-21 20:04           ` [devel] [JT] [JT] open-iscsi Pavlov Konstantin
  2007-09-21 20:09           ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
  2007-09-22 17:50         ` Slava Semushin
  1 sibling, 2 replies; 316+ messages in thread
From:  @ 2007-09-21 20:03 UTC (permalink / raw)




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

* Re: [devel] [JT] [JT] open-iscsi
  2007-09-21 20:03         ` Led
@ 2007-09-21 20:04           ` Pavlov Konstantin
  2007-09-21 20:09           ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-21 20:04 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 20:03         ` Led
  2007-09-21 20:04           ` [devel] [JT] [JT] open-iscsi Pavlov Konstantin
@ 2007-09-21 20:09           ` Alexey Tourbin
  2007-09-22  0:43             ` Igor Zubkov
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-21 20:09 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 20:09           ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
@ 2007-09-22  0:43             ` Igor Zubkov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22  0:43 UTC (permalink / raw)




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

* [devel] mailfromd-cfg_*
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (77 preceding siblings ...)
  2007-09-21 18:29 ` [devel] livecd-fix-cyr_rfx-koi8-u-0.1-alt1 Alexey Tourbin
@ 2007-09-22 13:18 ` Alexey Tourbin
  2007-09-22 13:27 ` [devel] man-pages-2.60-alt1 Alexey Tourbin
                   ` (43 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 13:18 UTC (permalink / raw)




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

* [devel] man-pages-2.60-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (78 preceding siblings ...)
  2007-09-22 13:18 ` [devel] mailfromd-cfg_* Alexey Tourbin
@ 2007-09-22 13:27 ` Alexey Tourbin
  2007-09-22 13:33 ` [devel] maven-1.1-alt2_0.beta3.2jpp1.7 Alexey Tourbin
                   ` (42 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 13:27 UTC (permalink / raw)




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

* [devel] maven-1.1-alt2_0.beta3.2jpp1.7
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (79 preceding siblings ...)
  2007-09-22 13:27 ` [devel] man-pages-2.60-alt1 Alexey Tourbin
@ 2007-09-22 13:33 ` Alexey Tourbin
  2007-09-22 13:38 ` [devel] mc-4.6.1r-alt9 Alexey Tourbin
                   ` (41 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 13:33 UTC (permalink / raw)




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

* [devel] mc-4.6.1r-alt9
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (80 preceding siblings ...)
  2007-09-22 13:33 ` [devel] maven-1.1-alt2_0.beta3.2jpp1.7 Alexey Tourbin
@ 2007-09-22 13:38 ` Alexey Tourbin
  2007-09-22 13:53 ` [devel] meld-1.1.4-alt2 Alexey Tourbin
                   ` (40 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 13:38 UTC (permalink / raw)




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

* [devel] meld-1.1.4-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (81 preceding siblings ...)
  2007-09-22 13:38 ` [devel] mc-4.6.1r-alt9 Alexey Tourbin
@ 2007-09-22 13:53 ` Alexey Tourbin
  2007-09-22 19:22   ` Alexey Rusakov
  2007-09-22 13:59 ` [devel] menu-icons-default-0.1-alt2 Alexey Tourbin
                   ` (39 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-22 13:53 UTC (permalink / raw)




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

* [devel] menu-icons-default-0.1-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (82 preceding siblings ...)
  2007-09-22 13:53 ` [devel] meld-1.1.4-alt2 Alexey Tourbin
@ 2007-09-22 13:59 ` Alexey Tourbin
  2007-09-22 14:22 ` [devel] mercurial-0.9.4-alt1 Alexey Tourbin
                   ` (38 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 13:59 UTC (permalink / raw)




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

* [devel] mercurial-0.9.4-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (83 preceding siblings ...)
  2007-09-22 13:59 ` [devel] menu-icons-default-0.1-alt2 Alexey Tourbin
@ 2007-09-22 14:22 ` Alexey Tourbin
  2007-09-22 14:44 ` [devel] metromap-0.1.1-alt2 Alexey Tourbin
                   ` (37 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 14:22 UTC (permalink / raw)




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

* [devel] metromap-0.1.1-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (84 preceding siblings ...)
  2007-09-22 14:22 ` [devel] mercurial-0.9.4-alt1 Alexey Tourbin
@ 2007-09-22 14:44 ` Alexey Tourbin
  2007-09-22 14:46 ` [devel] mftrace-1.2.5-alt1 Alexey Tourbin
                   ` (36 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 14:44 UTC (permalink / raw)




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

* [devel] mftrace-1.2.5-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (85 preceding siblings ...)
  2007-09-22 14:44 ` [devel] metromap-0.1.1-alt2 Alexey Tourbin
@ 2007-09-22 14:46 ` Alexey Tourbin
  2007-09-22 14:55 ` [devel] mutt1.5-1.5.16-alt1 Alexey Tourbin
                   ` (35 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 14:46 UTC (permalink / raw)




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

* [devel] mutt1.5-1.5.16-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (86 preceding siblings ...)
  2007-09-22 14:46 ` [devel] mftrace-1.2.5-alt1 Alexey Tourbin
@ 2007-09-22 14:55 ` Alexey Tourbin
  2007-09-22 21:20 ` [devel] notify-python-0.1.1-alt1 Alexey Tourbin
                   ` (34 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 14:55 UTC (permalink / raw)




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

* Re: [devel] hylafax-4.3.2-alt2
  2007-09-21  8:22 ` [devel] hylafax-4.3.2-alt2 Alexey Tourbin
@ 2007-09-22 17:10   ` Denis Smirnov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 17:10 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-21 19:53       ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
  2007-09-21 20:03         ` Led
@ 2007-09-22 17:50         ` Slava Semushin
  2007-09-22 22:06           ` Pavlov Konstantin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-22 17:50 UTC (permalink / raw)




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

* Re: [devel] meld-1.1.4-alt2
  2007-09-22 13:53 ` [devel] meld-1.1.4-alt2 Alexey Tourbin
@ 2007-09-22 19:22   ` Alexey Rusakov
  2007-09-22 19:24     ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-22 19:22 UTC (permalink / raw)




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

* Re: [devel] meld-1.1.4-alt2
  2007-09-22 19:22   ` Alexey Rusakov
@ 2007-09-22 19:24     ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 19:24 UTC (permalink / raw)




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

* Re: [devel] libwine-20070601-alt1
  2007-09-21 14:14     ` Michael Shigorin
@ 2007-09-22 20:38       ` Vitaly Lipatov
  2007-09-22 20:49         ` Alexey Tourbin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-22 20:38 UTC (permalink / raw)




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

* Re: [devel] libwine-20070601-alt1
  2007-09-22 20:38       ` Vitaly Lipatov
@ 2007-09-22 20:49         ` Alexey Tourbin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 20:49 UTC (permalink / raw)




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

* [devel] notify-python-0.1.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (87 preceding siblings ...)
  2007-09-22 14:55 ` [devel] mutt1.5-1.5.16-alt1 Alexey Tourbin
@ 2007-09-22 21:20 ` Alexey Tourbin
  2007-09-22 21:27 ` [devel] nvidia_glx_common /dev Alexey Tourbin
                   ` (33 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 21:20 UTC (permalink / raw)




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

* [devel] nvidia_glx_common /dev
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (88 preceding siblings ...)
  2007-09-22 21:20 ` [devel] notify-python-0.1.1-alt1 Alexey Tourbin
@ 2007-09-22 21:27 ` Alexey Tourbin
  2007-09-22 21:38 ` [devel] open-xchange-server-0.8.0-alt1.3 Alexey Tourbin
                   ` (32 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 21:27 UTC (permalink / raw)




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

* [devel] open-xchange-server-0.8.0-alt1.3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (89 preceding siblings ...)
  2007-09-22 21:27 ` [devel] nvidia_glx_common /dev Alexey Tourbin
@ 2007-09-22 21:38 ` Alexey Tourbin
  2007-09-22 21:41 ` [devel] open-xchange-webapp-tomcat4-0.8.0-alt1.3 Alexey Tourbin
                   ` (31 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 21:38 UTC (permalink / raw)




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

* [devel] open-xchange-webapp-tomcat4-0.8.0-alt1.3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (90 preceding siblings ...)
  2007-09-22 21:38 ` [devel] open-xchange-server-0.8.0-alt1.3 Alexey Tourbin
@ 2007-09-22 21:41 ` Alexey Tourbin
  2007-09-22 21:47 ` [devel] openejb1-1.0-alt1_1jpp1.7 Alexey Tourbin
                   ` (30 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 21:41 UTC (permalink / raw)




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

* [devel] openejb1-1.0-alt1_1jpp1.7
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (91 preceding siblings ...)
  2007-09-22 21:41 ` [devel] open-xchange-webapp-tomcat4-0.8.0-alt1.3 Alexey Tourbin
@ 2007-09-22 21:47 ` Alexey Tourbin
  2007-09-22 21:55 ` [devel] oroborus-2.0.18-alt4 Alexey Tourbin
                   ` (29 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 21:47 UTC (permalink / raw)




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

* [devel] oroborus-2.0.18-alt4
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (92 preceding siblings ...)
  2007-09-22 21:47 ` [devel] openejb1-1.0-alt1_1jpp1.7 Alexey Tourbin
@ 2007-09-22 21:55 ` Alexey Tourbin
  2007-09-22 22:35 ` [devel] pam0-config-1.4.3-alt1 Alexey Tourbin
                   ` (28 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 21:55 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-22 17:50         ` Slava Semushin
@ 2007-09-22 22:06           ` Pavlov Konstantin
  2007-09-23 16:45             ` Alex Myltsev
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-22 22:06 UTC (permalink / raw)




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

* [devel] pam0-config-1.4.3-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (93 preceding siblings ...)
  2007-09-22 21:55 ` [devel] oroborus-2.0.18-alt4 Alexey Tourbin
@ 2007-09-22 22:35 ` Alexey Tourbin
  2007-09-22 22:42   ` Dmitry V. Levin
  2007-09-22 22:58   ` Alexey Tourbin
  2007-09-23  7:16 ` [devel] perl-Mozilla-LDAP-1.5-alt3 Alexey Tourbin
                   ` (27 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-22 22:35 UTC (permalink / raw)




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

* Re: [devel] pam0-config-1.4.3-alt1
  2007-09-22 22:35 ` [devel] pam0-config-1.4.3-alt1 Alexey Tourbin
@ 2007-09-22 22:42   ` Dmitry V. Levin
  2007-09-22 22:58   ` Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 22:42 UTC (permalink / raw)




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

* Re: [devel] pam0-config-1.4.3-alt1
  2007-09-22 22:35 ` [devel] pam0-config-1.4.3-alt1 Alexey Tourbin
  2007-09-22 22:42   ` Dmitry V. Levin
@ 2007-09-22 22:58   ` Alexey Tourbin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-22 22:58 UTC (permalink / raw)




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

* [devel] perl-Mozilla-LDAP-1.5-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (94 preceding siblings ...)
  2007-09-22 22:35 ` [devel] pam0-config-1.4.3-alt1 Alexey Tourbin
@ 2007-09-23  7:16 ` Alexey Tourbin
  2007-09-23  7:22 ` [devel] pinentry-common-0.7.3-alt1 Alexey Tourbin
                   ` (26 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  7:16 UTC (permalink / raw)




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

* [devel] pinentry-common-0.7.3-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (95 preceding siblings ...)
  2007-09-23  7:16 ` [devel] perl-Mozilla-LDAP-1.5-alt3 Alexey Tourbin
@ 2007-09-23  7:22 ` Alexey Tourbin
  2007-09-23  7:29 ` [devel] plt2-360-alt0.1 Alexey Tourbin
                   ` (25 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  7:22 UTC (permalink / raw)




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

* [devel] plt2-360-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (96 preceding siblings ...)
  2007-09-23  7:22 ` [devel] pinentry-common-0.7.3-alt1 Alexey Tourbin
@ 2007-09-23  7:29 ` Alexey Tourbin
  2007-09-23  7:32 ` [devel] postgresql8.0-contrib-8.0.11-alt1 Alexey Tourbin
                   ` (24 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  7:29 UTC (permalink / raw)




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

* [devel] postgresql8.0-contrib-8.0.11-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (97 preceding siblings ...)
  2007-09-23  7:29 ` [devel] plt2-360-alt0.1 Alexey Tourbin
@ 2007-09-23  7:32 ` Alexey Tourbin
  2007-09-24  5:24   ` Denis Smirnov
  2007-09-23  7:37 ` [devel] povray-common-3.6-alt2 Alexey Tourbin
                   ` (23 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-23  7:32 UTC (permalink / raw)




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

* [devel] povray-common-3.6-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (98 preceding siblings ...)
  2007-09-23  7:32 ` [devel] postgresql8.0-contrib-8.0.11-alt1 Alexey Tourbin
@ 2007-09-23  7:37 ` Alexey Tourbin
  2007-09-23  8:31 ` [devel] quilt-0.46-alt0.1 Alexey Tourbin
                   ` (22 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  7:37 UTC (permalink / raw)




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

* [devel] quilt-0.46-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (99 preceding siblings ...)
  2007-09-23  7:37 ` [devel] povray-common-3.6-alt2 Alexey Tourbin
@ 2007-09-23  8:31 ` Alexey Tourbin
  2007-09-23  8:34 ` [devel] rdup-0.3.0-alt0.1 Alexey Tourbin
                   ` (21 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  8:31 UTC (permalink / raw)




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

* [devel] rdup-0.3.0-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (100 preceding siblings ...)
  2007-09-23  8:31 ` [devel] quilt-0.46-alt0.1 Alexey Tourbin
@ 2007-09-23  8:34 ` Alexey Tourbin
  2007-09-23  8:37 ` [devel] rhino-1.6-alt1_0.r2.2jpp1.7 Alexey Tourbin
                   ` (20 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  8:34 UTC (permalink / raw)




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

* [devel] rhino-1.6-alt1_0.r2.2jpp1.7
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (101 preceding siblings ...)
  2007-09-23  8:34 ` [devel] rdup-0.3.0-alt0.1 Alexey Tourbin
@ 2007-09-23  8:37 ` Alexey Tourbin
  2007-09-23  8:47 ` [devel] shorewall-3.4.5-alt1 Alexey Tourbin
                   ` (19 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  8:37 UTC (permalink / raw)




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

* [devel] shorewall-3.4.5-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (102 preceding siblings ...)
  2007-09-23  8:37 ` [devel] rhino-1.6-alt1_0.r2.2jpp1.7 Alexey Tourbin
@ 2007-09-23  8:47 ` Alexey Tourbin
  2007-09-23  9:07 ` [devel] spt-profiles-desktop-0.4-alt1 Alexey Tourbin
                   ` (18 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  8:47 UTC (permalink / raw)




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

* [devel] spt-profiles-desktop-0.4-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (103 preceding siblings ...)
  2007-09-23  8:47 ` [devel] shorewall-3.4.5-alt1 Alexey Tourbin
@ 2007-09-23  9:07 ` Alexey Tourbin
  2007-09-23  9:14 ` [devel] struts-webapps-tomcat* Alexey Tourbin
                   ` (17 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  9:07 UTC (permalink / raw)




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

* [devel] struts-webapps-tomcat*
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (104 preceding siblings ...)
  2007-09-23  9:07 ` [devel] spt-profiles-desktop-0.4-alt1 Alexey Tourbin
@ 2007-09-23  9:14 ` Alexey Tourbin
  2007-09-23  9:25 ` [devel] synbak-1.0.11-alt0.1 Alexey Tourbin
                   ` (16 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  9:14 UTC (permalink / raw)




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

* [devel] synbak-1.0.11-alt0.1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (105 preceding siblings ...)
  2007-09-23  9:14 ` [devel] struts-webapps-tomcat* Alexey Tourbin
@ 2007-09-23  9:25 ` Alexey Tourbin
  2007-09-23  9:39 ` [devel] tcl-8.4.13-alt1.0 Alexey Tourbin
                   ` (15 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  9:25 UTC (permalink / raw)




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

* [devel] tcl-8.4.13-alt1.0
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (106 preceding siblings ...)
  2007-09-23  9:25 ` [devel] synbak-1.0.11-alt0.1 Alexey Tourbin
@ 2007-09-23  9:39 ` Alexey Tourbin
  2007-09-23  9:49 ` [devel] tetex-latex-tipa-1.3-alt3 Alexey Tourbin
                   ` (14 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  9:39 UTC (permalink / raw)




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

* [devel] tetex-latex-tipa-1.3-alt3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (107 preceding siblings ...)
  2007-09-23  9:39 ` [devel] tcl-8.4.13-alt1.0 Alexey Tourbin
@ 2007-09-23  9:49 ` Alexey Tourbin
  2007-09-23 11:50 ` [devel] tomboy-0.7.1-alt1 Alexey Tourbin
                   ` (13 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23  9:49 UTC (permalink / raw)




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

* [devel] tomboy-0.7.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (108 preceding siblings ...)
  2007-09-23  9:49 ` [devel] tetex-latex-tipa-1.3-alt3 Alexey Tourbin
@ 2007-09-23 11:50 ` Alexey Tourbin
  2007-09-23 12:04 ` [devel] tomcat4-server-4.1.31-alt5.3 Alexey Tourbin
                   ` (12 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 11:50 UTC (permalink / raw)




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

* [devel] tomcat4-server-4.1.31-alt5.3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (109 preceding siblings ...)
  2007-09-23 11:50 ` [devel] tomboy-0.7.1-alt1 Alexey Tourbin
@ 2007-09-23 12:04 ` Alexey Tourbin
  2007-09-23 12:18 ` [devel] urw-tex-2.0-alt6 Alexey Tourbin
                   ` (11 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 12:04 UTC (permalink / raw)




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

* [devel] urw-tex-2.0-alt6
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (110 preceding siblings ...)
  2007-09-23 12:04 ` [devel] tomcat4-server-4.1.31-alt5.3 Alexey Tourbin
@ 2007-09-23 12:18 ` Alexey Tourbin
  2007-09-23 12:47 ` [devel] vdr-1.4.4-alt2 Alexey Tourbin
                   ` (10 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 12:18 UTC (permalink / raw)




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

* [devel] vdr-1.4.4-alt2
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (111 preceding siblings ...)
  2007-09-23 12:18 ` [devel] urw-tex-2.0-alt6 Alexey Tourbin
@ 2007-09-23 12:47 ` Alexey Tourbin
  2007-09-23 12:49 ` [devel] velocity-1.5-alt0.3 Alexey Tourbin
                   ` (9 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 12:47 UTC (permalink / raw)




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

* [devel] velocity-1.5-alt0.3
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (112 preceding siblings ...)
  2007-09-23 12:47 ` [devel] vdr-1.4.4-alt2 Alexey Tourbin
@ 2007-09-23 12:49 ` Alexey Tourbin
  2007-09-23 12:53 ` [devel] vim-X11-7.1.094-alt1 Alexey Tourbin
                   ` (8 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 12:49 UTC (permalink / raw)




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

* [devel] vim-X11-7.1.094-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (113 preceding siblings ...)
  2007-09-23 12:49 ` [devel] velocity-1.5-alt0.3 Alexey Tourbin
@ 2007-09-23 12:53 ` Alexey Tourbin
  2007-09-23 17:25 ` [devel] wine-20070601-alt1 Alexey Tourbin
                   ` (7 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 12:53 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-22 22:06           ` Pavlov Konstantin
@ 2007-09-23 16:45             ` Alex Myltsev
  2007-09-23 20:12               ` Pavlov Konstantin
  2007-09-24  8:57               ` Michael Shigorin
  0 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-23 16:45 UTC (permalink / raw)




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

* [devel] wine-20070601-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (114 preceding siblings ...)
  2007-09-23 12:53 ` [devel] vim-X11-7.1.094-alt1 Alexey Tourbin
@ 2007-09-23 17:25 ` Alexey Tourbin
  2007-09-23 20:36 ` [devel] wpa_supplicant-0.5.8-alt1 Alexey Tourbin
                   ` (6 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 17:25 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-23 16:45             ` Alex Myltsev
@ 2007-09-23 20:12               ` Pavlov Konstantin
  2007-09-24  8:57               ` Michael Shigorin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 20:12 UTC (permalink / raw)




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

* [devel] wpa_supplicant-0.5.8-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (115 preceding siblings ...)
  2007-09-23 17:25 ` [devel] wine-20070601-alt1 Alexey Tourbin
@ 2007-09-23 20:36 ` Alexey Tourbin
  2007-09-23 20:49   ` Alexey I. Froloff
  2007-09-24  6:42   ` Stanislav Ievlev
  2007-09-23 20:39 ` [devel] xcdroast-0.98alpha15-alt6 Alexey Tourbin
                   ` (5 subsequent siblings)
  122 siblings, 2 replies; 316+ messages in thread
From:  @ 2007-09-23 20:36 UTC (permalink / raw)




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

* [devel] xcdroast-0.98alpha15-alt6
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (116 preceding siblings ...)
  2007-09-23 20:36 ` [devel] wpa_supplicant-0.5.8-alt1 Alexey Tourbin
@ 2007-09-23 20:39 ` Alexey Tourbin
  2007-09-23 20:44 ` [devel] xfce-utils-4.4.1-alt1 Alexey Tourbin
                   ` (4 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 20:39 UTC (permalink / raw)




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

* [devel] xfce-utils-4.4.1-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (117 preceding siblings ...)
  2007-09-23 20:39 ` [devel] xcdroast-0.98alpha15-alt6 Alexey Tourbin
@ 2007-09-23 20:44 ` Alexey Tourbin
  2007-09-23 20:53   ` Alexey I. Froloff
  2007-09-23 20:53 ` [devel] xffm-*-4.5.0-alt1 Alexey Tourbin
                   ` (3 subsequent siblings)
  122 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-23 20:44 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-23 20:36 ` [devel] wpa_supplicant-0.5.8-alt1 Alexey Tourbin
@ 2007-09-23 20:49   ` Alexey I. Froloff
  2007-09-24  6:56     ` Stanislav Ievlev
  2007-09-24  6:42   ` Stanislav Ievlev
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-23 20:49 UTC (permalink / raw)




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

* [devel] xffm-*-4.5.0-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (118 preceding siblings ...)
  2007-09-23 20:44 ` [devel] xfce-utils-4.4.1-alt1 Alexey Tourbin
@ 2007-09-23 20:53 ` Alexey Tourbin
  2007-09-23 21:31 ` [devel] xml-commons-jaxp-1.1-apis-javadoc-1.3.03-alt0.4_8jpp1.7 Alexey Tourbin
                   ` (2 subsequent siblings)
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 20:53 UTC (permalink / raw)




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

* Re: [devel] xfce-utils-4.4.1-alt1
  2007-09-23 20:44 ` [devel] xfce-utils-4.4.1-alt1 Alexey Tourbin
@ 2007-09-23 20:53   ` Alexey I. Froloff
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 20:53 UTC (permalink / raw)




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

* [devel] xml-commons-jaxp-1.1-apis-javadoc-1.3.03-alt0.4_8jpp1.7
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (119 preceding siblings ...)
  2007-09-23 20:53 ` [devel] xffm-*-4.5.0-alt1 Alexey Tourbin
@ 2007-09-23 21:31 ` Alexey Tourbin
  2007-09-23 21:35 ` [devel] xml-commons-resolver12-javadoc-1.3.03-alt0.4_8jpp1.7 Alexey Tourbin
  2007-09-23 21:40 ` [devel] yakuake-2.7.5-alt1 Alexey Tourbin
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 21:31 UTC (permalink / raw)




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

* [devel] xml-commons-resolver12-javadoc-1.3.03-alt0.4_8jpp1.7
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (120 preceding siblings ...)
  2007-09-23 21:31 ` [devel] xml-commons-jaxp-1.1-apis-javadoc-1.3.03-alt0.4_8jpp1.7 Alexey Tourbin
@ 2007-09-23 21:35 ` Alexey Tourbin
  2007-09-23 21:40 ` [devel] yakuake-2.7.5-alt1 Alexey Tourbin
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 21:35 UTC (permalink / raw)




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

* [devel] yakuake-2.7.5-alt1
  2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
                   ` (121 preceding siblings ...)
  2007-09-23 21:35 ` [devel] xml-commons-resolver12-javadoc-1.3.03-alt0.4_8jpp1.7 Alexey Tourbin
@ 2007-09-23 21:40 ` Alexey Tourbin
  122 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-23 21:40 UTC (permalink / raw)




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

* Re: [devel] postgresql8.0-contrib-8.0.11-alt1
  2007-09-23  7:32 ` [devel] postgresql8.0-contrib-8.0.11-alt1 Alexey Tourbin
@ 2007-09-24  5:24   ` Denis Smirnov
  2007-09-24  5:25     ` Denis Smirnov
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-24  5:24 UTC (permalink / raw)




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

* Re: [devel] postgresql8.0-contrib-8.0.11-alt1
  2007-09-24  5:24   ` Denis Smirnov
@ 2007-09-24  5:25     ` Denis Smirnov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-24  5:25 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-23 20:36 ` [devel] wpa_supplicant-0.5.8-alt1 Alexey Tourbin
  2007-09-23 20:49   ` Alexey I. Froloff
@ 2007-09-24  6:42   ` Stanislav Ievlev
  2007-09-24  8:51     ` Michael Shigorin
  1 sibling, 1 reply; 316+ messages in thread
From:  @ 2007-09-24  6:42 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-23 20:49   ` Alexey I. Froloff
@ 2007-09-24  6:56     ` Stanislav Ievlev
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-24  6:56 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-24  6:42   ` Stanislav Ievlev
@ 2007-09-24  8:51     ` Michael Shigorin
  2007-09-24 10:50       ` Dmitry V. Levin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-24  8:51 UTC (permalink / raw)




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

* Re: [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3
  2007-09-23 16:45             ` Alex Myltsev
  2007-09-23 20:12               ` Pavlov Konstantin
@ 2007-09-24  8:57               ` Michael Shigorin
  1 sibling, 0 replies; 316+ messages in thread
From:  @ 2007-09-24  8:57 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-24  8:51     ` Michael Shigorin
@ 2007-09-24 10:50       ` Dmitry V. Levin
  2007-09-25  5:17         ` Stanislav Ievlev
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-24 10:50 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-24 10:50       ` Dmitry V. Levin
@ 2007-09-25  5:17         ` Stanislav Ievlev
  2007-09-25  7:33           ` Michael Shigorin
  0 siblings, 1 reply; 316+ messages in thread
From:  @ 2007-09-25  5:17 UTC (permalink / raw)




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

* Re: [devel] wpa_supplicant-0.5.8-alt1
  2007-09-25  5:17         ` Stanislav Ievlev
@ 2007-09-25  7:33           ` Michael Shigorin
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-25  7:33 UTC (permalink / raw)




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

* Re: [devel] gksu-2.0.0-alt1
  2007-09-19 12:56 ` [devel] gksu-2.0.0-alt1 Alexey Tourbin
@ 2007-09-27 20:01   ` Alexey Rusakov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-27 20:01 UTC (permalink / raw)




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

* Re: [devel] семантика *-devel пакетов
  2007-09-19 23:18                   ` [devel] семантика *-devel пакетов Alexey Tourbin
@ 2007-09-27 20:17                     ` Alexey Rusakov
  0 siblings, 0 replies; 316+ messages in thread
From:  @ 2007-09-27 20:17 UTC (permalink / raw)




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

end of thread, other threads:[~2007-09-27 20:17 UTC | newest]

Thread overview: 316+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-12  9:06 [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Tourbin
2007-09-12  9:16 ` Anton Farygin
2007-09-12  9:50   ` [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req Alexey Tourbin
2007-09-12 10:52     ` Anton Farygin
2007-09-12 10:54       ` Dmitry V. Levin
2007-09-12 11:01         ` Anton Farygin
2007-09-12 11:10           ` Alexey Tourbin
2007-09-12 11:20             ` Anton Farygin
2007-09-12 11:58               ` Alexey I. Froloff
2007-09-12 12:16               ` Alexey Tourbin
2007-09-12 15:51                 ` Alexey I. Froloff
2007-09-12 18:46                   ` Alexey Tourbin
2007-09-12 20:08                     ` Хихин Руслан
2007-09-15  9:41                       ` [devel] дизъюнкция зависимостей Alexey Tourbin
2007-09-15  9:53                         ` Хихин Руслан
2007-09-15 10:06                           ` Alexey I. Froloff
2007-09-15 12:26                           ` Alexey Tourbin
2007-09-15 13:35                             ` Хихин Руслан
2007-09-15 14:10                               ` Alexey Tourbin
2007-09-15 10:04                         ` Alexey I. Froloff
2007-09-15 12:06                           ` Хихин Руслан
2007-09-15 12:32                             ` Alexey I. Froloff
2007-09-15 12:36                             ` Alexey Tourbin
2007-09-15 12:40                             ` Alexey Tourbin
2007-09-15 12:45                               ` Alexey I. Froloff
2007-09-15 13:50                                 ` Alexey Tourbin
2007-09-15 21:57                           ` Alexey Tourbin
2007-09-15 22:17                             ` Alexey I. Froloff
2007-09-16  4:34                             ` Хихин Руслан
2007-09-12 11:00       ` [devel] design-graphics-desktop-4.0-alt0.1 symlinks.req Alexey Tourbin
2007-09-12  9:29 ` [devel] rpm-build-4.0.4-alt78 removed self requires Alexey Tourbin
2007-09-12  9:37 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey I. Froloff
2007-09-12  9:56   ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Alexey Tourbin
2007-09-12 15:55     ` Alexey I. Froloff
2007-09-12 16:14       ` Sergey V Turchin
2007-09-12 16:27         ` [devel] nvidia_glx_common-1.0.7184-alt29.2?nvidia_glx_common-1.0.7184-alt29. 2 Alexey I. Froloff
2007-09-16 21:52       ` [devel] nvidia_glx_common-1.0.7184-alt29.2 nvidia_glx_common-1.0.7184-alt29.2 Michael Shigorin
2007-09-17 12:44         ` Sergey V Turchin
2007-09-12 16:11     ` Alexey I. Froloff
2007-09-12 10:46 ` [devel] CMFQuickInstallerTool-1.5.3-alt1 strong semi-unmets Alexey Tourbin
2007-09-12 13:19   ` [devel] Plone-2.0.S5-alt1 Alexey Tourbin
2007-09-12 13:24 ` [devel] PyPanel-2.4-alt2 Alexey Tourbin
2007-09-12 13:36 ` [devel] dependencies on consolehelper Alexey Tourbin
2007-09-12 14:10 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Andrey Rahmatullin
2007-09-12 15:54   ` [devel] Supybot-0.83.2-alt1.1 cmake-2.4.7-alt1 Alexey Tourbin
2007-09-12 16:04     ` Andrey Rahmatullin
2007-09-12 18:13 ` [devel] TeXmacs-1.0.6.9-alt2 Alexey Tourbin
2007-09-12 20:02 ` [devel] rpm-build-4.0.4-alt78 dependencies changed Alexey Voinov
2007-09-15 15:57   ` [devel] gambit-4.0-alt0.22.1 Alexey Tourbin
2007-09-15 15:50 ` [devel] adesklets-0.6.1-alt1 Alexey Tourbin
2007-09-15 15:53 ` [devel] alsa-firmware-1.0.14-alt1 Alexey Tourbin
2007-09-16 20:30   ` Michael Shigorin
2007-09-15 16:05 ` [devel] alterator-bootloader-0.1.7-alt2 Alexey Tourbin
2007-09-17 12:36   ` Sergey V Turchin
2007-09-17 13:08     ` Alexey Tourbin
2007-09-17 13:41       ` Sergey V Turchin
2007-09-17 14:42         ` [devel] find-package PATH (was: alterator-bootloader-0.1.7-alt2) Alexey Tourbin
2007-09-17 15:09           ` Sergey V Turchin
2007-09-17 15:14             ` Alexey Tourbin
2007-09-17 15:31               ` Sergey V Turchin
2007-09-17 15:49                 ` Alexey Tourbin
2007-09-18  7:25                   ` Slava Semushin
2007-09-18  7:39                     ` Alexey I. Froloff
2007-09-18  7:47                       ` Денис Смирнов
2007-09-18 11:56                   ` Michael Shigorin
2007-09-15 17:10 ` [devel] alterator-install2-desktop-0.10-alt3 alterator-install3-server-0.9.3-alt1 Alexey Tourbin
2007-09-16 12:23   ` Alexey Gladkov
2007-09-16 12:43     ` Alexey Tourbin
2007-09-15 17:15 ` [devel] alterator-timezone-0.5.0-alt3 Alexey Tourbin
2007-09-15 17:17   ` [devel] alterator-vm-0.3-alt21 Alexey Tourbin
2007-09-17  6:05   ` [devel] alterator-timezone-0.5.0-alt3 Stanislav Ievlev
2007-09-17  7:49     ` Michael Shigorin
2007-09-17 10:06       ` Stanislav Ievlev
2007-09-17 10:29         ` Michael Shigorin
2007-09-17 10:10       ` Alexey Gladkov
2007-09-17 10:32         ` Michael Shigorin
2007-09-15 17:29 ` [devel] amarok-mediadevice-daap-1.4.7-alt3 Alexey Tourbin
2007-09-15 17:35   ` Valery V. Inozemtsev
2007-09-15 17:49     ` Alexey Tourbin
2007-09-15 17:37 ` [devel] amavisd-new-2.5.1-alt1 Alexey Tourbin
2007-09-17 20:34   ` Alexey Shabalin
2007-09-15 18:03 ` [devel] anjuta-1.2.4-alt4 Alexey Tourbin
2007-09-16  9:26   ` Alexey Rusakov
2007-09-16  9:42   ` Alexey I. Froloff
2007-09-16 10:01     ` Alexey Rusakov
2007-09-16 10:09       ` Alexey I. Froloff
2007-09-17 13:43         ` Alexey Rusakov
2007-09-17 14:00           ` Alexey Tourbin
2007-09-18 10:47             ` Alexey Rusakov
2007-09-16 10:03     ` Alexey I. Froloff
2007-09-16 10:02       ` Alexey Rusakov
2007-09-15 18:09 ` [devel] arch-pqm-0.5-alt1 Alexey Tourbin
2007-09-17  4:43   ` Alexey Voinov
2007-09-15 18:13 ` [devel] archivemail-0.7.0-alt1 Alexey Tourbin
2007-09-15 18:32 ` [devel] avahi-bookmarks-0.6.21-alt2 Alexey Tourbin
2007-09-15 18:53 ` [devel] bacula-2.0.3-alt2 Alexey Tourbin
2007-09-15 19:06 ` [devel] batik-manual-1.6-alt1_3jpp1.7 shell deps Alexey Tourbin
2007-09-15 20:28   ` [devel] bsh-1.3.0-alt1_10jpp1.7 castor-0.9.9.1-alt1_2jpp1.7 Alexey Tourbin
2007-09-18 10:44     ` Igor Vlasenko
2007-09-17 10:53   ` [devel] fop-0.20.5-alt1_12jpp1.7 Alexey Tourbin
2007-09-15 19:17 ` [devel] beagle-0.2.17-alt1 mono deps Alexey Tourbin
2007-09-17 20:40   ` Alexey Shabalin
2007-09-15 19:36 ` [devel] beryl-settings-0.2.1-alt4 Alexey Tourbin
2007-09-15 20:01 ` [devel] bootsplash-3.3-alt3 Alexey Tourbin
2007-09-15 20:32 ` [devel] cogito-0.18.2-alt2 Alexey Tourbin
2007-09-15 21:09 ` [devel] cups-1.2.12-alt4 Alexey Tourbin
2007-09-17  6:07   ` Stanislav Ievlev
2007-09-15 21:19 ` [devel] dbmail-contrib-2.2.5-alt1 Alexey Tourbin
2007-09-16  8:55   ` Eugene Prokopiev
2007-09-16 16:01     ` Alexey Tourbin
2007-09-16 11:29 ` [devel] design-bootsplash-* symlinks Alexey Tourbin
2007-09-16 11:36 ` [devel] design-graphics-* symlinks Alexey Tourbin
2007-09-16 11:43 ` [devel] dhcp-client-3.0.6-alt1 Alexey Tourbin
2007-09-16 15:40   ` Dmitry V. Levin
2007-09-16 15:48     ` Alexey Tourbin
2007-09-16 16:27       ` Dmitry V. Levin
2007-09-16 11:59 ` [devel] dissy-1-alt0.1 Alexey Tourbin
2007-09-16 12:47 ` [devel] duplicity-0.4.2-alt0.1 Alexey Tourbin
2007-09-16 13:54 ` [devel] eas-0.2.2 clip-* lib.prov Alexey Tourbin
2007-09-16 19:09   ` Vitaly Lipatov
2007-09-16 19:13     ` Alexey Tourbin
2007-09-17  6:10       ` Vitaly Lipatov
2007-09-17 17:29         ` [devel] sonameless shared libraries Dmitry V. Levin
2007-09-18 11:58           ` Michael Shigorin
2007-09-18 13:28             ` Dmitry V. Levin
2007-09-18 18:22               ` [devel] pkgconfig sisyphus_check Michael Shigorin
2007-09-18 19:01                 ` Pavlov Konstantin
2007-09-19 20:02                   ` Michael Shigorin
2007-09-18 19:26                 ` Alexey I. Froloff
2007-09-19 20:06                   ` Michael Shigorin
2007-09-19  7:44                 ` Alexey Rusakov
2007-09-19 20:04                   ` Michael Shigorin
2007-09-19 21:00                     ` Alexey Rusakov
2007-09-19 21:14                     ` Led
2007-09-19 21:30                       ` Alexey Rusakov
2007-09-19 21:44                         ` Alexey Tourbin
2007-09-20  4:49                           ` Alexey Rusakov
2007-09-20 18:03                             ` Alexey Tourbin
2007-09-20 19:00                               ` Alexey Tourbin
2007-09-20 19:28                               ` Alexey Rusakov
2007-09-20 20:00                                 ` Alexey Tourbin
2007-09-20 20:40                                   ` Alexey I. Froloff
2007-09-20 21:11                                     ` Alexey Tourbin
2007-09-20 21:36                                       ` Led
2007-09-20 21:56                                         ` Alexey I. Froloff
2007-09-20 21:55                                       ` Alexey I. Froloff
2007-09-20 21:14                                     ` Alexey Tourbin
2007-09-20 21:59                                       ` Alexey I. Froloff
2007-09-19 22:29                       ` Alexey Tourbin
2007-09-19 22:40                         ` Led
2007-09-19 22:51                           ` Alexey Tourbin
2007-09-19 23:18                   ` [devel] семантика *-devel пакетов Alexey Tourbin
2007-09-27 20:17                     ` Alexey Rusakov
2007-09-19 20:49                 ` [devel] pkgconfig sisyphus_check Alexey Shabalin
2007-09-19 22:16                   ` Michael Shigorin
2007-09-18 14:01           ` [devel] sonameless shared libraries Damir Shayhutdinov
2007-09-19 21:23           ` Alexey Tourbin
2007-09-19 21:34             ` Dmitry V. Levin
2007-09-19 22:07               ` Alexey Tourbin
2007-09-16 14:07 ` [devel] easyvz-server-0.1-alt3 Alexey Tourbin
2007-09-16 14:30 ` [devel] emacs-chess-2.0-alt4.b6 Alexey Tourbin
2007-09-16 19:55   ` Eugene Vlasov
2007-09-16 14:33 ` [devel] emacs-maxima-5.12.0-alt1 Alexey Tourbin
2007-09-16 17:04   ` Vadim V. Zhytnikov
2007-09-16 14:40 ` [devel] emacspeak-23.0-alt1 Alexey Tourbin
2007-09-16 14:46 ` [devel] etcnet-0.9.3-alt3 ruby! Alexey Tourbin
2007-09-16 21:51   ` Michael Shigorin
2007-09-16 14:53 ` [devel] etersoft-build-utils-1.2-alt1 Alexey Tourbin
2007-09-16 15:40 ` [devel] exim-common-4.67-alt1 Alexey Tourbin
2007-09-16 17:08 ` [devel] ez-ipupdate-3.0.11-alt0.3.b8 Alexey Tourbin
2007-09-16 17:17 ` [devel] fedora-ds-1.1.0-alt0.20070817 Alexey Tourbin
2007-09-16 17:26   ` [devel] fedora-ds-adminserver-1.1.0-alt0.20070817 Alexey Tourbin
2007-09-17 17:35   ` [devel] AutoReq Dmitry V. Levin
2007-09-17 21:16     ` Alexey Shabalin
2007-09-16 17:33 ` [devel] fglrx-tools-8.40.4-alt1 Alexey Tourbin
2007-09-17 10:45 ` [devel] file-roller-2.18.4-alt2 Alexey Tourbin
2007-09-17 11:54   ` Alexey Rusakov
2007-09-17 10:51 ` [devel] flow-tools-0.68-alt2.0 Alexey Tourbin
2007-09-17 13:20 ` [devel] gcstar-1.1.1-alt1 Alexey Tourbin
2007-09-17 13:30   ` Alexey Tourbin
2007-09-17 13:36 ` [devel] gkrellm-themes-1.0-alt1 Alexey Tourbin
2007-09-19 12:56 ` [devel] gksu-2.0.0-alt1 Alexey Tourbin
2007-09-27 20:01   ` Alexey Rusakov
2007-09-19 13:02 ` [devel] glade2-2.12.1-alt5 Alexey Tourbin
2007-09-19 13:32   ` Alexey Rusakov
2007-09-19 13:50 ` [devel] gnofract4d-3.2-alt0.1 Alexey Tourbin
2007-09-19 14:54 ` [devel] gnome-mlview-0.9.0-alt0.3cvs20050521 Alexey Tourbin
2007-09-19 15:07 ` [devel] gnucap-20070329-alt0.1 Alexey Tourbin
2007-09-19 15:12   ` Alexey Tourbin
2007-09-19 15:19 ` [devel] gresistor-0.0.1-alt1 Alexey Tourbin
2007-09-19 15:36 ` [devel] gsoko-0.4.2-alt1 Alexey Tourbin
2007-09-19 15:44 ` [devel] gtk2-themes-qtcurve-0.52.3-alt1 Alexey Tourbin
2007-09-19 20:09 ` [devel] hal-gnome-0.5.9.1-alt2 python! python! Alexey Tourbin
2007-09-21  8:11 ` [devel] hsqldb-server-1.8.0.7-alt2 Alexey Tourbin
2007-09-21  8:13 ` [devel] httpd-alterator-2.2.4-alt28 Alexey Tourbin
2007-09-21  8:47   ` Dmitry V. Levin
2007-09-21  8:54     ` Alexey Tourbin
2007-09-21  9:03       ` Dmitry V. Levin
2007-09-21  9:14   ` Stanislav Ievlev
2007-09-21  8:22 ` [devel] hylafax-4.3.2-alt2 Alexey Tourbin
2007-09-22 17:10   ` Denis Smirnov
2007-09-21  8:41 ` [devel] jetty5-5.1.12-alt0.5_1jpp1.7 Alexey Tourbin
2007-09-21  8:57 ` [devel] kdeaddons-kate-3.5.7-alt2 Alexey Tourbin
2007-09-21  9:14 ` [devel] kdebase-common-3.5.7-alt14 symlinks Alexey Tourbin
2007-09-21  9:32   ` [devel] kdebase-wm-3.5.7-alt14 Alexey Tourbin
2007-09-21  9:31 ` [devel] kdebase-konqueror-3.5.7-alt14 Alexey Tourbin
2007-09-21 10:00   ` [devel] /usr/bin/relative Dmitry V. Levin
2007-09-21 10:16     ` Alexey Tourbin
2007-09-21 10:21       ` Dmitry V. Levin
2007-09-21 14:03         ` Michael Shigorin
2007-09-21 14:06     ` [devel] [wiki] /usr/bin/relative Michael Shigorin
2007-09-21  9:35 ` [devel] kdemultimedia-krec-3.5.7-alt5 Alexey Tourbin
2007-09-21 14:10   ` Michael Shigorin
2007-09-21 14:14     ` Pavlov Konstantin
2007-09-21 14:59       ` Sergey V Turchin
2007-09-21  9:38 ` [devel] kernel-headers-common-1.1.9-alt1 Alexey Tourbin
2007-09-21  9:44 ` [devel] kile-1.9.2-alt1 Alexey Tourbin
2007-09-21  9:50 ` [devel] klamav-0.41.1-alt1 Alexey Tourbin
2007-09-21  9:53 ` [devel] lam-devel-7.1.3-alt1 Alexey Tourbin
2007-09-21 10:20 ` [devel] libipulog-devel-static-1.24-alt5 Alexey Tourbin
2007-09-21 10:42   ` Dmitry V. Levin
2007-09-21 10:43     ` Alexey Tourbin
2007-09-21 10:57       ` Dmitry V. Levin
2007-09-21 10:26 ` [devel] libobjc-lf2-r135-alt0.2 Alexey Tourbin
2007-09-21 10:34 ` [devel] libpurple-2.1.1-alt1.1 Alexey Tourbin
2007-09-21 13:28   ` Damir Shayhutdinov
2007-09-21 13:29     ` Damir Shayhutdinov
2007-09-21 13:42     ` Led
2007-09-21 13:59     ` Igor Zubkov
2007-09-21 15:15       ` Alexey Shabalin
2007-09-21 14:28     ` Alexey Tourbin
2007-09-21 15:06       ` Michael Shigorin
2007-09-21 10:53 ` [devel] libqt3-devel-3.3.8-alt11 Alexey Tourbin
2007-09-21 10:58   ` Dmitry V. Levin
2007-09-21 11:39 ` [devel] libwine-20070601-alt1 Alexey Tourbin
2007-09-21 13:29   ` Led
2007-09-21 14:14     ` Michael Shigorin
2007-09-22 20:38       ` Vitaly Lipatov
2007-09-22 20:49         ` Alexey Tourbin
2007-09-21 18:10 ` [devel] lilypond-2.11.0-alt1 Alexey Tourbin
2007-09-21 18:18 ` [devel] linux-cifs-1.48a-alt3 Alexey Tourbin
2007-09-21 18:24 ` [devel] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
2007-09-21 19:10   ` Yury A.Romanov
2007-09-21 19:16     ` Alexey Tourbin
2007-09-21 19:42     ` Led
2007-09-21 19:53       ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
2007-09-21 20:03         ` Led
2007-09-21 20:04           ` [devel] [JT] [JT] open-iscsi Pavlov Konstantin
2007-09-21 20:09           ` [devel] [JT] linux-iscsi-5.0.0.0.3-alt1.rc3 Alexey Tourbin
2007-09-22  0:43             ` Igor Zubkov
2007-09-22 17:50         ` Slava Semushin
2007-09-22 22:06           ` Pavlov Konstantin
2007-09-23 16:45             ` Alex Myltsev
2007-09-23 20:12               ` Pavlov Konstantin
2007-09-24  8:57               ` Michael Shigorin
2007-09-21 18:29 ` [devel] livecd-fix-cyr_rfx-koi8-u-0.1-alt1 Alexey Tourbin
2007-09-21 18:42   ` Michael Shigorin
2007-09-22 13:18 ` [devel] mailfromd-cfg_* Alexey Tourbin
2007-09-22 13:27 ` [devel] man-pages-2.60-alt1 Alexey Tourbin
2007-09-22 13:33 ` [devel] maven-1.1-alt2_0.beta3.2jpp1.7 Alexey Tourbin
2007-09-22 13:38 ` [devel] mc-4.6.1r-alt9 Alexey Tourbin
2007-09-22 13:53 ` [devel] meld-1.1.4-alt2 Alexey Tourbin
2007-09-22 19:22   ` Alexey Rusakov
2007-09-22 19:24     ` Alexey Tourbin
2007-09-22 13:59 ` [devel] menu-icons-default-0.1-alt2 Alexey Tourbin
2007-09-22 14:22 ` [devel] mercurial-0.9.4-alt1 Alexey Tourbin
2007-09-22 14:44 ` [devel] metromap-0.1.1-alt2 Alexey Tourbin
2007-09-22 14:46 ` [devel] mftrace-1.2.5-alt1 Alexey Tourbin
2007-09-22 14:55 ` [devel] mutt1.5-1.5.16-alt1 Alexey Tourbin
2007-09-22 21:20 ` [devel] notify-python-0.1.1-alt1 Alexey Tourbin
2007-09-22 21:27 ` [devel] nvidia_glx_common /dev Alexey Tourbin
2007-09-22 21:38 ` [devel] open-xchange-server-0.8.0-alt1.3 Alexey Tourbin
2007-09-22 21:41 ` [devel] open-xchange-webapp-tomcat4-0.8.0-alt1.3 Alexey Tourbin
2007-09-22 21:47 ` [devel] openejb1-1.0-alt1_1jpp1.7 Alexey Tourbin
2007-09-22 21:55 ` [devel] oroborus-2.0.18-alt4 Alexey Tourbin
2007-09-22 22:35 ` [devel] pam0-config-1.4.3-alt1 Alexey Tourbin
2007-09-22 22:42   ` Dmitry V. Levin
2007-09-22 22:58   ` Alexey Tourbin
2007-09-23  7:16 ` [devel] perl-Mozilla-LDAP-1.5-alt3 Alexey Tourbin
2007-09-23  7:22 ` [devel] pinentry-common-0.7.3-alt1 Alexey Tourbin
2007-09-23  7:29 ` [devel] plt2-360-alt0.1 Alexey Tourbin
2007-09-23  7:32 ` [devel] postgresql8.0-contrib-8.0.11-alt1 Alexey Tourbin
2007-09-24  5:24   ` Denis Smirnov
2007-09-24  5:25     ` Denis Smirnov
2007-09-23  7:37 ` [devel] povray-common-3.6-alt2 Alexey Tourbin
2007-09-23  8:31 ` [devel] quilt-0.46-alt0.1 Alexey Tourbin
2007-09-23  8:34 ` [devel] rdup-0.3.0-alt0.1 Alexey Tourbin
2007-09-23  8:37 ` [devel] rhino-1.6-alt1_0.r2.2jpp1.7 Alexey Tourbin
2007-09-23  8:47 ` [devel] shorewall-3.4.5-alt1 Alexey Tourbin
2007-09-23  9:07 ` [devel] spt-profiles-desktop-0.4-alt1 Alexey Tourbin
2007-09-23  9:14 ` [devel] struts-webapps-tomcat* Alexey Tourbin
2007-09-23  9:25 ` [devel] synbak-1.0.11-alt0.1 Alexey Tourbin
2007-09-23  9:39 ` [devel] tcl-8.4.13-alt1.0 Alexey Tourbin
2007-09-23  9:49 ` [devel] tetex-latex-tipa-1.3-alt3 Alexey Tourbin
2007-09-23 11:50 ` [devel] tomboy-0.7.1-alt1 Alexey Tourbin
2007-09-23 12:04 ` [devel] tomcat4-server-4.1.31-alt5.3 Alexey Tourbin
2007-09-23 12:18 ` [devel] urw-tex-2.0-alt6 Alexey Tourbin
2007-09-23 12:47 ` [devel] vdr-1.4.4-alt2 Alexey Tourbin
2007-09-23 12:49 ` [devel] velocity-1.5-alt0.3 Alexey Tourbin
2007-09-23 12:53 ` [devel] vim-X11-7.1.094-alt1 Alexey Tourbin
2007-09-23 17:25 ` [devel] wine-20070601-alt1 Alexey Tourbin
2007-09-23 20:36 ` [devel] wpa_supplicant-0.5.8-alt1 Alexey Tourbin
2007-09-23 20:49   ` Alexey I. Froloff
2007-09-24  6:56     ` Stanislav Ievlev
2007-09-24  6:42   ` Stanislav Ievlev
2007-09-24  8:51     ` Michael Shigorin
2007-09-24 10:50       ` Dmitry V. Levin
2007-09-25  5:17         ` Stanislav Ievlev
2007-09-25  7:33           ` Michael Shigorin
2007-09-23 20:39 ` [devel] xcdroast-0.98alpha15-alt6 Alexey Tourbin
2007-09-23 20:44 ` [devel] xfce-utils-4.4.1-alt1 Alexey Tourbin
2007-09-23 20:53   ` Alexey I. Froloff
2007-09-23 20:53 ` [devel] xffm-*-4.5.0-alt1 Alexey Tourbin
2007-09-23 21:31 ` [devel] xml-commons-jaxp-1.1-apis-javadoc-1.3.03-alt0.4_8jpp1.7 Alexey Tourbin
2007-09-23 21:35 ` [devel] xml-commons-resolver12-javadoc-1.3.03-alt0.4_8jpp1.7 Alexey Tourbin
2007-09-23 21:40 ` [devel] yakuake-2.7.5-alt1 Alexey Tourbin

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