Update config and AlmaLinux patch for 0.1.77
This commit is contained in:
parent
903a6b8e51
commit
540d428c1f
36
config.yaml
36
config.yaml
@ -22,32 +22,16 @@ actions:
|
|||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%cmake \
|
%if 0%{?centos}
|
||||||
-DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE \
|
%define cmake_defines_specific -DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE -DSSG_PRODUCT_RHEL%{centos}:BOOLEAN=TRUE -DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON
|
||||||
-DSSG_PRODUCT_RHEL7:BOOLEAN=TRUE \
|
|
||||||
-DSSG_PRODUCT_RHEL8:BOOLEAN=TRUE \
|
|
||||||
-DSSG_PRODUCT_FIREFOX:BOOLEAN=TRUE \
|
|
||||||
-DSSG_PRODUCT_JRE:BOOLEAN=TRUE \
|
|
||||||
%if %{defined centos}
|
|
||||||
-DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON \
|
|
||||||
%else
|
|
||||||
-DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=OFF \
|
|
||||||
%endif
|
|
||||||
-DSSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED:BOOL=OFF \
|
|
||||||
%if ( %{defined rhel} && (! %{defined centos}) )
|
|
||||||
-DSSG_ANSIBLE_PLAYBOOKS_PER_RULE_ENABLED:BOOL=ON \
|
|
||||||
%endif
|
%endif
|
||||||
replace: |
|
replace: |
|
||||||
%cmake \
|
%if 0%{?centos}
|
||||||
-DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE \
|
%define cmake_defines_specific -DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE -DSSG_PRODUCT_RHEL%{centos}:BOOLEAN=TRUE -DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON
|
||||||
-DSSG_PRODUCT_RHEL7:BOOLEAN=FALSE \
|
%endif
|
||||||
-DSSG_PRODUCT_RHEL8:BOOLEAN=FALSE \
|
%if 0%{?almalinux}
|
||||||
-DSSG_PRODUCT_ALMALINUX8:BOOLEAN=TRUE \
|
%define cmake_defines_specific -DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE -DSSG_PRODUCT_ALMALINUX%{almalinux}:BOOLEAN=TRUE -DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=OFF -DSSG_ANSIBLE_PLAYBOOKS_PER_RULE_ENABLED:BOOL=ON
|
||||||
-DSSG_PRODUCT_FIREFOX:BOOLEAN=TRUE \
|
%endif
|
||||||
-DSSG_PRODUCT_JRE:BOOLEAN=TRUE \
|
|
||||||
-DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=OFF \
|
|
||||||
-DSSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED:BOOL=OFF \
|
|
||||||
-DSSG_ANSIBLE_PLAYBOOKS_PER_RULE_ENABLED:BOOL=ON \
|
|
||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
@ -115,12 +99,12 @@ actions:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
- name: "Andrei Lukoshko"
|
- name: "Andrew Lukoshko"
|
||||||
email: "alukoshko@almalinux.org"
|
email: "alukoshko@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "Add AlmaLinux support"
|
- "Add AlmaLinux support"
|
||||||
|
|
||||||
- add_files:
|
- add_files:
|
||||||
- type: "patch"
|
- type: "patch"
|
||||||
name: "0001-Add-AlmaLinux-8-support.patch"
|
name: "scap-security-guide-add-almalinux8-product.patch"
|
||||||
number: 1001
|
number: 1001
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user