[meta-security][PATCH] bubblewrap: Update 0.6.2 -> 0.7.0


Alex Kiernan
 

Inherit github-releases so that `devtool upgrade` can identify new
versions correctly.

Signed-off-by: Alex Kiernan <alex.kiernan@...>
---
.../{bubblewrap_0.6.2.bb => bubblewrap_0.7.0.bb} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
rename recipes-security/bubblewrap/{bubblewrap_0.6.2.bb => bubblewrap_0.7.0.bb} (72%)

diff --git a/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/recipes-security/bubblewrap/bubblewrap_0.7.0.bb
similarity index 72%
rename from recipes-security/bubblewrap/bubblewrap_0.6.2.bb
rename to recipes-security/bubblewrap/bubblewrap_0.7.0.bb
index 921defda9e9d..a48b01252034 100644
--- a/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
+++ b/recipes-security/bubblewrap/bubblewrap_0.7.0.bb
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
DEPENDS = "libcap"

SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b"
+SRC_URI[sha256sum] = "764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc"

-UPSTREAM_CHECK_URI = "https://github.com/containers/bubblewrap/releases"
-UPSTREAM_CHECK_REGEX = "bubblewrap-(?P<pver>\d+(\.\d+)+)\.tar"
+inherit autotools bash-completion github-releases manpages pkgconfig

-inherit autotools bash-completion manpages pkgconfig
+GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/"

PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native"
--
2.35.1