similarity index 92%
rename from meta-oe/recipes-support/snapper/snapper_0.13.0.bb
rename to meta-oe/recipes-support/snapper/snapper_0.13.1.bb
@@ -9,7 +9,7 @@ DEPENDS = "acl boost btrfs-tools dbus e2fsprogs json-c libxml2 lvm2 ncurses zlib
inherit autotools-brokensep pkgconfig gettext manpages
SRC_URI = "git://github.com/openSUSE/snapper.git;protocol=https;branch=master"
-SRCREV = "3a3bd97083976d28538d402284ff947b4aab5b8f"
+SRCREV = "8cfc33817b91dbf7194d7fd043dc378026d01db5"
EXTRA_OECONF += "--disable-zypp"
@@ -26,6 +26,8 @@ export MKDIR_BIN = "${bindir}/mkdir"
export TOUCH_BIN = "${bindir}/touch"
export CP_BIN = "${bindir}/cp"
export REALPATH_BIN = "${bindir}/realpath"
+export SHA256SUM_BIN = "${bindir}/sha256sum"
+export LS_BIN = "${bindir}/ls"
do_install:append() {
install -d ${D}${sysconfdir}/sysconfig
Bugfix release in the 0.13 line (the newest snapper tag; the higher numbered yast-snapper/2_2x_y tags in the same repository belong to the separate YaST snapper module, not to snapper itself). No build system or packaging changes; COPYING is unchanged. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../snapper/{snapper_0.13.0.bb => snapper_0.13.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-oe/recipes-support/snapper/{snapper_0.13.0.bb => snapper_0.13.1.bb} (92%)