!13 openscap升级至1.3.6版本

From: @wu-leilei 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-19 07:04:17 +00:00 committed by Gitee
commit 47a5023b17
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: openscap Name: openscap
Version: 1.3.3 Version: 1.3.6
Release: 2 Release: 1
Summary: An open source framework in order to provide a interface for using scap Summary: An open source framework in order to provide a interface for using scap
License: LGPLv2+ License: LGPLv2+
URL: http://www.open-scap.org URL: http://www.open-scap.org
@ -8,6 +8,7 @@ Source0: https://github.com/OpenSCAP/openscap/archive/%{versio
BuildRequires: cmake >= 2.6 gcc gcc-c++ swig libxml2-devel libxslt-devel perl-generators perl-XML-Parser BuildRequires: cmake >= 2.6 gcc gcc-c++ swig libxml2-devel libxslt-devel perl-generators perl-XML-Parser
BuildRequires: rpm-devel libgcrypt-devel pcre-devel libacl-devel libselinux-devel libcap-devel libblkid-devel BuildRequires: rpm-devel libgcrypt-devel pcre-devel libacl-devel libselinux-devel libcap-devel libblkid-devel
BuildRequires: bzip2-devel asciidoc openldap-devel GConf2-devel dbus-devel chrpath libcurl-devel >= 7.12.0 BuildRequires: bzip2-devel asciidoc openldap-devel GConf2-devel dbus-devel chrpath libcurl-devel >= 7.12.0
BuildRequires: make glib2-devel libyaml-devel xmlsec1-devel xmlsec1-openssl-devel
%if %{?_with_check:1}%{!?_with_check:0} %if %{?_with_check:1}%{!?_with_check:0}
BuildRequires: perl-XML-XPath bzip2 BuildRequires: perl-XML-XPath bzip2
@ -115,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/openscap/cpe/* %{_datadir}/openscap/cpe/*
%{_sysconfdir}/bash_completion.d %{_sysconfdir}/bash_completion.d
%{_libexecdir}/oscap-remediate
%{_unitdir}/oscap-remediate.service
%config(noreplace) /etc/ld.so.conf.d/* %config(noreplace) /etc/ld.so.conf.d/*
%files devel %files devel
@ -139,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Tue May 17 2022 wulei <wulei80@h-partners.com> - 1.3.6-1
- Update package
* Mon Sep 13 2021 chenchen <chen_aka_jan@163.com> - 1.3.3-2 * Mon Sep 13 2021 chenchen <chen_aka_jan@163.com> - 1.3.3-2
- del rpath for some binaries and bin - del rpath for some binaries and bin