All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] e2fsprogs: remove the extra dot from the recipe filename
@ 2016-06-21 10:01 Alexander Kanavin
  2016-06-22 14:42 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2016-06-21 10:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43..bb => e2fsprogs_1.43.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43..bb => e2fsprogs_1.43.bb} (100%)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43..bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43..bb
rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
-- 
2.8.1



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

* Re: [PATCH] e2fsprogs: remove the extra dot from the recipe filename
  2016-06-21 10:01 [PATCH] e2fsprogs: remove the extra dot from the recipe filename Alexander Kanavin
@ 2016-06-22 14:42 ` Martin Jansa
  2016-06-22 14:45   ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2016-06-22 14:42 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

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

On Tue, Jun 21, 2016 at 01:01:19PM +0300, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>

Even with PR bump RP did it's still going backwards:

WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for package e2fsprogs-locale-uk went backwards which would break package feeds from (0:1.43.-r0.1 to 0:1.43-r0.0) [version-going-backwards]

> ---
>  meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43..bb => e2fsprogs_1.43.bb} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43..bb => e2fsprogs_1.43.bb} (100%)
> 
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43..bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
> similarity index 100%
> rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43..bb
> rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
> -- 
> 2.8.1
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

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

* Re: [PATCH] e2fsprogs: remove the extra dot from the recipe filename
  2016-06-22 14:42 ` Martin Jansa
@ 2016-06-22 14:45   ` Burton, Ross
  2016-06-22 15:00     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2016-06-22 14:45 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OE-core

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

On 22 June 2016 at 15:42, Martin Jansa <martin.jansa@gmail.com> wrote:

> WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for
> package e2fsprogs-locale-uk went backwards which would break package feeds
> from (0:1.43.-r0.1 to 0:1.43-r0.0) [version-going-backwards]
>

Have you checked what opkg/rpm actually think about this?  Maybe the sanity
test is broken.

Ross

[-- Attachment #2: Type: text/html, Size: 830 bytes --]

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

* Re: [PATCH] e2fsprogs: remove the extra dot from the recipe filename
  2016-06-22 14:45   ` Burton, Ross
@ 2016-06-22 15:00     ` Martin Jansa
  2016-06-23 12:47       ` Alexander Kanavin
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2016-06-22 15:00 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

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

On Wed, Jun 22, 2016 at 03:45:27PM +0100, Burton, Ross wrote:
> On 22 June 2016 at 15:42, Martin Jansa <martin.jansa@gmail.com> wrote:
> 
> > WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for
> > package e2fsprogs-locale-uk went backwards which would break package feeds
> > from (0:1.43.-r0.1 to 0:1.43-r0.0) [version-going-backwards]
> >
> 
> Have you checked what opkg/rpm actually think about this?  Maybe the sanity
> test is broken.

No, but opkg-compare-versions from opkg-utils thinks the same:

OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0:1.43-r0.0 \>\> 0:1.43.-r0.0
OE @ ~/projects/opkg-utils $ echo $?
1

Also note that EXTENDPRAUTO is reset to 0, because of PV change (which
is saved by RPs PR bump).

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

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

* Re: [PATCH] e2fsprogs: remove the extra dot from the recipe filename
  2016-06-22 15:00     ` Martin Jansa
@ 2016-06-23 12:47       ` Alexander Kanavin
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2016-06-23 12:47 UTC (permalink / raw)
  To: Martin Jansa, Burton, Ross; +Cc: OE-core

On 06/22/2016 06:00 PM, Martin Jansa wrote:

>>> WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for
>>> package e2fsprogs-locale-uk went backwards which would break package feeds
>>> from (0:1.43.-r0.1 to 0:1.43-r0.0) [version-going-backwards]
>>>
>>
>> Have you checked what opkg/rpm actually think about this?  Maybe the sanity
>> test is broken.
>
> No, but opkg-compare-versions from opkg-utils thinks the same:
>
> OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0:1.43-r0.0 \>\> 0:1.43.-r0.0
> OE @ ~/projects/opkg-utils $ echo $?
> 1
>
> Also note that EXTENDPRAUTO is reset to 0, because of PV change (which
> is saved by RPs PR bump).

Maybe we should just update e2fsprogs to 1.43.1 :)

Alex



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

end of thread, other threads:[~2016-06-23 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-21 10:01 [PATCH] e2fsprogs: remove the extra dot from the recipe filename Alexander Kanavin
2016-06-22 14:42 ` Martin Jansa
2016-06-22 14:45   ` Burton, Ross
2016-06-22 15:00     ` Martin Jansa
2016-06-23 12:47       ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.