From c370b82cde33c542d86b66fe929c35497a6f5075 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sat, 11 Mar 2023 21:13:08 +0800 Subject: semodule-utils: upgrade 3.4 -> 3.5 License-Update: Rename COPYING to LICENSE. No content changes. Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-security/selinux/semodule-utils_3.4.bb | 28 -------------------------- recipes-security/selinux/semodule-utils_3.5.bb | 28 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes-security/selinux/semodule-utils_3.4.bb create mode 100644 recipes-security/selinux/semodule-utils_3.5.bb diff --git a/recipes-security/selinux/semodule-utils_3.4.bb b/recipes-security/selinux/semodule-utils_3.4.bb deleted file mode 100644 index 3f53cf0..0000000 --- a/recipes-security/selinux/semodule-utils_3.4.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}/COPYING;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.5.bb b/recipes-security/selinux/semodule-utils_3.5.bb new file mode 100644 index 0000000..0c1c189 --- /dev/null +++ b/recipes-security/selinux/semodule-utils_3.5.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