python3-blivet: add UPSTREAM_CHECK_GITTAGREGEX

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2018-05-30 14:38:08 +08:00 committed by Khem Raj
parent b8bcf733ee
commit 17b50d2642

View File

@ -26,6 +26,8 @@ SRC_URI = "git://github.com/rhinstaller/blivet;branch=2.2-devel \
file://0014-invoking-dd-with-infinite-timeout.patch \
"
UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$"
inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"