We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a2d1e commit 493b43aCopy full SHA for 493b43a
openscap.spec
@@ -8,6 +8,7 @@ Summary: Set of open source libraries enabling integration of the SCAP li
8
License: LGPLv2+
9
URL: http://www.open-scap.org/
10
Source0: https://github.com/OpenSCAP/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
11
+Source1: https://github.com/OpenSCAP/yaml-filter/archive/refs/tags/v0.2.0.tar.gz
12
BuildRequires: make
13
BuildRequires: cmake >= 2.6
14
BuildRequires: gcc
@@ -139,6 +140,7 @@ Tool for scanning Atomic containers.
139
140
141
%prep
142
%autosetup -p1
143
+tar xvzf %{SOURCE1} --directory=yaml-filter --strip-components=1
144
145
%build
146
%undefine __cmake_in_source_build
0 commit comments