From 17b50d26427efe6b2f635cea5bf6b0f96debbe35 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 30 May 2018 14:38:08 +0800 Subject: python3-blivet: add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb index 46dc32de76..045e0f48dc 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb @@ -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\d+(\.\d+)+)$" + inherit distro_features_check REQUIRED_DISTRO_FEATURES = "systemd" -- cgit 1.2.3-korg