Skip to content

Commit 493b43a

Browse files
committed
fix: spec: support yaml-filter
1 parent 91a2d1e commit 493b43a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openscap.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Summary: Set of open source libraries enabling integration of the SCAP li
88
License: LGPLv2+
99
URL: http://www.open-scap.org/
1010
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
1112
BuildRequires: make
1213
BuildRequires: cmake >= 2.6
1314
BuildRequires: gcc
@@ -139,6 +140,7 @@ Tool for scanning Atomic containers.
139140

140141
%prep
141142
%autosetup -p1
143+
tar xvzf %{SOURCE1} --directory=yaml-filter --strip-components=1
142144

143145
%build
144146
%undefine __cmake_in_source_build

0 commit comments

Comments
 (0)