mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
btrfsmaintenance: upgrade 0.5 -> 0.5.2
1.Changelog: fix syntax error in run_task, preventing jobs to start start scrub jobs sequentially if RAID5 or RAID6 data profile is found fix btrfsmaintenance-refresh.service description 2.Update 0001-change-sysconfig-path-to-etc-default.patch for 0.5.2 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
|||||||
|
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https \
|
SRC_URI = "git://github.com/kdave/${BPN};branch=master;protocol=https;tag=v${PV} \
|
||||||
file://0001-change-sysconfig-path-to-etc-default.patch \
|
file://0001-change-sysconfig-path-to-etc-default.patch \
|
||||||
file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \
|
file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "be42cb6267055d125994abd6927cf3a26deab74c"
|
SRCREV = "beb9e2d166cbd856297fe8d28e89e8b36961a723"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://github.com/kdave/${BPN}/tags"
|
UPSTREAM_CHECK_URI = "https://github.com/kdave/${BPN}/tags"
|
||||||
UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|
UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|
||||||
+9
-9
@@ -1,6 +1,3 @@
|
|||||||
From b49dbe17e0d9ae463e5a34e6991aa2d3c70d2fb1 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Claudius Heine <ch@denx.de>
|
|
||||||
Date: Wed, 11 May 2022 14:33:13 +0200
|
|
||||||
Subject: [PATCH] change sysconfig path to /etc/default
|
Subject: [PATCH] change sysconfig path to /etc/default
|
||||||
|
|
||||||
OE uses /etc/default for service configuration, not /etc/sysconfig which
|
OE uses /etc/default for service configuration, not /etc/sysconfig which
|
||||||
@@ -11,6 +8,9 @@ Change the files accordingly
|
|||||||
Upstream-Status: Inappropriate [OE specific]
|
Upstream-Status: Inappropriate [OE specific]
|
||||||
|
|
||||||
Signed-off-by: Claudius Heine <ch@denx.de>
|
Signed-off-by: Claudius Heine <ch@denx.de>
|
||||||
|
|
||||||
|
Update for 0.5.2
|
||||||
|
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
|
||||||
---
|
---
|
||||||
btrfsmaintenance-refresh.path | 4 ++--
|
btrfsmaintenance-refresh.path | 4 ++--
|
||||||
btrfsmaintenance-refresh.service | 2 +-
|
btrfsmaintenance-refresh.service | 2 +-
|
||||||
@@ -32,16 +32,16 @@ index d56ad11..f0b4132 100644
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
diff --git a/btrfsmaintenance-refresh.service b/btrfsmaintenance-refresh.service
|
diff --git a/btrfsmaintenance-refresh.service b/btrfsmaintenance-refresh.service
|
||||||
index 4ed1eb4..d6225a6 100644
|
index 19e51c0..223fca9 100644
|
||||||
--- a/btrfsmaintenance-refresh.service
|
--- a/btrfsmaintenance-refresh.service
|
||||||
+++ b/btrfsmaintenance-refresh.service
|
+++ b/btrfsmaintenance-refresh.service
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
-Description=Update cron periods from /etc/sysconfig/btrfsmaintenance
|
-Description=Configure systemd timer schedule according to /etc/sysconfig/btrfsmaintenance
|
||||||
+Description=Update cron periods from /etc/default/btrfsmaintenance
|
+Description=Configure systemd timer schedule according to /etc/default/btrfsmaintenance
|
||||||
|
Documentation="file:/usr/share/doc/btrfsmaintenance/README.man"
|
||||||
|
Documentation="file:/usr/share/doc/packages/btrfsmaintenance/README.man"
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh systemd-timer
|
|
||||||
--
|
--
|
||||||
2.33.3
|
2.43.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user