diff mbox series

[v2] init-system-helpers: upgrade 1.68 -> 1.69

Message ID 20250819103527.8497-1-osama.abdelkader@gmail.com
State New
Headers show
Series [v2] init-system-helpers: upgrade 1.68 -> 1.69 | expand

Commit Message

Osama Abdelkader Aug. 19, 2025, 10:35 a.m. UTC
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>
---
v2: add ";tag=debian/${PV}"
---
 ...nit-system-helpers_1.68.bb => init-system-helpers_1.69.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/initscripts/{init-system-helpers_1.68.bb => init-system-helpers_1.69.bb} (93%)
diff mbox series

Patch

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 93%
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..c4843747b7 100644
--- a/meta/recipes-core/initscripts/init-system-helpers_1.68.bb
+++ b/meta/recipes-core/initscripts/init-system-helpers_1.69.bb
@@ -16,8 +16,8 @@  SECTION = "base"
 LICENSE = "BSD-3-Clause & GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae"
 
-SRCREV = "78486a4a2a305170b66ce4d907bedadbaed10daf"
-SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
+SRCREV = "592518fcedf96c9b763f214a9acbdc1109aaa385"
+SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master;tag=debian/${PV}"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)"
 
 do_configure[noexec] = "1"