revert previous commit
This commit is contained in:
parent
20f142c3a5
commit
e4c3512666
@ -1,6 +1,6 @@
|
|||||||
Name: scap-security-guide
|
Name: scap-security-guide
|
||||||
Version: 0.1.52
|
Version: 0.1.52
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Security guidance and baselines in SCAP formats
|
Summary: Security guidance and baselines in SCAP formats
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/ComplianceAsCode/content/
|
URL: https://github.com/ComplianceAsCode/content/
|
||||||
@ -43,11 +43,11 @@ present in %{name} package.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -B build/
|
%cmake
|
||||||
%make_build -C build/
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install -C build/
|
%cmake_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datadir}/xml/scap/ssg/content
|
%{_datadir}/xml/scap/ssg/content
|
||||||
@ -64,6 +64,9 @@ present in %{name} package.
|
|||||||
%doc %{_docdir}/%{name}/tables/*.html
|
%doc %{_docdir}/%{name}/tables/*.html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 23 2020 Vojtech Polasek <vpolasek@redhat.com> - 0.1.52-2
|
||||||
- rewrite solution for CMake out of source builds
|
- rewrite solution for CMake out of source builds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user