devel@ where you _can_ ask
 help / color / mirror / Atom feed
* [newbies] package signatures violation
@ 2010-03-25 21:40 Yuriy Shirokov
  2010-03-26  7:26 ` Andrey Rahmatullin
  2010-03-26  7:28 ` REAL
  0 siblings, 2 replies; 7+ messages in thread
From: Yuriy Shirokov @ 2010-03-25 21:40 UTC (permalink / raw)
  To: devel-newbies

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

$ sisyphus_check --files libetl-0.04.13-alt1.src.rpm
libetl-0.04.13-alt1.src.rpm: signature not found
sisyphus_check: check-gpg ERROR: package signatures violation

Пакет собираю на домашней машине через gear. Остальные тесты
sisyphus_check он проходит. Не нашёл информации ни в рассылке, ни на
вики, мне надо где-то в настройках ключ указать (в ~/.gitconfig он указан)?

А repocop ещё добавляет
libetl-0.04.13-alt1.src:
- ------------------------------------------
unmet-dependency-build-missing-package  fail
build dependency gcc-c++ not found.
- ------------------------------------------

При этом в спеке строка
BuildRequires: gcc-c++
есть. Здесь-то что не так?

- -- 
С уважением,
Ю.А.Широков.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAkur2DsACgkQ50x5LYMMsJyYLgQAq/tqQ7eaN90EQshQ0ftqbeWK
RRHTPdCwURVeo/mPBIdts2CEUvP0yNr9ue8XkySHJgDmJknnBc5KC7bceXNj1no4
jKIUHAUb+m6tmm607NLGYWILAdMaCuov3Kl1urSZAqaRoE+/44ZtUcBSkZfI0j39
goVwTMEOlRev1yeGp9Q=
=X5MG
-----END PGP SIGNATURE-----


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

* Re: [newbies] package signatures violation
  2010-03-25 21:40 [newbies] package signatures violation Yuriy Shirokov
@ 2010-03-26  7:26 ` Andrey Rahmatullin
  2010-03-26  8:11   ` Yuriy Shirokov
  2010-03-26  7:28 ` REAL
  1 sibling, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2010-03-26  7:26 UTC (permalink / raw)
  To: devel-newbies

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

On Fri, Mar 26, 2010 at 12:40:11AM +0300, Yuriy Shirokov wrote:
> $ sisyphus_check --files libetl-0.04.13-alt1.src.rpm
> libetl-0.04.13-alt1.src.rpm: signature not found
> sisyphus_check: check-gpg ERROR: package signatures violation
> 
> Пакет собираю на домашней машине через gear. Остальные тесты
> sisyphus_check он проходит. Не нашёл информации ни в рассылке, ни на
> вики, мне надо где-то в настройках ключ указать (в ~/.gitconfig он указан)?
А вы пакет вообще подписали?

> А repocop ещё добавляет
> libetl-0.04.13-alt1.src:
> - ------------------------------------------
> unmet-dependency-build-missing-package  fail
> build dependency gcc-c++ not found.
> - ------------------------------------------
Это какая-то ошибка в репокопе.

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

> Фичи - не гипотетические, дыры (например, в мильтере) - выслушаю с
> удовольствием...
Удовольствие от дыры в тазике у кока не перевесит трагизма от
таковой ниже ватерлинии.
		-- mike in community@

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

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

* Re: [newbies] package signatures violation
  2010-03-25 21:40 [newbies] package signatures violation Yuriy Shirokov
  2010-03-26  7:26 ` Andrey Rahmatullin
@ 2010-03-26  7:28 ` REAL
  1 sibling, 0 replies; 7+ messages in thread
From: REAL @ 2010-03-26  7:28 UTC (permalink / raw)
  To: devel@ where you _can_ ask

Yuriy Shirokov пишет:
> А repocop ещё добавляет
> libetl-0.04.13-alt1.src:
> - ------------------------------------------
> unmet-dependency-build-missing-package  fail
> build dependency gcc-c++ not found.
> - ------------------------------------------

Это глюк репокопа, не обращайте внимания.


-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


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

* Re: [newbies] package signatures violation
  2010-03-26  7:26 ` Andrey Rahmatullin
@ 2010-03-26  8:11   ` Yuriy Shirokov
  2010-03-26  8:12     ` Andrey Rahmatullin
  0 siblings, 1 reply; 7+ messages in thread
From: Yuriy Shirokov @ 2010-03-26  8:11 UTC (permalink / raw)
  To: devel@ where you _can_ ask

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 26.03.2010 10:26, Andrey Rahmatullin wrote:
> А вы пакет вообще подписали?

Да.

Вот так:
[uri@serpent SRPMS.hasher]$ rpm --addsign libetl-0.04.13-alt1.src.rpm
Введите ключевую фразу:
Ключевая фраза принята.
libetl-0.04.13-alt1.src.rpm:

[uri@serpent SRPMS.hasher]$

Правильно?

Мой .rpmmacros:
%_topdir    %homedir/RPM
%_tmppath   %homedir/tmp

%packager Yuriy Shirokov <yushi@altlinux.org>
%_gpg_name  Yuriy Al. Shirokov <yuriy.shirokov@gmail.com>

В чём может быть дело?

- -- 
С уважением,
Ю.А.Широков.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAkusbCMACgkQ50x5LYMMsJzs9wP9FNOosEtVhERemka6Jp0f3YN4
odQxpZQ6Fh6XE7aXLohsO9TxDulnu+9QHfVNEfN/lOoC9a3OBnmVkYkEksE6oax6
dQZD7wDyDVn1RDrXcHIxDJPq53Skt/i5mnHpTnnlqUTA58RralEySmFOrjplyHwM
D0S1lC4RNl7ARR8TXgM=
=Z8GQ
-----END PGP SIGNATURE-----


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

* Re: [newbies] package signatures violation
  2010-03-26  8:11   ` Yuriy Shirokov
@ 2010-03-26  8:12     ` Andrey Rahmatullin
  2010-03-26  8:22       ` Yuriy Shirokov
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2010-03-26  8:12 UTC (permalink / raw)
  To: devel-newbies

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

On Fri, Mar 26, 2010 at 11:11:15AM +0300, Yuriy Shirokov wrote:
> [uri@serpent SRPMS.hasher]$ rpm --addsign libetl-0.04.13-alt1.src.rpm
> Введите ключевую фразу:
> Ключевая фраза принята.
А ключ есть в alt-gpgkeys?

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

<stalker37> Вот циска - это правильный длинк...

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

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

* Re: [newbies] package signatures violation
  2010-03-26  8:12     ` Andrey Rahmatullin
@ 2010-03-26  8:22       ` Yuriy Shirokov
  2010-03-26  8:22         ` Andrey Rahmatullin
  0 siblings, 1 reply; 7+ messages in thread
From: Yuriy Shirokov @ 2010-03-26  8:22 UTC (permalink / raw)
  To: devel@ where you _can_ ask

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 26.03.2010 11:12, Andrey Rahmatullin wrote:
> On Fri, Mar 26, 2010 at 11:11:15AM +0300, Yuriy Shirokov wrote:
>> [uri@serpent SRPMS.hasher]$ rpm --addsign libetl-0.04.13-alt1.src.rpm
>> Введите ключевую фразу:
>> Ключевая фраза принята.
> А ключ есть в alt-gpgkeys?

Нет, видимо. Вот оно в чём дело.

То есть до вступления в Team этот тест не будет выполняться всё равно?

- -- 
С уважением,
Ю.А.Широков.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAkusbqwACgkQ50x5LYMMsJyxrQP+M3nBE187ce8cLDs3eaDwm2M8
mgiIlu7Y73XXGXt1FpKtupBxnjU7AtVwOXwCYXIAmbdFssndO1NxHKEwgJpNUnyb
CsxPu2iZk+3898i9Kpy9kXAD32/+0D2e/hzjmK2waE1+4Cgi9MtfrXmaPAQ+91ku
641Gcvv/JfWykGwQwno=
=ZPVi
-----END PGP SIGNATURE-----


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

* Re: [newbies] package signatures violation
  2010-03-26  8:22       ` Yuriy Shirokov
@ 2010-03-26  8:22         ` Andrey Rahmatullin
  0 siblings, 0 replies; 7+ messages in thread
From: Andrey Rahmatullin @ 2010-03-26  8:22 UTC (permalink / raw)
  To: devel-newbies

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

On Fri, Mar 26, 2010 at 11:22:04AM +0300, Yuriy Shirokov wrote:
> То есть до вступления в Team этот тест не будет выполняться всё равно?
Да.

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

 * dottedmag .oO(Requires: /dev/brain)

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

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

end of thread, other threads:[~2010-03-26  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-25 21:40 [newbies] package signatures violation Yuriy Shirokov
2010-03-26  7:26 ` Andrey Rahmatullin
2010-03-26  8:11   ` Yuriy Shirokov
2010-03-26  8:12     ` Andrey Rahmatullin
2010-03-26  8:22       ` Yuriy Shirokov
2010-03-26  8:22         ` Andrey Rahmatullin
2010-03-26  7:28 ` REAL

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/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-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
		devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
	public-inbox-index devel-newbies

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git