| Message ID | 20250818225622.1057866-1-osama.abdelkader@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | 99a1a0a8116eabd31bc25252fdea9aee287d158b |
| Headers | show |
| Series | init-system-helpers: upgrade 1.68 -> 1.69 | expand |
> -----Original Message----- > From: openembedded-core@lists.openembedded.org <openembedded- > core@lists.openembedded.org> On Behalf Of Osama Abdelkader via > lists.openembedded.org > Sent: Tuesday, August 19, 2025 0:56 > To: openembedded-core@lists.openembedded.org > Cc: anuj.mittal@intel.com; Osama Abdelkader <osama.abdelkader@gmail.com> > Subject: [OE-core] [PATCH] init-system-helpers: upgrade 1.68 -> 1.69 > > Changes: > Add postinst to hotfix an upgrade bug on certain newly live-installed > systems built using Trixie's live-build (Closes: #1111039) > > full changelog: > https://salsa.debian.org/debian/init-system-helpers/- > /blob/debian/1.69/debian/changelog > > Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com> > --- > ...{init-system-helpers_1.68.bb => init-system-helpers_1.69.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-core/initscripts/{init-system-helpers_1.68.bb => init-system- > helpers_1.69.bb} (96%) > > diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.68.bb b/meta/recipes- > core/initscripts/init-system-helpers_1.69.bb > similarity index 96% > rename from meta/recipes-core/initscripts/init-system-helpers_1.68.bb > rename to meta/recipes-core/initscripts/init-system-helpers_1.69.bb > index 48ac7792d3..83320e6877 100644 > --- a/meta/recipes-core/initscripts/init-system-helpers_1.68.bb > +++ b/meta/recipes-core/initscripts/init-system-helpers_1.69.bb > @@ -16,7 +16,7 @@ SECTION = "base" > LICENSE = "BSD-3-Clause & GPL-2.0-only" > LIC_FILES_CHKSUM = > "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae" > > -SRCREV = "78486a4a2a305170b66ce4d907bedadbaed10daf" > +SRCREV = "592518fcedf96c9b763f214a9acbdc1109aaa385" > SRC_URI = "git://salsa.debian.org/debian/init-system- > helpers.git;protocol=https;branch=master" Could you also add ";tag=debian/${PV}" to SRC_URI? > UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)" > > -- > 2.43.0
diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.68.bb b/meta/recipes-core/initscripts/init-system-helpers_1.69.bb similarity index 96% rename from meta/recipes-core/initscripts/init-system-helpers_1.68.bb rename to meta/recipes-core/initscripts/init-system-helpers_1.69.bb index 48ac7792d3..83320e6877 100644 --- a/meta/recipes-core/initscripts/init-system-helpers_1.68.bb +++ b/meta/recipes-core/initscripts/init-system-helpers_1.69.bb @@ -16,7 +16,7 @@ SECTION = "base" LICENSE = "BSD-3-Clause & GPL-2.0-only" LIC_FILES_CHKSUM = "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae" -SRCREV = "78486a4a2a305170b66ce4d907bedadbaed10daf" +SRCREV = "592518fcedf96c9b763f214a9acbdc1109aaa385" SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)"
Changes: Add postinst to hotfix an upgrade bug on certain newly live-installed systems built using Trixie's live-build (Closes: #1111039) full changelog: https://salsa.debian.org/debian/init-system-helpers/-/blob/debian/1.69/debian/changelog Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com> --- ...{init-system-helpers_1.68.bb => init-system-helpers_1.69.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/initscripts/{init-system-helpers_1.68.bb => init-system-helpers_1.69.bb} (96%)