From db60036f0716a7e36470f63920e950de1d9be593 Mon Sep 17 00:00:00 2001 From: qhw01063182 Date: Thu, 23 Feb 2023 16:49:16 +0800 Subject: [PATCH] Add product for Anolis8 Signed-off-by: qhw01063182 --- scap-security-guide.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scap-security-guide.spec b/scap-security-guide.spec index 54761f2..7177b92 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # Base name of static rhel6 content tarball %global _static_rhel6_content %{name}-0.1.52-2.el7_9-rhel6 # https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds @@ -98,6 +98,7 @@ cd build -DSSG_PRODUCT_RHEL8:BOOLEAN=TRUE \ -DSSG_PRODUCT_FIREFOX:BOOLEAN=TRUE \ -DSSG_PRODUCT_JRE:BOOLEAN=TRUE \ +-DSSG_PRODUCT_ANOLIS8:BOOLEAN=TRUE \ %if %{defined centos} -DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON \ %else @@ -156,6 +157,9 @@ cp -r %{_builddir}/%{_static_rhel6_content}/guides %{buildroot}%{_docdir}/%{name %endif %changelog +* Thu Feb 23 2023 Yuqing - 0.1.66-2.0.2 +- Add product for Anolis8 (#9770) + * Wed Feb 22 2023 Chang Gao - 0.1.66-2.0.1 - Add extra package -- Gitee