From 8950bef26c101fbbd2a54a13d1602ca15cccfe29 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sat, 16 Dec 2023 16:21:41 +0800 Subject: semodule-utils: upgrade 3.5 -> 3.6 Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-security/selinux/semodule-utils_3.5.bb | 28 -------------------------- recipes-security/selinux/semodule-utils_3.6.bb | 28 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes-security/selinux/semodule-utils_3.5.bb create mode 100644 recipes-security/selinux/semodule-utils_3.6.bb diff --git a/recipes-security/selinux/semodule-utils_3.5.bb b/recipes-security/selinux/semodule-utils_3.5.bb deleted file mode 100644 index 0c1c189..0000000 --- a/recipes-security/selinux/semodule-utils_3.5.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Utilities to manipulate SELinux policy module package" -DESCRIPTION = "\ -The utilities to create, expand, link and show the dependencies between \ -the SELinux policy module packages." -SECTION = "base" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=393a5ca445f6965873eca0259a17f833" - -require selinux_common.inc - -DEPENDS = "libsepol" - -S = "${WORKDIR}/git/semodule-utils" - -PACKAGES =+ "\ - ${PN}-semodule-expand \ - ${PN}-semodule-link \ - ${PN}-semodule-package \ -" - -FILES:${PN}-semodule-expand = "${bindir}/semodule_expand" -FILES:${PN}-semodule-link = "${bindir}/semodule_link" -FILES:${PN}-semodule-package = "\ - ${bindir}/semodule_package \ - ${bindir}/semodule_unpackage \ -" - -BBCLASSEXTEND = "native" diff --git a/recipes-security/selinux/semodule-utils_3.6.bb b/recipes-security/selinux/semodule-utils_3.6.bb new file mode 100644 index 0000000..0c1c189 --- /dev/null +++ b/recipes-security/selinux/semodule-utils_3.6.bb @@ -0,0 +1,28 @@ +SUMMARY = "Utilities to manipulate SELinux policy module package" +DESCRIPTION = "\ +The utilities to create, expand, link and show the dependencies between \ +the SELinux policy module packages." +SECTION = "base" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=393a5ca445f6965873eca0259a17f833" + +require selinux_common.inc + +DEPENDS = "libsepol" + +S = "${WORKDIR}/git/semodule-utils" + +PACKAGES =+ "\ + ${PN}-semodule-expand \ + ${PN}-semodule-link \ + ${PN}-semodule-package \ +" + +FILES:${PN}-semodule-expand = "${bindir}/semodule_expand" +FILES:${PN}-semodule-link = "${bindir}/semodule_link" +FILES:${PN}-semodule-package = "\ + ${bindir}/semodule_package \ + ${bindir}/semodule_unpackage \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf