revert previous commit

This commit is contained in:
Vojtech Polasek 2020-09-23 13:32:36 +02:00
parent 20f142c3a5
commit e4c3512666
1 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: scap-security-guide
Version: 0.1.52
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Security guidance and baselines in SCAP formats
License: BSD-3-Clause
URL: https://github.com/ComplianceAsCode/content/
@ -43,11 +43,11 @@ present in %{name} package.
%setup -q
%build
%cmake -B build/
%make_build -C build/
%cmake
%cmake_build
%install
%make_install -C build/
%cmake_install
%files
%{_datadir}/xml/scap/ssg/content
@ -64,6 +64,9 @@ present in %{name} package.
%doc %{_docdir}/%{name}/tables/*.html
%changelog
* Wed Sep 23 2020 Vojtech Polasek <vpolasek@redhat.com> - 0.1.52-3
- revert previous rework, it did not solve the problem
* Wed Sep 23 2020 Vojtech Polasek <vpolasek@redhat.com> - 0.1.52-2
- rewrite solution for CMake out of source builds