2021-02-03 11:33:56 +01:00
|
|
|
#
|
2021-02-26 09:45:34 +01:00
|
|
|
# spec file for package scap-security-guide
|
2021-02-03 11:33:56 +01:00
|
|
|
#
|
2022-01-28 17:28:07 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2021-02-03 11:33:56 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2021-02-26 09:45:34 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2021-02-03 11:33:56 +01:00
|
|
|
#
|
|
|
|
|
2021-02-26 09:45:34 +01:00
|
|
|
|
2021-02-08 11:42:48 +01:00
|
|
|
%if ! (0%{?fedora} || 0%{?rhel} > 5)
|
|
|
|
%if "%{_vendor}" == "debbuild"
|
|
|
|
%global __python /usr/bin/python3
|
|
|
|
%endif
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
%{!?pylint_check: %global pylint_check 0}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?suse_version} > 1320 || 0%{?rhel} >= 8 || "%{_vendor}" == "debbuild"
|
|
|
|
%global build_py3 1
|
|
|
|
%if "%{_vendor}" != "debbuild"
|
|
|
|
%global python_sitelib %{python3_sitelib}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
%global python2prefix python2
|
|
|
|
%else
|
|
|
|
%global python2prefix python
|
|
|
|
%endif
|
|
|
|
|
2021-02-03 11:33:56 +01:00
|
|
|
Name: scap-security-guide
|
2022-05-30 14:50:00 +02:00
|
|
|
Version: 0.1.62
|
2021-02-26 09:45:34 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: XCCDF files for SUSE Linux and openSUSE
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Productivity/Security
|
|
|
|
URL: https://github.com/ComplianceAsCode/content
|
2021-02-08 11:42:48 +01:00
|
|
|
%if "%{_vendor}" == "debbuild"
|
2022-05-30 15:46:43 +02:00
|
|
|
Packager: SUSE Security Team <security@suse.de>
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
2021-05-27 09:39:56 +02:00
|
|
|
Source: https://github.com/ComplianceAsCode/content/archive/v%{version}.tar.gz
|
2021-10-07 16:44:29 +02:00
|
|
|
Patch0: scap-security-guide-UnicodeEncodeError-character-fix.patch
|
2022-06-27 15:00:45 +02:00
|
|
|
# upstream d9aa7a49d135be60e1a6f9d2ce4e29560482b3d0 and 3485c8298957b24d97a563079fd648004a92822b
|
|
|
|
Patch1: fix-bash-template.patch
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: cmake
|
2021-02-08 11:42:48 +01:00
|
|
|
|
|
|
|
%if "%{_vendor}" == "debbuild"
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
BuildRequires: libopenscap8
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: libxml2-utils
|
|
|
|
BuildRequires: libxslt1.1
|
|
|
|
BuildRequires: xsltproc
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: openscap-utils
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
|
|
|
|
2022-07-15 14:04:55 +02:00
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
%else
|
2022-06-09 17:32:55 +02:00
|
|
|
BuildRequires: python3-setuptools
|
2022-07-15 14:04:55 +02:00
|
|
|
%endif
|
2022-06-09 17:32:55 +02:00
|
|
|
|
2021-02-08 11:42:48 +01:00
|
|
|
%if 0%{?rhel} == 8
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
2022-04-27 08:57:13 +02:00
|
|
|
BuildRequires: python3-xml
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 7
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: PyYAML
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
|
|
|
%if 0%{?rhel} == 8
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3-pyyaml
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
|
|
|
%if "%{_vendor}" == "debbuild"
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3-yaml
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3-PyYAML
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 7
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python-jinja2
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
2022-07-06 12:27:19 +02:00
|
|
|
%if 0%{?rhel} >= 8
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3-jinja2
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
|
|
|
%if "%{_vendor}" == "debbuild"
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3-jinja2
|
2021-02-08 11:42:48 +01:00
|
|
|
%else
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: python3-Jinja2
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: expat
|
|
|
|
BuildRequires: libxml2
|
2021-02-04 13:39:59 +01:00
|
|
|
# not on SLES currently
|
2021-02-08 11:42:48 +01:00
|
|
|
%if 0%{?is_opensuse} || 0%{?fedora} || "%{_vendor}" == "debbuild"
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildRequires: ansible
|
2021-02-04 13:39:59 +01:00
|
|
|
%endif
|
2021-02-03 11:33:56 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2021-02-26 09:45:34 +01:00
|
|
|
BuildArch: noarch
|
2021-02-03 11:33:56 +01:00
|
|
|
|
|
|
|
%description
|
2021-02-08 11:42:48 +01:00
|
|
|
Security Content Automation Protocol (SCAP) Security Guide for SUSE Linux.
|
2021-02-04 07:21:11 +01:00
|
|
|
|
|
|
|
This package contains XCCDF (Extensible Configuration Checklist
|
|
|
|
Description Format), OVAL (Open Vulnerability and Assessment
|
|
|
|
Language), CPE (Common Platform Enumeration) and DS (Data Stream)
|
2021-02-05 13:25:49 +01:00
|
|
|
files to run a compliance test on SLE12, SLE15 and openSUSE
|
2021-02-07 14:54:52 +01:00
|
|
|
|
2022-04-12 15:18:33 +02:00
|
|
|
SUSE supported in this version of scap-security-guide:
|
|
|
|
|
|
|
|
- DISA STIG profile for SUSE Linux Enterprise Server 12 and 15
|
|
|
|
- PCI-DSS profile for SUSE Linux Enterprise Server 12 and 15
|
|
|
|
- HIPAA profile for SUSE Linux Enterprise Server 12 and 15
|
|
|
|
|
|
|
|
Other profiles, like the CIS profile, are community supplied and
|
|
|
|
not officially supported by SUSE.
|
|
|
|
|
2021-02-07 14:54:52 +01:00
|
|
|
%package redhat
|
2021-02-26 09:45:34 +01:00
|
|
|
Summary: XCCDF files for RHEL, CentOS, Fedora and ScientificLinux
|
2021-02-26 10:51:11 +01:00
|
|
|
Group: Productivity/Security
|
2021-03-12 16:09:45 +01:00
|
|
|
%if 0%{?fedora} || 0%{?rhel}
|
|
|
|
Conflicts: scap-security-guide
|
|
|
|
%endif
|
2021-02-07 14:54:52 +01:00
|
|
|
|
|
|
|
%description redhat
|
2021-02-08 11:42:48 +01:00
|
|
|
Security Content Automation Protocol (SCAP) Security Guide for Redhat/Fedora/CentOS/OracleLinux/ScientificLinux.
|
2021-02-07 14:54:52 +01:00
|
|
|
|
|
|
|
This package contains XCCDF (Extensible Configuration Checklist
|
|
|
|
Description Format), OVAL (Open Vulnerability and Assessment
|
|
|
|
Language), CPE (Common Platform Enumeration) and DS (Data Stream)
|
2021-02-08 11:42:48 +01:00
|
|
|
files to run a compliance test on various Redhat products, CentOS, Oracle Linux, Fedora and ScientificLinux.
|
2021-02-07 14:54:52 +01:00
|
|
|
|
2022-04-12 15:18:33 +02:00
|
|
|
Note that the included profiles are community supplied and not officially supported by SUSE..
|
|
|
|
|
2021-02-07 14:54:52 +01:00
|
|
|
%package debian
|
2021-02-26 09:45:34 +01:00
|
|
|
Summary: XCCDF files for Debian
|
2021-02-26 10:51:11 +01:00
|
|
|
Group: Productivity/Security
|
2021-02-07 14:54:52 +01:00
|
|
|
|
|
|
|
%description debian
|
|
|
|
Security Content Automation Protocol (SCAP) Security Guide for Debian.
|
|
|
|
|
|
|
|
This package contains XCCDF (Extensible Configuration Checklist
|
|
|
|
Description Format), OVAL (Open Vulnerability and Assessment
|
|
|
|
Language), CPE (Common Platform Enumeration) and DS (Data Stream)
|
|
|
|
files to run a compliance test on Debian.
|
|
|
|
|
2022-04-12 15:18:33 +02:00
|
|
|
Note that the included profiles are community supplied and not officially supported by SUSE..
|
|
|
|
|
2021-02-07 14:54:52 +01:00
|
|
|
%package ubuntu
|
2021-02-26 09:45:34 +01:00
|
|
|
Summary: XCCDF files for Ubuntu
|
2021-02-26 10:51:11 +01:00
|
|
|
Group: Productivity/Security
|
2021-02-07 14:54:52 +01:00
|
|
|
|
|
|
|
%description ubuntu
|
|
|
|
Security Content Automation Protocol (SCAP) Security Guide for Ubuntu.
|
|
|
|
|
|
|
|
This package contains XCCDF (Extensible Configuration Checklist
|
|
|
|
Description Format), OVAL (Open Vulnerability and Assessment
|
|
|
|
Language), CPE (Common Platform Enumeration) and DS (Data Stream)
|
|
|
|
files to run a compliance test on Ubuntu.
|
|
|
|
|
2022-04-12 15:18:33 +02:00
|
|
|
Note that the included profiles are community supplied and not officially supported by SUSE..
|
2021-02-03 11:33:56 +01:00
|
|
|
|
|
|
|
%prep
|
2021-10-07 17:04:19 +02:00
|
|
|
%setup -n content-%version
|
|
|
|
%patch0 -p0
|
2022-06-28 10:21:15 +02:00
|
|
|
%patch1 -p1
|
2021-02-03 11:33:56 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
cd build
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
|
|
-DCMAKE_INSTALL_MANDIR=%{_mandir} \
|
|
|
|
-DSSG_PRODUCT_CHROMIUM=OFF \
|
2021-02-05 13:25:49 +01:00
|
|
|
-DSSG_PRODUCT_DEBIAN9=ON \
|
|
|
|
-DSSG_PRODUCT_DEBIAN10=ON \
|
2021-02-08 11:42:48 +01:00
|
|
|
-DSSG_PRODUCT_DEFAULT=ON \
|
2021-02-03 11:33:56 +01:00
|
|
|
-DSSG_PRODUCT_EXAMPLE=OFF \
|
2021-02-05 13:25:49 +01:00
|
|
|
-DSSG_PRODUCT_FEDORA=ON \
|
2021-02-03 11:33:56 +01:00
|
|
|
-DSSG_PRODUCT_FIREFOX=OFF \
|
|
|
|
-DSSG_PRODUCT_FUSE6=OFF \
|
|
|
|
-DSSG_PRODUCT_JRE=OFF \
|
|
|
|
-DSSG_PRODUCT_MACOS1015=OFF \
|
|
|
|
-DSSG_PRODUCT_OCP4=OFF \
|
2021-02-08 11:42:48 +01:00
|
|
|
-DSSG_PRODUCT_OL7=ON \
|
|
|
|
-DSSG_PRODUCT_OL8=ON \
|
2021-02-03 11:33:56 +01:00
|
|
|
-DSSG_PRODUCT_OPENSUSE=ON \
|
2021-02-05 13:25:49 +01:00
|
|
|
-DSSG_PRODUCT_RHCOS4=ON \
|
|
|
|
-DSSG_PRODUCT_RHEL7=ON \
|
|
|
|
-DSSG_PRODUCT_RHEL8=ON \
|
2021-05-27 09:39:56 +02:00
|
|
|
-DSSG_PRODUCT_RHEL9=ON \
|
2021-02-05 13:25:49 +01:00
|
|
|
-DSSG_PRODUCT_RHOSP10=ON \
|
|
|
|
-DSSG_PRODUCT_RHOSP13=ON \
|
|
|
|
-DSSG_PRODUCT_RHV4=ON \
|
2021-02-03 11:33:56 +01:00
|
|
|
-DSSG_PRODUCT_SLE12=ON \
|
|
|
|
-DSSG_PRODUCT_SLE15=ON \
|
2021-02-05 13:25:49 +01:00
|
|
|
-DSSG_PRODUCT_UBUNTU1604=ON \
|
|
|
|
-DSSG_PRODUCT_UBUNTU1804=ON \
|
|
|
|
-DSSG_PRODUCT_UBUNTU2004=ON \
|
2021-02-03 11:33:56 +01:00
|
|
|
-DSSG_PRODUCT_VSEL=OFF \
|
2022-01-28 17:28:07 +01:00
|
|
|
-DSSG_PRODUCT_EKS=OFF \
|
2021-02-03 11:33:56 +01:00
|
|
|
-DSSG_PRODUCT_WRLINUX8=OFF \
|
|
|
|
-DSSG_PRODUCT_WRLINUX1019=OFF \
|
|
|
|
../
|
2021-03-24 17:18:16 +01:00
|
|
|
make
|
2021-02-03 11:33:56 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
cd build/
|
2021-03-24 17:18:16 +01:00
|
|
|
make install DESTDIR=%buildroot
|
2021-02-03 11:33:56 +01:00
|
|
|
|
|
|
|
%files
|
2021-02-08 11:42:48 +01:00
|
|
|
%if "%{_vendor}" != "debbuild"
|
2021-02-03 15:07:36 +01:00
|
|
|
%license LICENSE
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
2021-02-03 11:33:56 +01:00
|
|
|
%dir %{_datadir}/doc/scap-security-guide/
|
2021-02-07 14:54:52 +01:00
|
|
|
%{_datadir}/doc/scap-security-guide/Contributors.md
|
|
|
|
%{_datadir}/doc/scap-security-guide/README.md
|
|
|
|
%{_datadir}/doc/scap-security-guide/LICENSE
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/guides/
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-sle*
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-opensuse*
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/tables/
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/tables/table-sle*
|
2021-02-03 11:33:56 +01:00
|
|
|
%doc %{_mandir}/man8/scap-security-guide.8.gz
|
|
|
|
%dir %{_datadir}/scap-security-guide/
|
2021-02-07 14:54:52 +01:00
|
|
|
%dir %{_datadir}/scap-security-guide/ansible/
|
|
|
|
%dir %{_datadir}/scap-security-guide/bash/
|
|
|
|
%dir %{_datadir}/scap-security-guide/kickstart/
|
|
|
|
%{_datadir}/scap-security-guide/*/opensuse*
|
|
|
|
%{_datadir}/scap-security-guide/*/sle*
|
|
|
|
%dir %{_datadir}/xml/scap/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/content/
|
|
|
|
%{_datadir}/xml/scap/ssg/content/*-sle*
|
|
|
|
%{_datadir}/xml/scap/ssg/content/*-opensuse*
|
|
|
|
|
|
|
|
%files redhat
|
2021-02-08 11:42:48 +01:00
|
|
|
%if "%{_vendor}" != "debbuild"
|
2021-02-07 14:54:52 +01:00
|
|
|
%license LICENSE
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
2021-02-07 14:54:52 +01:00
|
|
|
%dir %{_datadir}/doc/scap-security-guide/guides/
|
2022-01-28 17:28:07 +01:00
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-centos*
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-cs9*
|
2021-02-07 14:54:52 +01:00
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-fedora*
|
2021-02-08 11:42:48 +01:00
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-ol*
|
2021-02-07 14:54:52 +01:00
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-rh*
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-sl7*
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/tables/
|
2021-02-08 11:42:48 +01:00
|
|
|
%doc %{_datadir}/doc/scap-security-guide/tables/table-ol*
|
2021-02-07 14:54:52 +01:00
|
|
|
%doc %{_datadir}/doc/scap-security-guide/tables/table-rh*
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/
|
|
|
|
%dir %{_datadir}/scap-security-guide/
|
|
|
|
%dir %{_datadir}/scap-security-guide/ansible/
|
2021-11-29 13:16:34 +01:00
|
|
|
%dir %{_datadir}/scap-security-guide/tailoring/
|
2021-02-07 14:54:52 +01:00
|
|
|
%dir %{_datadir}/scap-security-guide/bash/
|
|
|
|
%dir %{_datadir}/scap-security-guide/kickstart/
|
2022-01-28 17:28:07 +01:00
|
|
|
%{_datadir}/scap-security-guide/*/*centos*
|
|
|
|
%{_datadir}/scap-security-guide/*/*cs9*
|
2021-02-07 14:54:52 +01:00
|
|
|
%{_datadir}/scap-security-guide/*/*fedora*
|
2021-02-08 11:42:48 +01:00
|
|
|
%{_datadir}/scap-security-guide/*/*ol*
|
2021-02-07 14:54:52 +01:00
|
|
|
%{_datadir}/scap-security-guide/*/*rh*
|
|
|
|
%{_datadir}/scap-security-guide/*/*sl7*
|
|
|
|
%dir %{_datadir}/xml/scap/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/content/
|
2022-01-28 17:28:07 +01:00
|
|
|
%{_datadir}/xml/scap/ssg/content/*-centos*
|
|
|
|
%{_datadir}/xml/scap/ssg/content/*-cs9*
|
2021-02-07 14:54:52 +01:00
|
|
|
%{_datadir}/xml/scap/ssg/content/*-fedora*
|
2021-02-08 11:42:48 +01:00
|
|
|
%{_datadir}/xml/scap/ssg/content/*-ol*
|
2021-02-07 14:54:52 +01:00
|
|
|
%{_datadir}/xml/scap/ssg/content/*-rh*
|
|
|
|
%{_datadir}/xml/scap/ssg/content/*-sl7*
|
|
|
|
|
|
|
|
%files debian
|
2021-02-08 11:42:48 +01:00
|
|
|
%if "%{_vendor}" != "debbuild"
|
2021-02-07 14:54:52 +01:00
|
|
|
%license LICENSE
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
2021-02-07 14:54:52 +01:00
|
|
|
%dir %{_datadir}/doc/scap-security-guide/guides/
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-debian*
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/tables/
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/
|
|
|
|
%dir %{_datadir}/scap-security-guide/
|
|
|
|
%dir %{_datadir}/scap-security-guide/ansible/
|
|
|
|
%dir %{_datadir}/scap-security-guide/bash/
|
|
|
|
%dir %{_datadir}/scap-security-guide/kickstart/
|
|
|
|
%{_datadir}/scap-security-guide/*/*debian*
|
2021-02-03 11:33:56 +01:00
|
|
|
%dir %{_datadir}/xml/scap/
|
2021-02-07 14:54:52 +01:00
|
|
|
%dir %{_datadir}/xml/scap/ssg/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/content/
|
|
|
|
%{_datadir}/xml/scap/ssg/content/*-debian*
|
|
|
|
|
|
|
|
%files ubuntu
|
2021-02-08 11:42:48 +01:00
|
|
|
%if "%{_vendor}" != "debbuild"
|
2021-02-07 14:54:52 +01:00
|
|
|
%license LICENSE
|
2021-02-08 11:42:48 +01:00
|
|
|
%endif
|
2021-02-07 14:54:52 +01:00
|
|
|
%dir %{_datadir}/doc/scap-security-guide/guides/
|
|
|
|
%doc %{_datadir}/doc/scap-security-guide/guides/ssg-ubuntu*
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/tables/
|
|
|
|
%dir %{_datadir}/doc/scap-security-guide/
|
|
|
|
%dir %{_datadir}/scap-security-guide/
|
|
|
|
%dir %{_datadir}/scap-security-guide/ansible/
|
|
|
|
%dir %{_datadir}/scap-security-guide/bash/
|
|
|
|
%dir %{_datadir}/scap-security-guide/kickstart/
|
|
|
|
%{_datadir}/scap-security-guide/*/*ubuntu*
|
|
|
|
%dir %{_datadir}/xml/scap/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/
|
|
|
|
%dir %{_datadir}/xml/scap/ssg/content/
|
|
|
|
%{_datadir}/xml/scap/ssg/content/*-ubuntu*
|
|
|
|
|
2021-02-08 11:42:48 +01:00
|
|
|
%changelog
|