* [devel] Как пользоваться %ghost?
@ 2005-04-23 18:47 Andrey Rahmatullin
2005-04-24 17:43 ` Dmitry V. Levin
0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2005-04-23 18:47 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 576 bytes --]
Всем привет.
Я ведь правильно понимаю, что файл, указанный так:
%ghost %_sysconfdir/vmware/locations
существовать на момент сборки пакета не обязан? А почему тогда я получаю
вот это:
--------------------------------
ошибка: Файл не найден:
/home/wrar/tmp/vmware-buildroot/etc/vmware/locations
--------------------------------
?
Я как-то неправильно указываю %ghost, или что-то еще надо сделать, чтобы
работало?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Было б неплохо сделать. Кому поручим думать? :)
-- aris in backports@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Как пользоваться %ghost?
2005-04-23 18:47 [devel] Как пользоваться %ghost? Andrey Rahmatullin
@ 2005-04-24 17:43 ` Dmitry V. Levin
2005-04-24 18:32 ` Andrey Rahmatullin
0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2005-04-24 17:43 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
Hi,
On Sun, Apr 24, 2005 at 12:47:41AM +0600, Andrey Rahmatullin wrote:
> Я ведь правильно понимаю, что файл, указанный так:
> %ghost %_sysconfdir/vmware/locations
> существовать на момент сборки пакета не обязан?
Нет, неправильно.
Файл, помеченный как %ghost, должен существовать именно в момент сборки
пакета, причём атрибуты этого файла могут быть впоследствии использованы,
например, в rpmverify.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Как пользоваться %ghost?
2005-04-24 17:43 ` Dmitry V. Levin
@ 2005-04-24 18:32 ` Andrey Rahmatullin
2005-04-24 18:54 ` Dmitry V. Levin
0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2005-04-24 18:32 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 475 bytes --]
On Sun, Apr 24, 2005 at 09:43:58PM +0400, Dmitry V. Levin wrote:
> Нет, неправильно.
> Файл, помеченный как %ghost, должен существовать именно в момент сборки
ОК. Maybe, я неправильно понимаю назначение этого атрибута?
Вообще, мне надо, чтобы файл не паковался, но пакету принадлежал, и
соотв-венно удалялся вместе с ним.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
У нас здесь talk-room, здесь не обижаются. :-)
-- aen in talk-room@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Как пользоваться %ghost?
2005-04-24 18:32 ` Andrey Rahmatullin
@ 2005-04-24 18:54 ` Dmitry V. Levin
2005-04-25 13:26 ` Andrey Rahmatullin
0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2005-04-24 18:54 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
On Mon, Apr 25, 2005 at 12:32:32AM +0600, Andrey Rahmatullin wrote:
> On Sun, Apr 24, 2005 at 09:43:58PM +0400, Dmitry V. Levin wrote:
> > Нет, неправильно.
> > Файл, помеченный как %ghost, должен существовать именно в момент сборки
> ОК. Maybe, я неправильно понимаю назначение этого атрибута?
> Вообще, мне надо, чтобы файл не паковался, но пакету принадлежал, и
> соотв-венно удалялся вместе с ним.
Моё понимание назначения этого атрибута совпадает с вашим пониманием.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Как пользоваться %ghost?
2005-04-24 18:54 ` Dmitry V. Levin
@ 2005-04-25 13:26 ` Andrey Rahmatullin
2005-04-28 23:18 ` [devel] " Alexey Tourbin
0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2005-04-25 13:26 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 447 bytes --]
On Sun, Apr 24, 2005 at 10:54:37PM +0400, Dmitry V. Levin wrote:
> > Вообще, мне надо, чтобы файл не паковался, но пакету принадлежал, и
> > соотв-венно удалялся вместе с ним.
> Моё понимание назначения этого атрибута совпадает с вашим пониманием.
Т.е. мне его %__touch просто?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Не хотите в talk-room, давайте в devel, но только конструктивно.
-- ldv in sisyphus@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [devel] Re: Как пользоваться %ghost?
2005-04-25 13:26 ` Andrey Rahmatullin
@ 2005-04-28 23:18 ` Alexey Tourbin
2005-04-29 7:26 ` Andrey Rahmatullin
0 siblings, 1 reply; 7+ messages in thread
From: Alexey Tourbin @ 2005-04-28 23:18 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
On Mon, Apr 25, 2005 at 07:26:41PM +0600, Andrey Rahmatullin wrote:
> On Sun, Apr 24, 2005 at 10:54:37PM +0400, Dmitry V. Levin wrote:
> > > Вообще, мне надо, чтобы файл не паковался, но пакету принадлежал, и
> > > соотв-венно удалялся вместе с ним.
> > Моё понимание назначения этого атрибута совпадает с вашим пониманием.
> Т.е. мне его %__touch просто?
Осторожно!
Макрос %__touch определен в /etc/rpm/macros.d/kernel.
> --
> WBR, wRAR (ALT Linux Team)
> Powered by the ALT Linux fortune(8):
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-04-29 7:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-23 18:47 [devel] Как пользоваться %ghost? Andrey Rahmatullin
2005-04-24 17:43 ` Dmitry V. Levin
2005-04-24 18:32 ` Andrey Rahmatullin
2005-04-24 18:54 ` Dmitry V. Levin
2005-04-25 13:26 ` Andrey Rahmatullin
2005-04-28 23:18 ` [devel] " Alexey Tourbin
2005-04-29 7:26 ` Andrey Rahmatullin
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