All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] catatonit: update to version 0.2.0
@ 2023-10-03 13:24 patrick
  2023-10-09 12:06 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: patrick @ 2023-10-03 13:24 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Patrick Wicki

From: Patrick Wicki <patrick.wicki@siemens.com>

Main change is the relicense from GPL-3 to GPL-2, which will allow
catatonit (and hence podman) to be used in deployments where the license
previously posed an issue.

Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
---
 .../catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-containers/catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb} (69%)

diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb
similarity index 69%
rename from recipes-containers/catatonit/catatonit_0.1.7.bb
rename to recipes-containers/catatonit/catatonit_0.2.0.bb
index da3973de..13537a4a 100644
--- a/recipes-containers/catatonit/catatonit_0.1.7.bb
+++ b/recipes-containers/catatonit/catatonit_0.2.0.bb
@@ -6,11 +6,11 @@ SUMMARY = "A container init that is so simple it's effectively brain-dead."
 HOMEPAGE = "https://github.com/openSUSE/catatonit"
 DESCRIPTION = "${SUMMARY}"
 SECTION = "base"
-LICENSE = "GPL-3.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
+LICENSE = "GPL-2.0-or-later"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
-SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
+SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.41.0



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

* Re: [meta-virtualization][PATCH] catatonit: update to version 0.2.0
  2023-10-03 13:24 [meta-virtualization][PATCH] catatonit: update to version 0.2.0 patrick
@ 2023-10-09 12:06 ` Bruce Ashfield
  2023-10-09 15:34   ` [meta-virtualization][PATCH v2] " patrick
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2023-10-09 12:06 UTC (permalink / raw)
  To: patrick; +Cc: meta-virtualization, Patrick Wicki

Would it be possible to get a v2 with the changelog (shortlogs)
between 0.1.7 and 0.2.0 in the commit log ?

Bruce

In message: [meta-virtualization][PATCH] catatonit: update to version 0.2.0
on 03/10/2023 patrick@subset.ch wrote:

> From: Patrick Wicki <patrick.wicki@siemens.com>
> 
> Main change is the relicense from GPL-3 to GPL-2, which will allow
> catatonit (and hence podman) to be used in deployments where the license
> previously posed an issue.
> 
> Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
> ---
>  .../catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb}    | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename recipes-containers/catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb} (69%)
> 
> diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb
> similarity index 69%
> rename from recipes-containers/catatonit/catatonit_0.1.7.bb
> rename to recipes-containers/catatonit/catatonit_0.2.0.bb
> index da3973de..13537a4a 100644
> --- a/recipes-containers/catatonit/catatonit_0.1.7.bb
> +++ b/recipes-containers/catatonit/catatonit_0.2.0.bb
> @@ -6,11 +6,11 @@ SUMMARY = "A container init that is so simple it's effectively brain-dead."
>  HOMEPAGE = "https://github.com/openSUSE/catatonit"
>  DESCRIPTION = "${SUMMARY}"
>  SECTION = "base"
> -LICENSE = "GPL-3.0-or-later"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
> +LICENSE = "GPL-2.0-or-later"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
>  SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
> -SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
> +SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
>  S = "${WORKDIR}/git"
>  
>  inherit autotools
> -- 
> 2.41.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8334): https://lists.yoctoproject.org/g/meta-virtualization/message/8334
> Mute This Topic: https://lists.yoctoproject.org/mt/101733542/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

* [meta-virtualization][PATCH v2] catatonit: update to version 0.2.0
  2023-10-09 12:06 ` Bruce Ashfield
@ 2023-10-09 15:34   ` patrick
  2023-10-11 18:52     ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: patrick @ 2023-10-09 15:34 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Patrick Wicki

From: Patrick Wicki <patrick.wicki@siemens.com>

Main change is the relicense from GPL-3 to GPL-2, which will allow
catatonit (and hence podman) to be used in deployments where the license
previously posed an issue.

Contains the following commits:

        7f0c9bb version: release catatonit 0.2.0
        fe191ef license: switch to GPLv2-or-later

Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
---
 .../catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-containers/catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb} (69%)

diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb
similarity index 69%
rename from recipes-containers/catatonit/catatonit_0.1.7.bb
rename to recipes-containers/catatonit/catatonit_0.2.0.bb
index da3973de..13537a4a 100644
--- a/recipes-containers/catatonit/catatonit_0.1.7.bb
+++ b/recipes-containers/catatonit/catatonit_0.2.0.bb
@@ -6,11 +6,11 @@ SUMMARY = "A container init that is so simple it's effectively brain-dead."
 HOMEPAGE = "https://github.com/openSUSE/catatonit"
 DESCRIPTION = "${SUMMARY}"
 SECTION = "base"
-LICENSE = "GPL-3.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
+LICENSE = "GPL-2.0-or-later"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
-SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
+SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.42.0



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

* Re: [meta-virtualization][PATCH v2] catatonit: update to version 0.2.0
  2023-10-09 15:34   ` [meta-virtualization][PATCH v2] " patrick
@ 2023-10-11 18:52     ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2023-10-11 18:52 UTC (permalink / raw)
  To: patrick; +Cc: meta-virtualization, Patrick Wicki

my update script shows a few more commits, but yes, not exactly
anything very exiciting.

This is now staged on master-next.

Bruce

In message: [meta-virtualization][PATCH v2] catatonit: update to version 0.2.0
on 09/10/2023 patrick@subset.ch wrote:

> From: Patrick Wicki <patrick.wicki@siemens.com>
> 
> Main change is the relicense from GPL-3 to GPL-2, which will allow
> catatonit (and hence podman) to be used in deployments where the license
> previously posed an issue.
> 
> Contains the following commits:
> 
>         7f0c9bb version: release catatonit 0.2.0
>         fe191ef license: switch to GPLv2-or-later
> 
> Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
> ---
>  .../catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb}    | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename recipes-containers/catatonit/{catatonit_0.1.7.bb => catatonit_0.2.0.bb} (69%)
> 
> diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb
> similarity index 69%
> rename from recipes-containers/catatonit/catatonit_0.1.7.bb
> rename to recipes-containers/catatonit/catatonit_0.2.0.bb
> index da3973de..13537a4a 100644
> --- a/recipes-containers/catatonit/catatonit_0.1.7.bb
> +++ b/recipes-containers/catatonit/catatonit_0.2.0.bb
> @@ -6,11 +6,11 @@ SUMMARY = "A container init that is so simple it's effectively brain-dead."
>  HOMEPAGE = "https://github.com/openSUSE/catatonit"
>  DESCRIPTION = "${SUMMARY}"
>  SECTION = "base"
> -LICENSE = "GPL-3.0-or-later"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
> +LICENSE = "GPL-2.0-or-later"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
>  SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
> -SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
> +SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
>  S = "${WORKDIR}/git"
>  
>  inherit autotools
> -- 
> 2.42.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8343): https://lists.yoctoproject.org/g/meta-virtualization/message/8343
> Mute This Topic: https://lists.yoctoproject.org/mt/101854955/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

end of thread, other threads:[~2023-10-11 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 13:24 [meta-virtualization][PATCH] catatonit: update to version 0.2.0 patrick
2023-10-09 12:06 ` Bruce Ashfield
2023-10-09 15:34   ` [meta-virtualization][PATCH v2] " patrick
2023-10-11 18:52     ` Bruce Ashfield

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.